diff options
author | Andreas Müller <andreas.mueller@othello.ch> | 2021-01-15 17:04:33 +0100 |
---|---|---|
committer | Andreas Müller <andreas.mueller@othello.ch> | 2021-01-15 17:04:33 +0100 |
commit | 6c6543a136f7e18bfb002f6cc72381c8d33d1c14 (patch) | |
tree | 18ba1104246a05843927906544e2cd4907382994 /buch/chapters/Makefile | |
parent | add new chapter on homology (diff) | |
download | SeminarMatrizen-6c6543a136f7e18bfb002f6cc72381c8d33d1c14.tar.gz SeminarMatrizen-6c6543a136f7e18bfb002f6cc72381c8d33d1c14.zip |
Einleitung und Kapitel 1 hinzugefügt
Diffstat (limited to '')
-rw-r--r-- | buch/chapters/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buch/chapters/Makefile.inc b/buch/chapters/Makefile.inc index 1624ed5..0d8445d 100644 --- a/buch/chapters/Makefile.inc +++ b/buch/chapters/Makefile.inc @@ -9,6 +9,7 @@ CHAPTERFILES = \ chapters/vorwort.tex include chapters/00-einleitung/Makefile.inc +include chapters/05-zahlen/Makefile.inc include chapters/10-vektorenmatrizen/Makefile.inc include chapters/20-polynome/Makefile.inc include chapters/30-endlichekoerper/Makefile.inc |