aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/95-homologie/images/Makefile
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-08-24 17:21:53 +0200
committerAndreas Müller <andreas.mueller@ost.ch>2021-08-24 17:21:53 +0200
commit13304c02851094180b714d71451f279966fb582f (patch)
tree13950212fb6623bf948c2fcabb6ee88ca6e459ee /buch/chapters/95-homologie/images/Makefile
parentsymmetry fix (diff)
downloadSeminarMatrizen-13304c02851094180b714d71451f279966fb582f.tar.gz
SeminarMatrizen-13304c02851094180b714d71451f279966fb582f.zip
simpliziale Approximation
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
+