diff options
Diffstat (limited to 'buch/chapters/080-funktionentheorie/images/Makefile')
-rw-r--r-- | buch/chapters/080-funktionentheorie/images/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/buch/chapters/080-funktionentheorie/images/Makefile b/buch/chapters/080-funktionentheorie/images/Makefile index 1ddd585..55be1f5 100644 --- a/buch/chapters/080-funktionentheorie/images/Makefile +++ b/buch/chapters/080-funktionentheorie/images/Makefile @@ -4,7 +4,8 @@ # (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule # all: nonanalytic.pdf integralanalytisch.pdf laurent.pdf \ - fortsetzreziprok.pdf forts.pdf logforts.pdf gammapfad.pdf + fortsetzreziprok.pdf forts.pdf logforts.pdf gammapfad.pdf \ + carlsonpath.pdf nonanalytic.pdf: nonanalytic.tex pdflatex nonanalytic.tex @@ -27,3 +28,6 @@ logforts.pdf: logforts.tex gammapfad.pdf: gammapfad.tex pdflatex gammapfad.tex +carlsonpath.pdf: carlsonpath.tex + pdflatex carlsonpath.tex + |