-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmain.tex
196 lines (161 loc) · 6.44 KB
/
main.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
% !TEX root = main.tex
% !TEX encoding = UTF-8 Unicode
% !TEX TS-program = pdflatexmk
% !TEX spellcheck = en-US
% !BIB program = biber
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% UHH LT THESIS TEMPLATE based on the OXFORD THESIS TEMPLATE
%%%%% CHOOSE PAGE LAYOUT
%%%%% Note:use options
%%%%% bsc for a Bachelor's thesis,
%%%%% msc for a Master's thesis,
%%%%% phd for a PhD thesis, or dissertation
%%%%% debugbibkeys in order to print the bibliographic biblatex keys next to the reference
% two-sided binding:
% \documentclass[a4paper,twoside, phd]{conf/uhhltthesis}
% one-sided binding:
% \documentclass[a4paper, phd]{conf/uhhltthesis}
% PDF output (ie equal margins, no extra blank pages, for online publication with debug options):
% \documentclass[hidelinks, a4paper, nobind, phd, debugbibkeys]{conf/uhhltthesis}
% PDF output (ie equal margins, no extra blank pages, for online publication):
\documentclass[hidelinks, a4paper, nobind, phd]{conf/uhhltthesis}
% Your full degree name. (But remember that DPhils aren't "in" anything. They're just DPhils.)
% \degree{Doctor Philosophiae (Ph.D.)} % use with option phd
% \degree{Doctor of Philosophy (DPhil)} % use with option phd
\degree{Doctor rerum naturalium (Dr.\ rer.\ nat.)} % use with option phd
% \degree{Master of Science (M.\ Sc.)} % use with option msc
% \degree{Bachelor of Science (B.\ Sc.)} % use with option bsc
% \degree{Bachelor of Arts (B.A.)} % use with option bsc
% \degree{Superhero} % use if none of the options {bsc,msc,phd} are specified
% declaration of academic honesty
\affidavit{\input{./text/affidavit}}
% outsource configurations
\input{conf/thesisconf}
\makeindex
%%%%% THE ACTUAL DOCUMENT STARTS HERE
\begin{document}
%%%%% CHOOSE YOUR LINE SPACING HERE
% Zeilenabstand Einstellung
%\setlength{\textbaselineskip}{22pt plus2pt}
% This is closer spacing (about 1.5-spaced) that you might prefer for your personal copies:
%\setlength{\textbaselineskip}{18pt plus2pt minus1pt}
\setlength{\textbaselineskip}{\baselineskip}
% You can set the spacing here for the roman-numbered pages (acknowledgements, table of contents, etc.)
%\setlength{\frontmatterbaselineskip}{17pt plus1pt minus1pt}
\setlength{\frontmatterbaselineskip}{\baselineskip}
% Leave this line alone; it gets things started for the real document.
\setlength{\baselineskip}{\textbaselineskip}
%%%%% CHOOSE YOUR SECTION NUMBERING DEPTH HERE
% 0 = chapter; 1 = section; 2 = subsection; 3 = subsubsection, 4 = paragraph...
% The level that gets a number:
\setcounter{secnumdepth}{2}
% The level that shows up in the ToC:
\setcounter{tocdepth}{2}
%%%%% ABSTRACT SEPARATE - an abstract that is separate from the thesis
%\begin{abstractseparate}
% \input{text/abstract} % Create an abstract.tex file in the 'text' folder for your abstract.
%\end{abstractseparate}
% Pages are roman numbered from here, though page numbers are invisible until ToC
\begin{romanpages}
% Title page is created here (includes affidavit)
\maketitle
%%%%% DEDICATION -- If you'd like, un-comment the following.
\begin{dedication}
This work is dedicated to some important person(s) for some important reason
\end{dedication}
%%%%% ACKNOWLEDGEMENTS -- If you'd like, un-comment the following.
\begin{acknowledgements}
\input{text/acknowledgements}
\end{acknowledgements}
%%%%% THEMED QUOTE -- If you'd like one, un-comment the following.
\begin{themedquote}{Johann Wolfgang von Goethe, 1829}
Alles Gescheite ist schon gedacht worden.\\
Man muss nur versuchen, es noch einmal zu denken. \\[\baselineskip]
All intelligent thoughts have already been thought;\\
what is necessary is only to try to think them again.
\end{themedquote}
%%%%% ABSTRACT -- Nothing to do here except comment out if you don't want it.
\begin{abstract}
\input{text/abstract}
\end{abstract}
%%%%% ABSTRACT IN GERMAN
\begin{germanabstract}
\input{text/zusammenfassung}
\end{germanabstract}
%%%%% MINI TABLES for each chapter
\dominitoc % include a mini table of contents
%\dominilof % include a mini list of figures
%\dominilot % include a mini list of tables
% This aligns the bottom of the text of each page. It generally makes things look better.
\flushbottom
% This is where the whole-document ToC appears:
{%
\setcounter{page}{0}%
%
\hypersetup{%
linkcolor=black%
}%
\tableofcontents%
}%
% This aligns the bottom of the text of each page. It generally makes things look better.
\flushbottom
% Uncomment to generate a LIST OF THESIS PUBLICATIONS:
\begin{listofpublications}
\input{text/list-of-publications}
\mtcaddchapter % \mtcaddchapter is needed when adding a non-chapter (but chapter-like) entity to avoid confusing minitoc
\end{listofpublications}
% This aligns the bottom of the text of each page. It generally makes things look better.
\flushbottom
% Uncomment to generate a list of figures:
{%
\hypersetup{%
linkcolor=black%
}%
\listoffigures
\mtcaddchapter % \mtcaddchapter is needed when adding a non-chapter (but chapter-like) entity to avoid confusing minitoc
}%
% This aligns the bottom of the text of each page. It generally makes things look better.
\flushbottom
% Uncomment to generate a list of tables:
{%
\hypersetup{%
linkcolor=black%
}%
\listoftables%
\mtcaddchapter
}%
% This aligns the bottom of the text of each page. It generally makes things look better.
\flushbottom
%%%%% LIST OF ABBREVIATIONS, uncomment if you want one
\input{text/abbreviations}
% This aligns the bottom of the text of each page. It generally makes things look better.
\flushbottom
% end roman page numbering
\end{romanpages}
% This aligns the bottom of the text of each page. It generally makes things look better.
\flushbottom
%%%%% CHAPTERS
\include{text/ch-1}
\include{text/ch-2}
%% APPENDICES %%
% Starts lettered appendices, adds a heading in table of contents, and adds a
% page that just says "Appendices" to signal the end of your main text.
\startappendices
% Add or remove any appendices you'd like here:
\include{text/appendix-1}
%%%%% REFERENCES
% JEM: Quote for the top of references (just like a chapter quote if you're using them). Comment to skip.
\begin{savequote}[8cm]
The first kind of intellectual and artistic personality belongs to the hedgehogs, the second to the foxes \dots
\qauthor{--- Sir Isaiah Berlin (2013)}
\end{savequote}
% use single-space References
\setlength{\baselineskip}{0pt}
{%
\renewcommand*\MakeUppercase[1]{#1}%
% \nocite{*}
\printbibliography[heading=bibintoc,title={\bibtitle}]
}%
%%%%% INDEX
\printindex
\end{document}