diff options
author | Andreas Müller <andreas.mueller@othello.ch> | 2021-10-25 18:00:59 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@othello.ch> | 2021-10-25 18:00:59 +0200 |
commit | b778fb30643df21b21f0be39bb33cd761f98dc98 (patch) | |
tree | 0d1ba03240869d069bf714e6109ff104ab3d4f96 /buch/chapters/110-elliptisch/images/Makefile | |
parent | Merge branch 'master' of github.com:AndreasFMueller/SeminarSpezielleFunktionen (diff) | |
download | SeminarSpezielleFunktionen-b778fb30643df21b21f0be39bb33cd761f98dc98.tar.gz SeminarSpezielleFunktionen-b778fb30643df21b21f0be39bb33cd761f98dc98.zip |
Differentialgleichung für das mathematische Pendel
Diffstat (limited to '')
-rw-r--r-- | buch/chapters/110-elliptisch/images/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/buch/chapters/110-elliptisch/images/Makefile b/buch/chapters/110-elliptisch/images/Makefile index 931564b..5749ae0 100644 --- a/buch/chapters/110-elliptisch/images/Makefile +++ b/buch/chapters/110-elliptisch/images/Makefile @@ -4,7 +4,7 @@ # (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule # all: lemniskate.pdf ellipsenumfang.pdf unvollstaendig.pdf rechteck.pdf \ - ellipse.pdf + ellipse.pdf pendel.pdf lemniskate.pdf: lemniskate.tex pdflatex lemniskate.tex @@ -33,4 +33,6 @@ unvollpath.tex: unvollstaendig.m ellipse.pdf: ellipse.tex pdflatex ellipse.tex +pendel.pdf: pendel.tex + pdflatex pendel.tex |