diff options
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 + |