diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2022-01-09 17:48:40 +0100 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2022-01-09 17:48:40 +0100 |
commit | 76667638d447ccdc012590a3ce98235cc9d31035 (patch) | |
tree | 730eb2c01d1f4b75d0dd73400e262d642be741ab /buch/chapters/010-potenzen/images/Makefile | |
parent | Illustration Jacobi-Gewichtsfunktion (diff) | |
download | SeminarSpezielleFunktionen-76667638d447ccdc012590a3ce98235cc9d31035.tar.gz SeminarSpezielleFunktionen-76667638d447ccdc012590a3ce98235cc9d31035.zip |
new stuff on tschebyscheff and conic sections
Diffstat (limited to 'buch/chapters/010-potenzen/images/Makefile')
-rw-r--r-- | buch/chapters/010-potenzen/images/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/buch/chapters/010-potenzen/images/Makefile b/buch/chapters/010-potenzen/images/Makefile index a4b4f0d..bd6b6c1 100644 --- a/buch/chapters/010-potenzen/images/Makefile +++ b/buch/chapters/010-potenzen/images/Makefile @@ -3,7 +3,14 @@ # # (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule # -all: wurzel.pdf +all: wurzel.pdf lissajous.pdf lissajous-chebyshef.pdf wurzel.pdf: wurzel.tex pdflatex wurzel.tex + +lissajous.pdf: lissajous.tex lissajous.jpg + pdflatex lissajous.tex + +lissajous-chebyshef.pdf: lissajous-chebyshef.tex lissajous.jpg + pdflatex lissajous-chebyshef.tex + |