TECO Thesis Template (German)
Author:
Tobias Röddiger, Christian Dinse
Last Updated:
4년 전
License:
Other (as stated in the work)
Abstract:
Template for thesis at TECO.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
Template for thesis at TECO.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\documentclass{wissdoc}
%% --------------------
%% | Packages |
%% --------------------
\include{config/packages}
%% --------------------
%% | Settings |
%% --------------------
% Settings: Titlepage, Comments, etc.
\include{config/settings}
% Bibliography
\addbibresource{bib/references.bib}
\DefineBibliographyStrings{german}{%
bibliography = {Literaturverzeichnis},
}
%% --------------------------------------------------------------------------------
%% | BEGINNING OF DOCUMENT |
%% --------------------------------------------------------------------------------
\begin{document}
%% ----------------------
%% | Title Page |
%% ----------------------
\frontmatter
\pagenumbering{roman}
\ifnotdraft{
\includepdf[pages=-]{titelseiten.pdf}
}
%% ----------------------------
%% | Abstract DE & EN |
%% ----------------------------
\include{tex/kurzfassung}
\include{tex/abstract}
%% ----------------------------
%% | Table of Content |
%% ----------------------------
\ifnotdraft{
%%\pagenumbering{roman}
{\parskip 0pt\tableofcontents} % toc bitte einzeilig
\listoffigures
\listoftables
}
\cleardoublepage
{\pagestyle{empty}
~
\cleardoublepage}
%\thispagestyle{empty}
%% ------------------
%% | Content |
%% ------------------
\graphicspath{{src/}}
\mainmatter
\pagenumbering{arabic}
\include{tex/chapter/introduction}
\include{tex/chapter/background}
\include{tex/chapter/analysis}
\include{tex/chapter/design}
\include{tex/chapter/implementation}
\include{tex/chapter/evaluation}
\include{tex/chapter/futurework}
\include{tex/chapter/summary}
%% ----------------
%% | Appendix |
%% ----------------
\appendix
%\include{src/appendix/anhang_a}
%\include{src/appendix/anhang_b}
%% --------------------
%% | Bibliography |
%% --------------------
\cleardoublepage
\phantomsection
\addcontentsline{toc}{chapter}{\bibname}
\printbibliography
\end{document}
%% --------------------------------------------------------------------------------
%% | END OF DOCUMENT |
%% --------------------------------------------------------------------------------