diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2022-06-24 20:18:48 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2022-06-24 20:18:48 +0200 |
commit | 3a7e2cef27bd78a96b20751db2a53f7291fcd2a6 (patch) | |
tree | 7dd281e91c7a910ac3df8eaded47a723366da138 /buch/chapters/110-elliptisch/images/Makefile | |
parent | Funktionsauswahl (diff) | |
download | SeminarSpezielleFunktionen-3a7e2cef27bd78a96b20751db2a53f7291fcd2a6.tar.gz SeminarSpezielleFunktionen-3a7e2cef27bd78a96b20751db2a53f7291fcd2a6.zip |
add grid to images
Diffstat (limited to 'buch/chapters/110-elliptisch/images/Makefile')
-rw-r--r-- | buch/chapters/110-elliptisch/images/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/buch/chapters/110-elliptisch/images/Makefile b/buch/chapters/110-elliptisch/images/Makefile index 43ca35e..7636e65 100644 --- a/buch/chapters/110-elliptisch/images/Makefile +++ b/buch/chapters/110-elliptisch/images/Makefile @@ -120,6 +120,11 @@ ellpolnul.pdf: ellpolnul.tex ellcommon.tex ellall.pdf: ellall.tex ellcommon.tex pdflatex ellall.tex -ellselection.pdf: ellselection.tex +rechteckpfade2.tex: rechteck Makefile + ./rechteck --outfile rechteckpfade2.tex --k 0.87 --vsteps=1 +ellselection.pdf: ellselection.tex rechteckpfade2.tex pdflatex ellselection.tex +rechteckpfade3.tex: rechteck + ./rechteck --outfile rechteckpfade3.tex --k 0.70710678118654752440 \ + --vsteps=4 |