From d4046eef3dee4b3de6f1d456132cda22fef8743f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 9 Oct 2021 21:13:51 +0200 Subject: erster Entwurf Kapitel Funktionentheorie --- .../chapters/080-funktionentheorie/images/Makefile | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 buch/chapters/080-funktionentheorie/images/Makefile (limited to 'buch/chapters/080-funktionentheorie/images/Makefile') 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 + -- cgit v1.2.1