diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-10-27 08:51:17 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-10-27 08:51:17 +0200 |
commit | 5bd294f334dc1d99e3db29996482f0f2cd1c8b49 (patch) | |
tree | fa385d93afa15ca747c66d14891d31c8acd50606 /buch/chapters/040-rekursion/images/Makefile | |
parent | jacobiplots hinzugefügt (diff) | |
download | SeminarSpezielleFunktionen-5bd294f334dc1d99e3db29996482f0f2cd1c8b49.tar.gz SeminarSpezielleFunktionen-5bd294f334dc1d99e3db29996482f0f2cd1c8b49.zip |
add gamma function section
Diffstat (limited to 'buch/chapters/040-rekursion/images/Makefile')
-rw-r--r-- | buch/chapters/040-rekursion/images/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/buch/chapters/040-rekursion/images/Makefile b/buch/chapters/040-rekursion/images/Makefile new file mode 100644 index 0000000..58f79b8 --- /dev/null +++ b/buch/chapters/040-rekursion/images/Makefile @@ -0,0 +1,12 @@ +# +# Makefile +# +# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule +# +all: gammaplot.pdf + +gammaplot.pdf: gammaplot.tex gammapaths.tex + pdflatex gammaplot.tex + +gammapaths.tex: gammaplot.m + octave gammaplot.m |