\documentclass[12pt,a4paper,twoside,parskip=half-,headsepline,headinclude]{scrreprt} % Grundgröße 12pt, zweiseitig \input{COMMON-Config.tex} \input{COMMON-Style.tex} \author{Jan Philipp Timme} \title{Konzeption und Umsetzung eines IPv6-VPN für die Abteilung Informatik} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Beginn des Dokuments (Titelseite und der ganze Krempel) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{document} \input{MA-Titelseite.tex} \input{MA-Erklaerung.tex} % Inhaltsverzeichnis \pdfbookmark[0]{Inhalt}{contents} \tableofcontents % Abbildungsverzeichnis, falls genug vorhanden sind %\listoffigures % Codeverzeichnis, falls genug vorhanden ist %\lstlistoflistings % Tabellenverzeichnis, falls genug vorhanden sind %\listoftables % Sicherstellen, dass Inhalte auf der nächsten neuen Seite beginnen \newpage % Inhalte \input{MA-Inhalt.tex} % Anhang \input{MA-Anhang.tex} % Literaturverzeichnis \clearpage % Schlüssel als Buchstaben \bibliographystyle{alpha} %\bibliographystyle{alphadin} % Literaturverzeichnis darstellen \bibliography{Literaturverweise} % Literaturverzeichnis zum Inhaltsverzeichnis hinzufügen \addcontentsline{toc}{chapter}{Literaturverweise} \end{document} % Nothing beyond this line!