diff options
author | Andreas Müller <andreas.mueller@othello.ch> | 2021-10-25 11:07:59 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@othello.ch> | 2021-10-25 11:07:59 +0200 |
commit | 7404091c71358569437d1d633ba44d9b8202872e (patch) | |
tree | ea73c0bce0a3ac3dd8927dda1f380fa2524dba84 /buch/chapters/110-elliptisch/images/Makefile | |
parent | add some info on elliptic functions (diff) | |
download | SeminarSpezielleFunktionen-7404091c71358569437d1d633ba44d9b8202872e.tar.gz SeminarSpezielleFunktionen-7404091c71358569437d1d633ba44d9b8202872e.zip |
elliptische Funktionen
Diffstat (limited to 'buch/chapters/110-elliptisch/images/Makefile')
-rw-r--r-- | buch/chapters/110-elliptisch/images/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/buch/chapters/110-elliptisch/images/Makefile b/buch/chapters/110-elliptisch/images/Makefile index ef2e6fc..afa70ba 100644 --- a/buch/chapters/110-elliptisch/images/Makefile +++ b/buch/chapters/110-elliptisch/images/Makefile @@ -3,8 +3,11 @@ # # (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule # -all: lemniskate.pdf +all: lemniskate.pdf ellipse.pdf lemniskate.pdf: lemniskate.tex pdflatex lemniskate.tex +ellipse.pdf: ellipse.tex + pdflatex ellipse.tex + |