diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2022-05-19 17:28:33 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2022-05-19 17:28:33 +0200 |
commit | 32f1a1d818f0fe28b2ae97071e31a773ee2d028a (patch) | |
tree | 4615672911c7c79223bd8c4819c7ed9c31ef6d67 /buch/papers/fresnel/Makefile | |
parent | typos (diff) | |
download | SeminarSpezielleFunktionen-32f1a1d818f0fe28b2ae97071e31a773ee2d028a.tar.gz SeminarSpezielleFunktionen-32f1a1d818f0fe28b2ae97071e31a773ee2d028a.zip |
some local changes
Diffstat (limited to '')
-rw-r--r-- | buch/papers/fresnel/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/buch/papers/fresnel/Makefile b/buch/papers/fresnel/Makefile index 11af3a7..ed74861 100644 --- a/buch/papers/fresnel/Makefile +++ b/buch/papers/fresnel/Makefile @@ -3,20 +3,6 @@ # # (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 - |