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/images/Makefile | |
parent | typos (diff) | |
download | SeminarSpezielleFunktionen-32f1a1d818f0fe28b2ae97071e31a773ee2d028a.tar.gz SeminarSpezielleFunktionen-32f1a1d818f0fe28b2ae97071e31a773ee2d028a.zip |
some local changes
Diffstat (limited to 'buch/papers/fresnel/images/Makefile')
-rw-r--r-- | buch/papers/fresnel/images/Makefile | 38 |
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 |