46 lines
1.4 KiB
TeX
46 lines
1.4 KiB
TeX
% !TeX document-id = {631e44a8-cd91-47da-bf82-1571f8787194}
|
|
% !TeX TXS-program:compile = txs:///pdflatex/[--shell-escape]
|
|
|
|
\documentclass{class/thesis} % [draft]
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
% Bitte ergänzen Sie Ihre persönlichen Daten innerhalb %
|
|
% der im Folgenden inkludierten Datei properties.tex %
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
\include{properties}
|
|
\include{glossary}
|
|
|
|
|
|
\begin{document}
|
|
\begin{thesis}
|
|
|
|
% Detect overfull boxes % TODO: Should probably disable this before submitting
|
|
% \overfullrule=2cm
|
|
|
|
% Capitalize all the section names
|
|
\renewcommand{\figureautorefname}{Figure}
|
|
\renewcommand{\tableautorefname}{Table}
|
|
\renewcommand{\partautorefname}{Part}
|
|
\renewcommand{\appendixautorefname}{Appendix}
|
|
\renewcommand{\chapterautorefname}{Chapter}
|
|
\renewcommand{\sectionautorefname}{Section}
|
|
\renewcommand{\subsectionautorefname}{Section}
|
|
\renewcommand{\subsubsectionautorefname}{Section}
|
|
\makeatletter\newcommand{\tcb@cnt@codeblockautorefname}{Listing}\makeatother
|
|
|
|
% Chapters
|
|
\include{chap/introduction}
|
|
\include{chap/background}
|
|
\include{chap/interrupthandling}
|
|
\include{chap/implementation}
|
|
\include{chap/testing}
|
|
\include{chap/conclusion}
|
|
\begin{appendices}
|
|
\include{chap/figures}
|
|
\include{chap/tables}
|
|
\end{appendices}
|
|
|
|
\end{thesis}
|
|
\end{document}
|