diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-12-04 15:33:07 +0100 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-12-04 15:33:07 +0100 |
commit | 9fe06d6b2449b7163c9a7a98e8323b0f90e799bf (patch) | |
tree | d35d63bd06fe049a6799cf338437b42535ae8887 /buch/chapters/050-differential/images/Makefile | |
parent | titlepage (diff) | |
download | SeminarSpezielleFunktionen-9fe06d6b2449b7163c9a7a98e8323b0f90e799bf.tar.gz SeminarSpezielleFunktionen-9fe06d6b2449b7163c9a7a98e8323b0f90e799bf.zip |
neues zur Bessel-Funktion
Diffstat (limited to 'buch/chapters/050-differential/images/Makefile')
-rw-r--r-- | buch/chapters/050-differential/images/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/buch/chapters/050-differential/images/Makefile b/buch/chapters/050-differential/images/Makefile new file mode 100644 index 0000000..0f4a062 --- /dev/null +++ b/buch/chapters/050-differential/images/Makefile @@ -0,0 +1,10 @@ +# +# Makefile +# +# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule +# +all: besselgrid.pdf + +besselgrid.pdf: besselgrid.tex + pdflatex besselgrid.tex + |