aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/fresnel/images/Makefile
diff options
context:
space:
mode:
authorJODBaer <55744603+JODBaer@users.noreply.github.com>2022-05-20 18:17:33 +0200
committerGitHub <noreply@github.com>2022-05-20 18:17:33 +0200
commit1ba2e2bba16d5ec899371f37bbbf030f6909ec50 (patch)
tree1044fc5088cdb0f2d13b5ea34848d4e4fe817b9b /buch/papers/fresnel/images/Makefile
parentpresentation FM-Bessel (diff)
parentadd dreieck3d9.pov (diff)
downloadSeminarSpezielleFunktionen-1ba2e2bba16d5ec899371f37bbbf030f6909ec50.tar.gz
SeminarSpezielleFunktionen-1ba2e2bba16d5ec899371f37bbbf030f6909ec50.zip
Merge branch 'AndreasFMueller:master' into master
Diffstat (limited to '')
-rw-r--r--buch/papers/fresnel/images/Makefile38
1 files changed, 38 insertions, 0 deletions
diff --git a/buch/papers/fresnel/images/Makefile b/buch/papers/fresnel/images/Makefile
new file mode 100644
index 0000000..eb7dc57
--- /dev/null
+++ b/buch/papers/fresnel/images/Makefile
@@ -0,0 +1,38 @@
+#
+# Makefile
+#
+# (c) 2022 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
+#
+all: schale.pdf \
+ fresnelgraph.pdf \
+ eulerspirale.pdf \
+ pfad.pdf \
+ apfel.pdf \
+ kruemmung.pdf
+
+schale.png: schale.pov
+ povray +A0.1 -W1920 -H1080 -Oschale.png schale.pov
+
+schale.jpg: schale.png Makefile
+ convert -extract 1240x1080+340 schale.png -density 300 -units PixelsPerInch schale.jpg
+
+schale.pdf: schale.tex schale.jpg
+ pdflatex schale.tex
+
+eulerpath.tex: eulerspirale.m
+ octave eulerspirale.m
+
+fresnelgraph.pdf: fresnelgraph.tex eulerpath.tex
+ pdflatex fresnelgraph.tex
+
+eulerspirale.pdf: eulerspirale.tex eulerpath.tex
+ pdflatex eulerspirale.tex
+
+pfad.pdf: pfad.tex
+ pdflatex pfad.tex
+
+apfel.pdf: apfel.tex apfel.jpg eulerpath.tex
+ pdflatex apfel.tex
+
+kruemmung.pdf: kruemmung.tex
+ pdflatex kruemmung.tex