aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/60-gruppen/images/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'buch/chapters/60-gruppen/images/Makefile')
-rw-r--r--buch/chapters/60-gruppen/images/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/buch/chapters/60-gruppen/images/Makefile b/buch/chapters/60-gruppen/images/Makefile
new file mode 100644
index 0000000..3ed39e5
--- /dev/null
+++ b/buch/chapters/60-gruppen/images/Makefile
@@ -0,0 +1,25 @@
+#
+# Makefile
+#
+# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
+#
+all: phasenraum.pdf kartenkreis.pdf karten.pdf sl2.pdf scherungen.pdf
+
+phasenraum.pdf: phasenraum.tex
+ pdflatex phasenraum.tex
+
+kartenkreis.pdf: kartenkreis.tex
+ pdflatex kartenkreis.tex
+
+torus.png: torus.pov
+ povray +A0.1 -W1920 -H1080 -Otorus.png torus.pov
+
+karten.pdf: karten.tex torus.png
+ pdflatex karten.tex
+
+sl2.pdf: sl2.tex
+ pdflatex sl2.tex
+
+scherungen.pdf: scherungen.tex
+ pdflatex scherungen.tex
+