aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/060-integral/images
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-12-25 22:07:55 +0100
committerAndreas Müller <andreas.mueller@ost.ch>2021-12-25 22:07:55 +0100
commita05e9b7228e790855554d578cf5c9162feb6e0a0 (patch)
treecc1ad8d08311b3300600797a15a8739a9017afff /buch/chapters/060-integral/images
parentTeilnehmerliste korrigieren (diff)
downloadSeminarSpezielleFunktionen-a05e9b7228e790855554d578cf5c9162feb6e0a0.tar.gz
SeminarSpezielleFunktionen-a05e9b7228e790855554d578cf5c9162feb6e0a0.zip
more on orthogonal families
Diffstat (limited to 'buch/chapters/060-integral/images')
-rw-r--r--buch/chapters/060-integral/images/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/buch/chapters/060-integral/images/Makefile b/buch/chapters/060-integral/images/Makefile
index 161f9ae..790bfb1 100644
--- a/buch/chapters/060-integral/images/Makefile
+++ b/buch/chapters/060-integral/images/Makefile
@@ -4,9 +4,16 @@
#
# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
#
-all: erf.pdf
+all: erf.pdf legendre.pdf orthogonal.pdf
erf.pdf: erf.tex erfpunkte.tex
pdflatex erf.tex
erfpunkte.tex: erfpunkte.m
octave erfpunkte.m
+
+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