From 646611e1e373db98d7aa7e1281f70be30a6e80d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 26 Sep 2021 17:13:18 +0200 Subject: add torus image --- buch/chapters/95-homologie/torus/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 buch/chapters/95-homologie/torus/Makefile (limited to 'buch/chapters/95-homologie/torus/Makefile') diff --git a/buch/chapters/95-homologie/torus/Makefile b/buch/chapters/95-homologie/torus/Makefile new file mode 100644 index 0000000..4eb1381 --- /dev/null +++ b/buch/chapters/95-homologie/torus/Makefile @@ -0,0 +1,15 @@ +# +# Makefile -- torus homology +# +# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule +# +all: torus.jpg + +torus.inc: torus.m + octave torus.m + +torus.png: torus.pov torus.inc + povray +A0.1 -W1920 -H1080 -Otorus.png torus.pov + +torus.jpg: torus.png Makefile + convert -extract 1624x970+150+78 torus.png torus.jpg -- cgit v1.2.1