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