From b778fb30643df21b21f0be39bb33cd761f98dc98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 25 Oct 2021 18:00:59 +0200 Subject: =?UTF-8?q?Differentialgleichung=20f=C3=BCr=20das=20mathematische?= =?UTF-8?q?=20Pendel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buch/chapters/110-elliptisch/images/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'buch/chapters/110-elliptisch/images/Makefile') 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 -- cgit v1.2.1