aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/110-elliptisch/images/Makefile
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-10-13 11:32:58 +0200
committerAndreas Müller <andreas.mueller@ost.ch>2021-10-13 11:32:58 +0200
commit50d4a6fb4adb0a24acdb987a3e5108de66187651 (patch)
treeccfac9c4e77c7c92b19cd31adfc2a3bde2d9bb5b /buch/chapters/110-elliptisch/images/Makefile
parentadd some info on elliptic functions (diff)
downloadSeminarSpezielleFunktionen-50d4a6fb4adb0a24acdb987a3e5108de66187651.tar.gz
SeminarSpezielleFunktionen-50d4a6fb4adb0a24acdb987a3e5108de66187651.zip
add ellipsenumfang
Diffstat (limited to 'buch/chapters/110-elliptisch/images/Makefile')
-rw-r--r--buch/chapters/110-elliptisch/images/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/buch/chapters/110-elliptisch/images/Makefile b/buch/chapters/110-elliptisch/images/Makefile
index ef2e6fc..e366988 100644
--- a/buch/chapters/110-elliptisch/images/Makefile
+++ b/buch/chapters/110-elliptisch/images/Makefile
@@ -3,8 +3,14 @@
#
# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
#
-all: lemniskate.pdf
+all: lemniskate.pdf ellipsenumfang.pdf
lemniskate.pdf: lemniskate.tex
pdflatex lemniskate.tex
+ellipsenumfang.pdf: ellipsenumfang.tex ekpath.tex
+ pdflatex ellipsenumfang.tex
+
+ekpath.tex: ellipsenumfang.m
+ octave ellipsenumfang.m
+