From 9fb1f740b7d00b350a008e957d28ecf7daf53797 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <andreas.mueller@ost.ch>
Date: Tue, 14 Jun 2022 16:24:13 +0200
Subject: new image

---
 buch/chapters/110-elliptisch/images/Makefile | 11 +++++++++++
 1 file changed, 11 insertions(+)

(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 a7c9e74..7e4fa0c 100644
--- a/buch/chapters/110-elliptisch/images/Makefile
+++ b/buch/chapters/110-elliptisch/images/Makefile
@@ -78,3 +78,14 @@ slcldata.tex:	slcl
 	./slcl --outfile=slcldata.tex --a=0 --b=13.4 --steps=200
 slcl.pdf:	slcl.tex slcldata.tex
 	pdflatex slcl.tex
+
+POVRAYOPTIONS = -W1920 -H1080
+kegelpara.png:	kegelpara.pov
+	povray +A0.1 -W1080 -H1080 -Okegelpara.png kegelpara.pov
+
+kegelpara.jpg:	kegelpara.png Makefile
+	convert -extract 1080x1000+0+40 kegelpara.png \
+		-density 300 -units PixelsPerInch kegelpara.jpg
+
+kegelpara.pdf:	kegelpara.tex kegelpara.jpg
+	pdflatex kegelpara.tex
-- 
cgit v1.2.1


From fbcf8833aef79694e448010520f2253e93f2cd4e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <andreas.mueller@ost.ch>
Date: Tue, 14 Jun 2022 16:59:48 +0200
Subject: more info about the lemniskate

---
 buch/chapters/110-elliptisch/images/Makefile | 12 +++++++++++-
 1 file changed, 11 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 7e4fa0c..2a23d88 100644
--- a/buch/chapters/110-elliptisch/images/Makefile
+++ b/buch/chapters/110-elliptisch/images/Makefile
@@ -79,7 +79,6 @@ slcldata.tex:	slcl
 slcl.pdf:	slcl.tex slcldata.tex
 	pdflatex slcl.tex
 
-POVRAYOPTIONS = -W1920 -H1080
 kegelpara.png:	kegelpara.pov
 	povray +A0.1 -W1080 -H1080 -Okegelpara.png kegelpara.pov
 
@@ -89,3 +88,14 @@ kegelpara.jpg:	kegelpara.png Makefile
 
 kegelpara.pdf:	kegelpara.tex kegelpara.jpg
 	pdflatex kegelpara.tex
+
+torusschnitt.png:	torusschnitt.pov
+	povray +A0.1 -W1920 -H1080 -Otorusschnitt.png torusschnitt.pov
+
+torusschnitt.jpg:	torusschnitt.png Makefile
+	convert -extract 1560x1080+180+0 torusschnitt.png \
+		-density 300 -units PixelsPerInch torusschnitt.jpg
+
+torusschnitt.pdf:	torusschnitt.tex torusschnitt.jpg
+	pdflatex torusschnitt.tex
+
-- 
cgit v1.2.1


From f62b44e41eb5d9afe46e56c335b96cb48ae3a492 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <andreas.mueller@ost.ch>
Date: Tue, 14 Jun 2022 17:02:23 +0200
Subject: finalize lemniscate as sections

---
 buch/chapters/110-elliptisch/images/Makefile | 2 +-
 1 file changed, 1 insertion(+), 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 2a23d88..30642fe 100644
--- a/buch/chapters/110-elliptisch/images/Makefile
+++ b/buch/chapters/110-elliptisch/images/Makefile
@@ -5,7 +5,7 @@
 #
 all:	lemniskate.pdf ellipsenumfang.pdf unvollstaendig.pdf rechteck.pdf \
 	ellipse.pdf pendel.pdf jacobiplots.pdf jacobidef.pdf jacobi12.pdf \
-	sncnlimit.pdf slcl.pdf
+	sncnlimit.pdf slcl.pdf torusschnitt.pdf kegelpara.pdf
 
 lemniskate.pdf:	lemniskate.tex
 	pdflatex lemniskate.tex
-- 
cgit v1.2.1


From 864b17ee949de5c14ebc3bbf50a90178b4b804f3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <andreas.mueller@ost.ch>
Date: Wed, 15 Jun 2022 20:25:27 +0200
Subject: fix some minor issues

---
 buch/chapters/110-elliptisch/images/Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

(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 30642fe..c8f98cb 100644
--- a/buch/chapters/110-elliptisch/images/Makefile
+++ b/buch/chapters/110-elliptisch/images/Makefile
@@ -79,11 +79,14 @@ slcldata.tex:	slcl
 slcl.pdf:	slcl.tex slcldata.tex
 	pdflatex slcl.tex
 
+KEGELSIZE = -W256 -H256
+KEGELSIZE = -W128 -H128
+KEGELSIZE = -W1080 -H1080
 kegelpara.png:	kegelpara.pov
-	povray +A0.1 -W1080 -H1080 -Okegelpara.png kegelpara.pov
+	povray +A0.1 $(KEGELSIZE) -Okegelpara.png kegelpara.pov
 
 kegelpara.jpg:	kegelpara.png Makefile
-	convert -extract 1080x1000+0+40 kegelpara.png \
+	convert -extract 1080x1040+0+0 kegelpara.png \
 		-density 300 -units PixelsPerInch kegelpara.jpg
 
 kegelpara.pdf:	kegelpara.tex kegelpara.jpg
-- 
cgit v1.2.1


From b9af31ecb07acd4d34a13aa99d6170c9ca96af87 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <andreas.mueller@ost.ch>
Date: Thu, 16 Jun 2022 17:00:34 +0200
Subject: some improvements

---
 buch/chapters/110-elliptisch/images/Makefile | 2 +-
 1 file changed, 1 insertion(+), 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 c8f98cb..7bbc8af 100644
--- a/buch/chapters/110-elliptisch/images/Makefile
+++ b/buch/chapters/110-elliptisch/images/Makefile
@@ -96,7 +96,7 @@ torusschnitt.png:	torusschnitt.pov
 	povray +A0.1 -W1920 -H1080 -Otorusschnitt.png torusschnitt.pov
 
 torusschnitt.jpg:	torusschnitt.png Makefile
-	convert -extract 1560x1080+180+0 torusschnitt.png \
+	convert -extract 1640x1080+140+0 torusschnitt.png \
 		-density 300 -units PixelsPerInch torusschnitt.jpg
 
 torusschnitt.pdf:	torusschnitt.tex torusschnitt.jpg
-- 
cgit v1.2.1


From 88031a6a5bad428cb3bf03dea6f0f95d79484723 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <andreas.mueller@othello.ch>
Date: Thu, 16 Jun 2022 17:02:24 +0200
Subject: new plots

---
 buch/chapters/110-elliptisch/images/Makefile | 13 ++++++++++++-
 1 file changed, 12 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 c8f98cb..3094877 100644
--- a/buch/chapters/110-elliptisch/images/Makefile
+++ b/buch/chapters/110-elliptisch/images/Makefile
@@ -5,7 +5,7 @@
 #
 all:	lemniskate.pdf ellipsenumfang.pdf unvollstaendig.pdf rechteck.pdf \
 	ellipse.pdf pendel.pdf jacobiplots.pdf jacobidef.pdf jacobi12.pdf \
-	sncnlimit.pdf slcl.pdf torusschnitt.pdf kegelpara.pdf
+	sncnlimit.pdf slcl.pdf torusschnitt.pdf kegelpara.pdf lemnispara.pdf
 
 lemniskate.pdf:	lemniskate.tex
 	pdflatex lemniskate.tex
@@ -102,3 +102,14 @@ torusschnitt.jpg:	torusschnitt.png Makefile
 torusschnitt.pdf:	torusschnitt.tex torusschnitt.jpg
 	pdflatex torusschnitt.tex
 
+lemnispara:	lemnispara.cpp
+	g++ -O2 -Wall -g -o lemnispara `pkg-config --cflags gsl`	\
+		lemnispara.cpp `pkg-config --libs gsl`
+
+lemnisparadata.tex:	lemnispara
+	./lemnispara
+
+lemnispara.pdf:	lemnispara.tex lemnisparadata.tex
+	pdflatex lemnispara.tex
+
+ltest:	lemnispara.pdf
-- 
cgit v1.2.1


From 45e236bc519b62e8afc1aea7d2e625df4c145348 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <andreas.mueller@ost.ch>
Date: Wed, 22 Jun 2022 11:49:27 +0200
Subject: add ell stuff

---
 buch/chapters/110-elliptisch/images/Makefile | 6 +++++-
 1 file changed, 5 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 e6e5b09..3074994 100644
--- a/buch/chapters/110-elliptisch/images/Makefile
+++ b/buch/chapters/110-elliptisch/images/Makefile
@@ -5,7 +5,8 @@
 #
 all:	lemniskate.pdf ellipsenumfang.pdf unvollstaendig.pdf rechteck.pdf \
 	ellipse.pdf pendel.pdf jacobiplots.pdf jacobidef.pdf jacobi12.pdf \
-	sncnlimit.pdf slcl.pdf torusschnitt.pdf kegelpara.pdf lemnispara.pdf
+	sncnlimit.pdf slcl.pdf torusschnitt.pdf kegelpara.pdf lemnispara.pdf \
+	ellpolnul.pdf
 
 lemniskate.pdf:	lemniskate.tex
 	pdflatex lemniskate.tex
@@ -113,3 +114,6 @@ lemnispara.pdf:	lemnispara.tex lemnisparadata.tex
 	pdflatex lemnispara.tex
 
 ltest:	lemnispara.pdf
+
+ellpolnul.pdf:	ellpolnul.tex
+	pdflatex ellpolnul.tex
-- 
cgit v1.2.1


From 17f90bd131bdf24110d8933fd804413d53e17bc5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <andreas.mueller@othello.ch>
Date: Wed, 22 Jun 2022 13:07:36 +0200
Subject: add graph for all functions

---
 buch/chapters/110-elliptisch/images/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

(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 3074994..cd8e905 100644
--- a/buch/chapters/110-elliptisch/images/Makefile
+++ b/buch/chapters/110-elliptisch/images/Makefile
@@ -6,7 +6,7 @@
 all:	lemniskate.pdf ellipsenumfang.pdf unvollstaendig.pdf rechteck.pdf \
 	ellipse.pdf pendel.pdf jacobiplots.pdf jacobidef.pdf jacobi12.pdf \
 	sncnlimit.pdf slcl.pdf torusschnitt.pdf kegelpara.pdf lemnispara.pdf \
-	ellpolnul.pdf
+	ellpolnul.pdf ellall.pdf
 
 lemniskate.pdf:	lemniskate.tex
 	pdflatex lemniskate.tex
@@ -115,5 +115,7 @@ lemnispara.pdf:	lemnispara.tex lemnisparadata.tex
 
 ltest:	lemnispara.pdf
 
-ellpolnul.pdf:	ellpolnul.tex
+ellpolnul.pdf:	ellpolnul.tex ellcommon.tex
 	pdflatex ellpolnul.tex
+ellall.pdf:	ellall.tex ellcommon.tex
+	pdflatex ellall.tex
-- 
cgit v1.2.1


From a14385eccb4fa12d22c88f2955b39bee7ee482c7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <andreas.mueller@ost.ch>
Date: Fri, 24 Jun 2022 12:51:42 +0200
Subject: Funktionsauswahl

---
 buch/chapters/110-elliptisch/images/Makefile | 6 +++++-
 1 file changed, 5 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 cd8e905..43ca35e 100644
--- a/buch/chapters/110-elliptisch/images/Makefile
+++ b/buch/chapters/110-elliptisch/images/Makefile
@@ -6,7 +6,7 @@
 all:	lemniskate.pdf ellipsenumfang.pdf unvollstaendig.pdf rechteck.pdf \
 	ellipse.pdf pendel.pdf jacobiplots.pdf jacobidef.pdf jacobi12.pdf \
 	sncnlimit.pdf slcl.pdf torusschnitt.pdf kegelpara.pdf lemnispara.pdf \
-	ellpolnul.pdf ellall.pdf
+	ellpolnul.pdf ellall.pdf ellselection.pdf
 
 lemniskate.pdf:	lemniskate.tex
 	pdflatex lemniskate.tex
@@ -119,3 +119,7 @@ ellpolnul.pdf:	ellpolnul.tex ellcommon.tex
 	pdflatex ellpolnul.tex
 ellall.pdf:	ellall.tex ellcommon.tex
 	pdflatex ellall.tex
+
+ellselection.pdf:	ellselection.tex
+	pdflatex ellselection.tex
+
-- 
cgit v1.2.1


From 3a7e2cef27bd78a96b20751db2a53f7291fcd2a6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <andreas.mueller@ost.ch>
Date: Fri, 24 Jun 2022 20:18:48 +0200
Subject: add grid to images

---
 buch/chapters/110-elliptisch/images/Makefile | 7 ++++++-
 1 file changed, 6 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 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
-- 
cgit v1.2.1