From 76667638d447ccdc012590a3ce98235cc9d31035 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 9 Jan 2022 17:48:40 +0100 Subject: new stuff on tschebyscheff and conic sections --- buch/chapters/030-geometrie/images/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'buch/chapters/030-geometrie/images/Makefile') 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 -- cgit v1.2.1