diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-12-18 17:17:17 +0100 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-12-18 17:17:17 +0100 |
commit | 205b65bcb0891d941b60f295876b40121cfe871e (patch) | |
tree | ad462ab90fef64c56d860250e16961828e7cbaf4 /buch/chapters/080-funktionentheorie/images/Makefile | |
parent | Eigenwertproblem auf dem Rechteck (diff) | |
download | SeminarSpezielleFunktionen-205b65bcb0891d941b60f295876b40121cfe871e.tar.gz SeminarSpezielleFunktionen-205b65bcb0891d941b60f295876b40121cfe871e.zip |
more info about gamma function
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 + |