aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/fresnel/Makefile
diff options
context:
space:
mode:
authorJODBaer <55744603+JODBaer@users.noreply.github.com>2022-05-15 15:38:10 +0200
committerGitHub <noreply@github.com>2022-05-15 15:38:10 +0200
commitf176135c17eacc124e6ad3ed84ca805323bcbee7 (patch)
tree9a496cb9f67b42f566e4c05a7be5d0024beb9358 /buch/papers/fresnel/Makefile
parentMerge branch 'AndreasFMueller:master' into master (diff)
parenttypos (diff)
downloadSeminarSpezielleFunktionen-f176135c17eacc124e6ad3ed84ca805323bcbee7.tar.gz
SeminarSpezielleFunktionen-f176135c17eacc124e6ad3ed84ca805323bcbee7.zip
Merge branch 'AndreasFMueller:master' into master
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
+