From ca7aa88b2a8edd58d8d8e7dedb85d9f441b701e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 18 Feb 2022 17:28:23 +0100 Subject: new stuff about elliptic functions --- buch/chapters/110-elliptisch/images/Makefile | 8 +++++++- 1 file changed, 7 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 f3f783f..d1e0afe 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 pendel.pdf jacobiplots.pdf + ellipse.pdf pendel.pdf jacobiplots.pdf jacobidef.pdf jacobi12.pdf lemniskate.pdf: lemniskate.tex pdflatex lemniskate.tex @@ -60,3 +60,9 @@ jacobipaths.tex: jacobi Makefile jacobiplots.pdf: jacobiplots.tex jacobipaths.tex pdflatex jacobiplots.tex + +jacobidef.pdf: jacobidef.tex + pdflatex jacobidef.tex + +jacobi12.pdf: jacobi12.tex + pdflatex jacobi12.tex -- cgit v1.2.1