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/010-potenzen/images/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'buch/chapters/010-potenzen/images/Makefile') 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 + -- cgit v1.2.1