diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2022-02-20 17:05:15 +0100 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2022-02-20 17:05:15 +0100 |
commit | 0a52802fb9e66c9de2a5ea07ee9dc74dbfed06e4 (patch) | |
tree | b890ead4f3af1b6f66a79c7165410e484028578c /buch/chapters/080-funktionentheorie/images/Makefile | |
parent | more elliptic function stuff (diff) | |
download | SeminarSpezielleFunktionen-0a52802fb9e66c9de2a5ea07ee9dc74dbfed06e4.tar.gz SeminarSpezielleFunktionen-0a52802fb9e66c9de2a5ea07ee9dc74dbfed06e4.zip |
Satz von Carlson
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 + |