masterthesis/MA-Master.tex

47 lines
1.2 KiB
TeX
Raw Normal View History

2018-05-09 13:14:45 +02:00
\documentclass[12pt,a4paper,twoside,parskip=half-,headsepline,headinclude]{scrreprt} % Grundgröße 12pt, zweiseitig
2018-05-09 13:05:55 +02:00
\input{COMMON-Config.tex}
\input{COMMON-Style.tex}
2018-07-02 15:49:36 +02:00
2018-05-09 13:05:55 +02:00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Beginn des Dokuments (Titelseite und der ganze Krempel)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\input{MA-Titelseite.tex}
\input{MA-Erklaerung.tex}
2018-05-09 13:05:55 +02:00
% Inhaltsverzeichnis
\pdfbookmark[0]{Inhalt}{contents}
2018-05-09 13:05:55 +02:00
\tableofcontents
2018-09-03 10:53:15 +02:00
% Abbildungsverzeichnis, falls genug vorhanden sind
2018-05-09 13:05:55 +02:00
%\listoffigures
2018-09-03 10:53:15 +02:00
% Codeverzeichnis, falls genug vorhanden ist
2018-06-03 15:18:24 +02:00
%\lstlistoflistings
2018-09-03 10:53:15 +02:00
% Tabellenverzeichnis, falls genug vorhanden sind
2018-05-09 13:05:55 +02:00
%\listoftables
2018-09-03 10:53:15 +02:00
% Sicherstellen, dass Inhalte auf der nächsten neuen Seite beginnen
2018-05-09 13:05:55 +02:00
\newpage
2018-08-07 17:20:14 +02:00
% Inhalte
\input{MA-Inhalt.tex}
2018-05-09 13:05:55 +02:00
2018-09-03 10:53:15 +02:00
% Anhang
\input{MA-Anhang.tex}
2018-05-09 13:05:55 +02:00
% Literaturverzeichnis
\clearpage
% Schlüssel als Buchstaben
\bibliographystyle{alpha}
2018-09-03 16:02:09 +02:00
%\bibliographystyle{alphadin}
2018-09-03 10:53:15 +02:00
% Literaturverzeichnis darstellen
2018-05-09 13:05:55 +02:00
\bibliography{Literaturverweise}
2018-09-03 10:53:15 +02:00
% Literaturverzeichnis zum Inhaltsverzeichnis hinzufügen
2018-05-09 13:05:55 +02:00
\addcontentsline{toc}{chapter}{Literaturverweise}
2018-05-09 13:05:55 +02:00
\end{document}
% Nothing beyond this line!