aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/Makefile
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-10-27 08:51:17 +0200
committerAndreas Müller <andreas.mueller@ost.ch>2021-10-27 08:51:17 +0200
commit5bd294f334dc1d99e3db29996482f0f2cd1c8b49 (patch)
treefa385d93afa15ca747c66d14891d31c8acd50606 /buch/chapters/Makefile
parentjacobiplots hinzugefügt (diff)
downloadSeminarSpezielleFunktionen-5bd294f334dc1d99e3db29996482f0f2cd1c8b49.tar.gz
SeminarSpezielleFunktionen-5bd294f334dc1d99e3db29996482f0f2cd1c8b49.zip
add gamma function section
Diffstat (limited to '')
-rw-r--r--buch/chapters/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/buch/chapters/Makefile.inc b/buch/chapters/Makefile.inc
index f5346d7..9a452e0 100644
--- a/buch/chapters/Makefile.inc
+++ b/buch/chapters/Makefile.inc
@@ -11,6 +11,8 @@ CHAPTERFILES = \
include chapters/000-einleitung/Makefile.inc
include chapters/010-potenzen/Makefile.inc
include chapters/020-exponential/Makefile.inc
+include chapters/030-geometrie/Makefile.inc
+include chapters/040-rekursion/Makefile.inc
include chapters/060-integral/Makefile.inc
include chapters/080-funktionentheorie/Makefile.inc