diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2022-06-24 12:51:42 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2022-06-24 12:51:42 +0200 |
commit | a14385eccb4fa12d22c88f2955b39bee7ee482c7 (patch) | |
tree | 46fdc4864e4e58dbdf5f86a5a68dbcfd12448da4 /buch/chapters/110-elliptisch/images/Makefile | |
parent | typo (diff) | |
download | SeminarSpezielleFunktionen-a14385eccb4fa12d22c88f2955b39bee7ee482c7.tar.gz SeminarSpezielleFunktionen-a14385eccb4fa12d22c88f2955b39bee7ee482c7.zip |
Funktionsauswahl
Diffstat (limited to '')
-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 cd8e905..43ca35e 100644 --- a/buch/chapters/110-elliptisch/images/Makefile +++ b/buch/chapters/110-elliptisch/images/Makefile @@ -6,7 +6,7 @@ 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 \ - ellpolnul.pdf ellall.pdf + ellpolnul.pdf ellall.pdf ellselection.pdf lemniskate.pdf: lemniskate.tex pdflatex lemniskate.tex @@ -119,3 +119,7 @@ ellpolnul.pdf: ellpolnul.tex ellcommon.tex pdflatex ellpolnul.tex ellall.pdf: ellall.tex ellcommon.tex pdflatex ellall.tex + +ellselection.pdf: ellselection.tex + pdflatex ellselection.tex + |