50 lines
1.3 KiB
TeX
50 lines
1.3 KiB
TeX
\documentclass[12pt,DIV=14,BCOR=10mm,a4paper,twoside,parskip=half-,headsepline,headinclude]{scrreprt} % Grundgröße 12pt, zweiseitig
|
|
|
|
\input{COMMON-Config.tex}
|
|
\input{COMMON-Style.tex}
|
|
\input{COMMON-Hyphenation.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}
|
|
|
|
% Literaturverzeichnis
|
|
\clearpage
|
|
% Schlüssel als Buchstaben
|
|
\bibliographystyle{alpha}
|
|
%\bibliographystyle{alphadin}
|
|
% Literaturverzeichnis darstellen
|
|
\bibliography{Literaturverweise}
|
|
% Literaturverzeichnis zum Inhaltsverzeichnis hinzufügen
|
|
\addcontentsline{toc}{chapter}{Literaturverweise}
|
|
|
|
% Anhang
|
|
\input{MA-Anhang.tex}
|
|
|
|
\end{document}
|
|
% Nothing beyond this line! |