diff options
author | Andreas Müller <andreas.mueller@hsr.ch> | 2020-12-04 21:07:55 +0100 |
---|---|---|
committer | Andreas Müller <andreas.mueller@hsr.ch> | 2020-12-04 21:07:55 +0100 |
commit | c5f1492a5845da6467164561183fa93c964d0e87 (patch) | |
tree | 5e280f375f408241fb29add9d960e2a365d7b0bf /buch/chapters/20-polynome/Makefile | |
parent | add files (diff) | |
download | SeminarMatrizen-c5f1492a5845da6467164561183fa93c964d0e87.tar.gz SeminarMatrizen-c5f1492a5845da6467164561183fa93c964d0e87.zip |
Kapitel 1
Diffstat (limited to '')
-rw-r--r-- | buch/chapters/20-polynome/Makefile.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/buch/chapters/20-polynome/Makefile.inc b/buch/chapters/20-polynome/Makefile.inc index 06576f3..db127d9 100644 --- a/buch/chapters/20-polynome/Makefile.inc +++ b/buch/chapters/20-polynome/Makefile.inc @@ -5,4 +5,8 @@ # CHAPTERFILES = $(CHAPTERFILES) \ + chapters/20-polynome/definitionen.tex \ + chapters/20-polynome/vektoren.tex \ + chapters/20-polynome/matrizen.tex \ + chapters/20-polynome/minimalpolynom.tex \ chapters/20-polynome/chapter.tex |