Moved software and source code design to appendices

Additionally, the entire LaTeX setup was adapted for this use case.

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-08-14 16:40:38 +02:00
parent e5662ed48d
commit 15aabfa9ac
5 changed files with 75 additions and 54 deletions

View File

@ -111,6 +111,7 @@
\input{./private/definitions.tex}
}{}
\usepackage[titletoc]{appendix}
\MakeOuterQuote{"}
@ -175,10 +176,11 @@
\tableofcontents
}
\newcommand{\finish}{%
%\clearpage
\newcommand{\references}{%
\printbibliography[heading=bibintoc]
}
\newcommand{\finish}{%
%\clearpage
\printglossary
@ -189,10 +191,12 @@
\else
\clearpage
\selectlanguage{ngerman}
\chapter*{Eidesstattliche Versicherung}
\input{declaration.tex}
\fi
\if@library
\clearpage
\chapter*{Erklärung zu Bibliothek}
\input{library.tex}
\else\fi
}