aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/fresnel/Makefile
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2022-05-13 23:11:38 +0200
committerAndreas Müller <andreas.mueller@ost.ch>2022-05-13 23:11:38 +0200
commitfc8bf49548f168fe0a77e1446c73ff7be5d980cf (patch)
tree0c6acfbb7d882886333c84c82001d102825ebf88 /buch/papers/fresnel/Makefile
parent3dimages (diff)
downloadSeminarSpezielleFunktionen-fc8bf49548f168fe0a77e1446c73ff7be5d980cf.tar.gz
SeminarSpezielleFunktionen-fc8bf49548f168fe0a77e1446c73ff7be5d980cf.zip
fresnel paper erste Fassung
Diffstat (limited to 'buch/papers/fresnel/Makefile')
-rw-r--r--buch/papers/fresnel/Makefile15
1 files changed, 14 insertions, 1 deletions
diff --git a/buch/papers/fresnel/Makefile b/buch/papers/fresnel/Makefile
index c8aa073..11af3a7 100644
--- a/buch/papers/fresnel/Makefile
+++ b/buch/papers/fresnel/Makefile
@@ -1,9 +1,22 @@
#
# Makefile -- make file for the paper fresnel
#
-# (c) 2020 Prof Dr Andreas Mueller
+# (c) 2022 Prof Dr Andreas Mueller
#
+all: fresnelgraph.pdf eulerspirale.pdf pfad.pdf
images:
@echo "no images to be created in fresnel"
+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
+