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/030-geometrie/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/030-geometrie/images/Makefile')
-rw-r--r-- | buch/chapters/030-geometrie/images/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/buch/chapters/030-geometrie/images/Makefile b/buch/chapters/030-geometrie/images/Makefile index 457a0a1..af652ab 100644 --- a/buch/chapters/030-geometrie/images/Makefile +++ b/buch/chapters/030-geometrie/images/Makefile @@ -7,9 +7,11 @@ all: \ deftrig.pdf \ einheitskreis.pdf \ + ellipse.pdf \ hyperbelflaeche.pdf \ hyperbel.pdf \ kegelschnitte.pdf \ + parabel.pdf \ polargleichung.pdf \ zylinder.pdf @@ -19,12 +21,18 @@ deftrig.pdf: deftrig.tex einheitskreis.pdf: einheitskreis.tex pdflatex einheitskreis.tex +ellipse.pdf: ellipse.tex + pdflatex ellipse.tex + hyperbelflaeche.pdf: hyperbelflaeche.tex pdflatex hyperbelflaeche.tex hyperbel.pdf: hyperbel.tex pdflatex hyperbel.tex +parabel.pdf: parabel.tex + pdflatex parabel.tex + polargleichung.pdf: polargleichung.tex pdflatex polargleichung.tex |