diff options
author | Andreas Müller <andreas.mueller@othello.ch> | 2020-12-30 17:17:53 +0100 |
---|---|---|
committer | Andreas Müller <andreas.mueller@othello.ch> | 2020-12-30 17:17:53 +0100 |
commit | 1a86bceb8bc4bc40e42cdd7995b8b7db419eb9c2 (patch) | |
tree | d44acf67507018b1ce4de558c1691cd6fb106dad /buch | |
parent | more chapter outlines (diff) | |
download | SeminarMatrizen-1a86bceb8bc4bc40e42cdd7995b8b7db419eb9c2.tar.gz SeminarMatrizen-1a86bceb8bc4bc40e42cdd7995b8b7db419eb9c2.zip |
chapters
Diffstat (limited to 'buch')
-rw-r--r-- | buch/chapters/60-gruppen/chapter.tex | 6 | ||||
-rw-r--r-- | buch/chapters/Makefile.inc | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/buch/chapters/60-gruppen/chapter.tex b/buch/chapters/60-gruppen/chapter.tex index c07518b..d3356e1 100644 --- a/buch/chapters/60-gruppen/chapter.tex +++ b/buch/chapters/60-gruppen/chapter.tex @@ -6,9 +6,9 @@ \chapter{Matrizengruppen \label{chapter:matrizengruppen}} -\input{chapter/60-grupppen/symmetrien.tex} -\input{chapter/60-grupppen/lie.tex} -\input{chapter/60-grupppen/homogen.tex} +\input{chapters/60-gruppen/symmetrien.tex} +\input{chapters/60-gruppen/lie.tex} +\input{chapters/60-gruppen/homogen.tex} diff --git a/buch/chapters/Makefile.inc b/buch/chapters/Makefile.inc index 660e6d6..dcd6c61 100644 --- a/buch/chapters/Makefile.inc +++ b/buch/chapters/Makefile.inc @@ -13,3 +13,5 @@ include chapters/10-vektorenmatrizen/Makefile.inc include chapters/20-polynome/Makefile.inc include chapters/30-endlichekoerper/Makefile.inc include chapters/40-eigenwerte/Makefile.inc +include chapters/50-permutationen/Makefile.inc +include chapters/60-gruppen/Makefile.inc |