From 0a52802fb9e66c9de2a5ea07ee9dc74dbfed06e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 20 Feb 2022 17:05:15 +0100 Subject: Satz von Carlson --- buch/chapters/080-funktionentheorie/images/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'buch/chapters/080-funktionentheorie/images/Makefile') 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 + -- cgit v1.2.1