aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/110-elliptisch/images/Makefile
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2022-06-14 16:24:13 +0200
committerAndreas Müller <andreas.mueller@ost.ch>2022-06-14 16:24:13 +0200
commit9fb1f740b7d00b350a008e957d28ecf7daf53797 (patch)
tree08931575b9a8979bdb6a18bfa32225ea717c43d5 /buch/chapters/110-elliptisch/images/Makefile
parentflow (diff)
downloadSeminarSpezielleFunktionen-9fb1f740b7d00b350a008e957d28ecf7daf53797.tar.gz
SeminarSpezielleFunktionen-9fb1f740b7d00b350a008e957d28ecf7daf53797.zip
new image
Diffstat (limited to 'buch/chapters/110-elliptisch/images/Makefile')
-rw-r--r--buch/chapters/110-elliptisch/images/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/buch/chapters/110-elliptisch/images/Makefile b/buch/chapters/110-elliptisch/images/Makefile
index a7c9e74..7e4fa0c 100644
--- a/buch/chapters/110-elliptisch/images/Makefile
+++ b/buch/chapters/110-elliptisch/images/Makefile
@@ -78,3 +78,14 @@ slcldata.tex: slcl
./slcl --outfile=slcldata.tex --a=0 --b=13.4 --steps=200
slcl.pdf: slcl.tex slcldata.tex
pdflatex slcl.tex
+
+POVRAYOPTIONS = -W1920 -H1080
+kegelpara.png: kegelpara.pov
+ povray +A0.1 -W1080 -H1080 -Okegelpara.png kegelpara.pov
+
+kegelpara.jpg: kegelpara.png Makefile
+ convert -extract 1080x1000+0+40 kegelpara.png \
+ -density 300 -units PixelsPerInch kegelpara.jpg
+
+kegelpara.pdf: kegelpara.tex kegelpara.jpg
+ pdflatex kegelpara.tex