diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2022-06-14 16:59:48 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2022-06-14 16:59:48 +0200 |
commit | fbcf8833aef79694e448010520f2253e93f2cd4e (patch) | |
tree | 2b5e6a730123fbdf0919a6cdc89be216505d469c /buch/chapters/110-elliptisch/images/Makefile | |
parent | new image (diff) | |
download | SeminarSpezielleFunktionen-fbcf8833aef79694e448010520f2253e93f2cd4e.tar.gz SeminarSpezielleFunktionen-fbcf8833aef79694e448010520f2253e93f2cd4e.zip |
more info about the lemniskate
Diffstat (limited to '')
-rw-r--r-- | buch/chapters/110-elliptisch/images/Makefile | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/buch/chapters/110-elliptisch/images/Makefile b/buch/chapters/110-elliptisch/images/Makefile index 7e4fa0c..2a23d88 100644 --- a/buch/chapters/110-elliptisch/images/Makefile +++ b/buch/chapters/110-elliptisch/images/Makefile @@ -79,7 +79,6 @@ slcldata.tex: slcl 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 @@ -89,3 +88,14 @@ kegelpara.jpg: kegelpara.png Makefile kegelpara.pdf: kegelpara.tex kegelpara.jpg pdflatex kegelpara.tex + +torusschnitt.png: torusschnitt.pov + povray +A0.1 -W1920 -H1080 -Otorusschnitt.png torusschnitt.pov + +torusschnitt.jpg: torusschnitt.png Makefile + convert -extract 1560x1080+180+0 torusschnitt.png \ + -density 300 -units PixelsPerInch torusschnitt.jpg + +torusschnitt.pdf: torusschnitt.tex torusschnitt.jpg + pdflatex torusschnitt.tex + |