From 4752a00668c8de082d467bbdb8ba47f3cb0091b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 4 Jun 2021 16:46:46 +0200 Subject: add basic file infrastructure for special function book --- buch/chapters/part1.tex | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 buch/chapters/part1.tex (limited to 'buch/chapters/part1.tex') diff --git a/buch/chapters/part1.tex b/buch/chapters/part1.tex new file mode 100644 index 0000000..51230df --- /dev/null +++ b/buch/chapters/part1.tex @@ -0,0 +1,32 @@ +% +% part1.tex +% +% (c) 2018 Prof Dr Andreas Müller, Hochschule Rapperswil +% +\begin{refsection} +\input{chapters/vorwort.tex} +\part{Grundlagen} +%\input{chapters/00-einleitung/chapter.tex} +%\input{chapters/05-zahlen/chapter.tex} +%\input{chapters/10-vektorenmatrizen/chapter.tex} +%\input{chapters/20-polynome/chapter.tex} +%\input{chapters/30-endlichekoerper/chapter.tex} +%\input{chapters/40-eigenwerte/chapter.tex} +%\input{chapters/50-permutationen/chapter.tex} +%\input{chapters/60-gruppen/chapter.tex} +%\input{chapters/70-graphen/chapter.tex} +%\input{chapters/80-wahrscheinlichkeit/chapter.tex} +%\input{chapters/90-crypto/chapter.tex} +%\input{chapters/95-homologie/chapter.tex} +%\begin{appendices} +%\end{appendices} +\vfill +\pagebreak +\ifodd\value{page}\else\null\clearpage\fi +\lhead{Literatur} +\rhead{} +\printbibliography[heading=subbibliography] +\label{buch:literatur} +\end{refsection} + + -- cgit v1.2.1