aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/070-orthogonalitaet/images/Makefile
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2022-01-08 13:14:17 +0100
committerAndreas Müller <andreas.mueller@ost.ch>2022-01-08 13:14:17 +0100
commite6dfa9a04550a127df36bca3ae614ebca99401c0 (patch)
tree70b375ea0d0925a9d1e7537650043e5641933028 /buch/chapters/070-orthogonalitaet/images/Makefile
parentreorganize chapter 7 (diff)
downloadSeminarSpezielleFunktionen-e6dfa9a04550a127df36bca3ae614ebca99401c0.tar.gz
SeminarSpezielleFunktionen-e6dfa9a04550a127df36bca3ae614ebca99401c0.zip
Pole und Nullstellen der Gewichtsfunktion
Diffstat (limited to 'buch/chapters/070-orthogonalitaet/images/Makefile')
-rw-r--r--buch/chapters/070-orthogonalitaet/images/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/buch/chapters/070-orthogonalitaet/images/Makefile b/buch/chapters/070-orthogonalitaet/images/Makefile
index e3a988a..900ae7f 100644
--- a/buch/chapters/070-orthogonalitaet/images/Makefile
+++ b/buch/chapters/070-orthogonalitaet/images/Makefile
@@ -4,11 +4,18 @@
#
# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
#
-all: legendre.pdf orthogonal.pdf
+all: legendre.pdf orthogonal.pdf weight.pdf
legendrepaths.tex: legendre.m
octave legendre.m
legendre.pdf: legendre.tex legendrepaths.tex
pdflatex legendre.tex
+
orthogonal.pdf: orthogonal.tex legendrepaths.tex
pdflatex orthogonal.tex
+
+weight.pdf: weight.tex weightfunction.tex
+ pdflatex weight.tex
+weightfunction.tex: weight.m
+ octave weight.m
+