diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2022-06-22 11:49:27 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2022-06-22 11:49:27 +0200 |
commit | 45e236bc519b62e8afc1aea7d2e625df4c145348 (patch) | |
tree | 7aef414d9a5ecfb517d5745bf7fcbb6ca90362de /buch/chapters/110-elliptisch/images/Makefile | |
parent | bessel 2nd kind (diff) | |
download | SeminarSpezielleFunktionen-45e236bc519b62e8afc1aea7d2e625df4c145348.tar.gz SeminarSpezielleFunktionen-45e236bc519b62e8afc1aea7d2e625df4c145348.zip |
add ell stuff
Diffstat (limited to 'buch/chapters/110-elliptisch/images/Makefile')
-rw-r--r-- | buch/chapters/110-elliptisch/images/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/buch/chapters/110-elliptisch/images/Makefile b/buch/chapters/110-elliptisch/images/Makefile index e6e5b09..3074994 100644 --- a/buch/chapters/110-elliptisch/images/Makefile +++ b/buch/chapters/110-elliptisch/images/Makefile @@ -5,7 +5,8 @@ # all: lemniskate.pdf ellipsenumfang.pdf unvollstaendig.pdf rechteck.pdf \ ellipse.pdf pendel.pdf jacobiplots.pdf jacobidef.pdf jacobi12.pdf \ - sncnlimit.pdf slcl.pdf torusschnitt.pdf kegelpara.pdf lemnispara.pdf + sncnlimit.pdf slcl.pdf torusschnitt.pdf kegelpara.pdf lemnispara.pdf \ + ellpolnul.pdf lemniskate.pdf: lemniskate.tex pdflatex lemniskate.tex @@ -113,3 +114,6 @@ lemnispara.pdf: lemnispara.tex lemnisparadata.tex pdflatex lemnispara.tex ltest: lemnispara.pdf + +ellpolnul.pdf: ellpolnul.tex + pdflatex ellpolnul.tex |