diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2022-02-18 17:28:23 +0100 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2022-02-18 17:28:23 +0100 |
commit | ca7aa88b2a8edd58d8d8e7dedb85d9f441b701e4 (patch) | |
tree | 8e7bb92f917cd041556f93f697eb8bc9932f258d /buch/chapters/110-elliptisch/images/Makefile | |
parent | Startpräsentation (diff) | |
download | SeminarSpezielleFunktionen-ca7aa88b2a8edd58d8d8e7dedb85d9f441b701e4.tar.gz SeminarSpezielleFunktionen-ca7aa88b2a8edd58d8d8e7dedb85d9f441b701e4.zip |
new stuff about elliptic functions
Diffstat (limited to 'buch/chapters/110-elliptisch/images/Makefile')
-rw-r--r-- | buch/chapters/110-elliptisch/images/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/buch/chapters/110-elliptisch/images/Makefile b/buch/chapters/110-elliptisch/images/Makefile index f3f783f..d1e0afe 100644 --- a/buch/chapters/110-elliptisch/images/Makefile +++ b/buch/chapters/110-elliptisch/images/Makefile @@ -4,7 +4,7 @@ # (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule # all: lemniskate.pdf ellipsenumfang.pdf unvollstaendig.pdf rechteck.pdf \ - ellipse.pdf pendel.pdf jacobiplots.pdf + ellipse.pdf pendel.pdf jacobiplots.pdf jacobidef.pdf jacobi12.pdf lemniskate.pdf: lemniskate.tex pdflatex lemniskate.tex @@ -60,3 +60,9 @@ jacobipaths.tex: jacobi Makefile jacobiplots.pdf: jacobiplots.tex jacobipaths.tex pdflatex jacobiplots.tex + +jacobidef.pdf: jacobidef.tex + pdflatex jacobidef.tex + +jacobi12.pdf: jacobi12.tex + pdflatex jacobi12.tex |