-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsidarenka_thesis.tex
83 lines (66 loc) · 1.78 KB
/
sidarenka_thesis.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
% FILE: main.tex Version 2.1
% AUTHOR:
% Universität Duisburg-Essen, Standort Duisburg
% AG Prof. Dr. Günter Törner
% Verena Gondek, Andy Braune, Henning Kerstan
% Fachbereich Mathematik
% Lotharstr. 65., 47057 Duisburg
% entstanden im Rahmen des DFG-Projektes DissOnlineTutor
% in Zusammenarbeit mit der
% Humboldt-Universitaet zu Berlin
% AG Elektronisches Publizieren
% Joanna Rycko
% und der
% DNB - Deutsche Nationalbibliothek
% Dies ist die Hauptdatei Ihrer Dissertation. Mit * gekennzeichnete
% Elemente sind optional und können durch Entfernen/Hinzufügen des
% %-Zeichens gewählt/abgewählt werden. Weitere Informationen
% entnehmen Sie bitte der beiliegenden Broschüre!
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Document Class
\RequirePackage[patch]{kvoptions}
\documentclass[oneside]{dissertation}
%% \documentclass[draft]{dissertation}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Packages, Custom Lengths, Environments, and Commands
\include{command}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Document
\begin{document}
\pagenumbering{roman}
\pagestyle{empty}
% Title Page
\include{titlepage}
% Authorship Statement
\include{authstatement}
% Dedication
\include{dedication}
% Abstract
\include{abstract}
% Acknowledgement
\include{acknowledgement}
% Table of Contents, List of Tables and Figures
\setcounter{page}{1}
\tableofcontents
\newpage
\listoffigures
\newpage
\listoftables
\newpage
% Chapters
\pagenumbering{arabic}
\pagestyle{fancy}
\include{foreword}
\input{sentiment}
\include{afterword}
% Appendices
\appendix
\include{appendixA}
\include{appendixB}
\include{appendixC}
% Bibliography
\bibliographystyle{apalike}
\bibliography{bibliography}
% Statement of Authorship
%\include{declaration}
\end{document}