aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/95-homologie/images/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'buch/chapters/95-homologie/images/Makefile')
-rw-r--r--buch/chapters/95-homologie/images/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/buch/chapters/95-homologie/images/Makefile b/buch/chapters/95-homologie/images/Makefile
index 50c2b0d..bc85c55 100644
--- a/buch/chapters/95-homologie/images/Makefile
+++ b/buch/chapters/95-homologie/images/Makefile
@@ -4,7 +4,8 @@
# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
#
all: complexbasis.pdf homocycles.pdf homoboundaries.pdf homoclasses.pdf \
- gausshomoex.pdf gausshomobasis.pdf dreieck.pdf polyeder.pdf
+ gausshomoex.pdf gausshomobasis.pdf dreieck.pdf polyeder.pdf \
+ approximation.pdf
dreieck.pdf: dreieck.tex
pdflatex dreieck.tex
@@ -30,3 +31,9 @@ homoclasses.pdf: homoclasses.tex
complexbasis.pdf: complexbasis.tex
pdflatex complexbasis.tex
+approximation.pdf: approximation.tex approx.tex
+ pdflatex approximation.tex
+
+approx.tex: approx.m
+ octave approx.m
+