diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-10-09 21:13:51 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-10-09 21:13:51 +0200 |
commit | d4046eef3dee4b3de6f1d456132cda22fef8743f (patch) | |
tree | 3b35dbed85504bca2888be0097a04ecc86f5514e /buch/chapters/080-funktionentheorie/images/Makefile | |
parent | add ad presentation (diff) | |
download | SeminarSpezielleFunktionen-d4046eef3dee4b3de6f1d456132cda22fef8743f.tar.gz SeminarSpezielleFunktionen-d4046eef3dee4b3de6f1d456132cda22fef8743f.zip |
erster Entwurf Kapitel Funktionentheorie
Diffstat (limited to 'buch/chapters/080-funktionentheorie/images/Makefile')
-rw-r--r-- | buch/chapters/080-funktionentheorie/images/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/buch/chapters/080-funktionentheorie/images/Makefile b/buch/chapters/080-funktionentheorie/images/Makefile new file mode 100644 index 0000000..66e6d0f --- /dev/null +++ b/buch/chapters/080-funktionentheorie/images/Makefile @@ -0,0 +1,26 @@ +# +# Makefile -- build images +# +# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule +# +all: nonanalytic.pdf integralanalytisch.pdf laurent.pdf \ + fortsetzreziprok.pdf forts.pdf logforts.pdf + +nonanalytic.pdf: nonanalytic.tex + pdflatex nonanalytic.tex + +integralanalytisch.pdf: integralanalytisch.tex + pdflatex integralanalytisch.tex + +laurent.pdf: laurent.tex + pdflatex laurent.tex + +fortsetzreziprok.pdf: fortsetzreziprok.tex + pdflatex fortsetzreziprok.tex + +forts.pdf: forts.tex + pdflatex forts.tex + +logforts.pdf: logforts.tex + pdflatex logforts.tex + |