# # @file bsplines.tex # # @brief # # @copyright # Copyright (©) 2021 EPFL (Ecole Polytechnique Fédérale de Lausanne) # SPC (Swiss Plasma Center) # # SPClibs is free software: you can redistribute it and/or modify it under # the terms of the GNU Lesser General Public License as published by the Free # Software Foundation, either version 3 of the License, or (at your option) # any later version. # # SPClibs is distributed in the hope that it will be useful, but WITHOUT ANY # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License # along with this program. If not, see . # # @author # (in alphabetical order) # @author Trach-Minh Tran # dvi: bsplines.dvi pdf: bsplines.pdf ps: bsplines.ps .SUFFIXES: .SUFFIXES: .sgml .html .tex .dvi .pdf .ps .txt .tex.dvi: latex $< @while ( grep "Rerun to get cross-references" \ ${<:tex=log} > /dev/null ); do \ latex $<; \ done latex $< .dvi.pdf: dvipdf $< .dvi.ps: dvips $< bsplines.dvi: bsplines.tex driv1.eps fit.eps solvers.dvi: solvers.tex dirichlet_2d.dvi: dirichlet_2d.tex using_bsplines.dvi: using_bsplines.tex clean: rm -f *~ *.dvi *.log *.aux *.out *~ *.toc *.flc *.bbl *.blg distclean: clean rm -f bsplines.ps