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:
@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user