aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/010-potenzen/images/Makefile
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2022-01-09 17:48:40 +0100
committerAndreas Müller <andreas.mueller@ost.ch>2022-01-09 17:48:40 +0100
commit76667638d447ccdc012590a3ce98235cc9d31035 (patch)
tree730eb2c01d1f4b75d0dd73400e262d642be741ab /buch/chapters/010-potenzen/images/Makefile
parentIllustration Jacobi-Gewichtsfunktion (diff)
downloadSeminarSpezielleFunktionen-76667638d447ccdc012590a3ce98235cc9d31035.tar.gz
SeminarSpezielleFunktionen-76667638d447ccdc012590a3ce98235cc9d31035.zip
new stuff on tschebyscheff and conic sections
Diffstat (limited to '')
-rw-r--r--buch/chapters/010-potenzen/images/Makefile9
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
+