\documentclass{scrbook}
\input{style}
\input{macros}
% Set title and author used in the PDF meta data
\hypersetup{
pdftitle={Wie schreibe ich eine Masterarbeit?},
pdfauthor={Erika Mustermann}
}
% Depending on which of the following two color schemes you import your thesis will be in color or grayscale. I recommend to generate a colored version as a PDF and a grayscale version for printing.
%\input{schema-color}
\input{schema-gray}
% Abgabedatum
\newcommand{\duedate}{15. Juli 2016}
\begin{document}
\frontmatter
\include{title}
\include{declaration}
\include{abstract}
\cleardoublepage
\phantomsection
\pdfbookmark{Inhaltsverzeichnis}{tableofcontents}
\markboth{Inhaltsverzeichnis}{}
\tableofcontents
% Remove this for the final version of the thesis!
\cleardoublepage
\phantomsection
\pdfbookmark{Liste der Todos}{listoftodos}
\listoftodos[Liste der Todos]
\mainmatter
\include{einleitung}
\include{grundlagen}
\include{material-methoden}
\include{ergebnisse}
\include{diskussion}
\include{fazit}
\appendix
\include{appendix}
\backmatter
\cleardoublepage
\phantomsection
\pdfbookmark{Abbildungsverzeichnis}{listoffigures}
\listoffigures
\cleardoublepage
\phantomsection
\pdfbookmark{Tabellenverzeichnis}{listoftables}
\listoftables
% \cleardoublepage
% \phantomsection
% \pdfbookmark{Definitions- und Theoremverzeichnis}{listoftheorems}
% \renewcommand{\listtheoremname}{Definitions- und Theoremverzeichnis}
% \listoftheorems[ignoreall,show={Lemma,Theorem,Korollar,Definition}]
\cleardoublepage
\phantomsection
\pdfbookmark{Quelltextverzeichnis}{listoflistings}
\lstlistoflistings
\include{abkuerzungen}
\cleardoublepage
\phantomsection
\pdfbookmark{Literaturverzeichnis}{bibliography}
\bibliography{literature}
\end{document}

PDF Preview
Create an account to compile and preview