diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2022-07-01 17:18:14 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2022-07-01 17:18:14 +0200 |
commit | 2400bd7fe87b268a8bb10ab503c3e0948c4dd6f2 (patch) | |
tree | cf4141f42c7d03c3c5b4993797610b6f424786b3 /buch/chapters/000-einleitung/Makefile | |
parent | typos (diff) | |
download | SeminarSpezielleFunktionen-2400bd7fe87b268a8bb10ab503c3e0948c4dd6f2.tar.gz SeminarSpezielleFunktionen-2400bd7fe87b268a8bb10ab503c3e0948c4dd6f2.zip |
Einleitung fertig
Diffstat (limited to '')
-rw-r--r-- | buch/chapters/000-einleitung/Makefile.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/buch/chapters/000-einleitung/Makefile.inc b/buch/chapters/000-einleitung/Makefile.inc index 5840050..2c4e046 100644 --- a/buch/chapters/000-einleitung/Makefile.inc +++ b/buch/chapters/000-einleitung/Makefile.inc @@ -5,4 +5,7 @@ # CHAPTERFILES += \ - chapters/000-einleitung/chapter.tex + chapters/000-einleitung/chapter.tex \ + chapters/000-einleitung/funktionsbegriff.tex \ + chapters/000-einleitung/speziellefunktionen.tex \ + chapters/000-einleitung/inhalt.tex |