Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
latextemplates
GitHub Repository: latextemplates/scientific-thesis-template
Path: blob/main/main-paderborn-english.tex
340 views
1
% !TeX spellcheck = en-US
2
% !TeX encoding = utf8
3
% !TeX program = pdflatex
4
% !BIB program = biber
5
% -*- coding:utf-8 mod:LaTeX -*-
6
7
8
% vv scroll down to line 200 for content vv
9
10
11
\let\ifdeutsch\iffalse
12
\let\ifenglisch\iftrue
13
\input{pre-documentclass}
14
\documentclass[
15
% fontsize=11pt is the standard
16
a4paper, % Standard format - only KOMAScript uses paper=a4 - https://tex.stackexchange.com/a/61044/9075
17
twoside, % we are optimizing for both screen and two-sided printing. So the page numbers will jump, but the content is configured to stay in the middle (by using the geometry package)
18
bibliography=totoc,
19
% idxtotoc, %Index ins Inhaltsverzeichnis
20
% liststotoc, %List of X ins Inhaltsverzeichnis, mit liststotocnumbered werden die Abbildungsverzeichnisse nummeriert
21
headsepline,
22
cleardoublepage=empty,
23
parskip=half,
24
% draft % um zu sehen, wo noch nachgebessert werden muss - wichtig, da Bindungskorrektur mit drin
25
draft=false
26
]{scrbook}
27
\input{config}
28
29
% Packages required for the title page of Paderborn University
30
\usepackage{tikz}
31
\usepackage{eso-pic}
32
\usepackage{textpos}
33
34
\usepackage[
35
title={Is Oil the future?},
36
author={Lars K.},
37
type={Bachelor Thesis},
38
institute={
39
Database and Information Systems\\
40
Paderborn University\\
41
Warburger Str.~100\\
42
33098 Paderborn
43
},
44
course={Informatik},
45
examiner={Prof.\ Dr.\ Gregor Engels},
46
supervisor={Dipl.-Inf.\ Roman Tiker,\\Dipl.-Inf.\ Laura Stern,\\Otto Normalverbraucher,\ M.Sc.},
47
startdate={July 5, 2018},
48
enddate={January 5, 2019}
49
]{scientific-thesis-cover}
50
51
\input{acronyms}
52
53
\makeindex
54
55
\begin{document}
56
57
%tex4ht-Konvertierung verschönern
58
\iftex4ht
59
% tell tex4ht to create pictures also for formulas starting with '$'
60
% WARNING: a tex4ht run now takes forever!
61
\Configure{$}{\PicMath}{\EndPicMath}{}
62
%$ % <- syntax highlighting fix for emacs
63
\Css{body {text-align:justify;}}
64
65
%conversion of .pdf to .png
66
\Configure{graphics*}
67
{pdf}
68
{\Needs{"convert \csname Gin@base\endcsname.pdf
69
\csname Gin@base\endcsname.png"}%
70
\Picture[pict]{\csname Gin@base\endcsname.png}%
71
}
72
\fi
73
74
%\VerbatimFootnotes %verbatim text in Fußnoten erlauben. Geht normalerweise nicht.
75
76
\input{commands}
77
\pagenumbering{arabic}
78
79
\input{paderborn-title}
80
81
\Titelblatt
82
83
%Eigener Seitenstil fuer die Kurzfassung und das Inhaltsverzeichnis
84
\deftriplepagestyle{preamble}{}{}{}{}{}{\pagemark}
85
%Doku zu deftriplepagestyle: scrguide.pdf
86
\pagestyle{preamble}
87
\renewcommand*{\chapterpagestyle}{preamble}
88
89
90
91
%Kurzfassung / abstract
92
%auch im Stil vom Inhaltsverzeichnis
93
\ifdeutsch
94
\section*{Kurzfassung}
95
\else
96
\section*{Abstract}
97
\fi
98
99
... Short summary of the thesis ...
100
101
\cleardoublepage
102
103
104
% BEGIN: Verzeichnisse
105
106
\iftex4ht
107
\else
108
\microtypesetup{protrusion=false}
109
\fi
110
111
%%%
112
% Literaturverzeichnis ins TOC mit aufnehmen, aber nur wenn nichts anderes mehr hilft!
113
% \addcontentsline{toc}{chapter}{Literaturverzeichnis}
114
%
115
% oder zB
116
%\addcontentsline{toc}{section}{Abkürzungsverzeichnis}
117
%
118
%%%
119
120
%Produce table of contents
121
%
122
%In case you have trouble with headings reaching into the page numbers, enable the following three lines.
123
%Hint by http://golatex.de/inhaltsverzeichnis-schreibt-ueber-rand-t3106.html
124
%
125
%\makeatletter
126
%\renewcommand{\@pnumwidth}{2em}
127
%\makeatother
128
%
129
\tableofcontents
130
131
% Bei einem ungünstigen Seitenumbruch im Inhaltsverzeichnis, kann dieser mit
132
% \addtocontents{toc}{\protect\newpage}
133
% an der passenden Stelle im Fließtext erzwungen werden.
134
135
\listoffigures
136
\listoftables
137
138
%Wird nur bei Verwendung von der lstlisting-Umgebung mit dem "caption"-Parameter benoetigt
139
%\lstlistoflistings
140
%ansonsten:
141
\ifdeutsch
142
\listof{Listing}{Verzeichnis der Listings}
143
\else
144
\listof{Listing}{List of Listings}
145
\fi
146
147
%mittels \newfloat wurde die Algorithmus-Gleitumgebung definiert.
148
%Mit folgendem Befehl werden alle floats dieses Typs ausgegeben
149
\ifdeutsch
150
\listof{Algorithmus}{Verzeichnis der Algorithmen}
151
\else
152
\listof{Algorithmus}{List of Algorithms}
153
\fi
154
%\listofalgorithms %Ist nur für Algorithmen, die mittels \begin{algorithm} umschlossen werden, nötig
155
156
% Abkürzungsverzeichnis
157
\printnoidxglossaries
158
159
\iftex4ht
160
\else
161
%Optischen Randausgleich und Grauwertkorrektur wieder aktivieren
162
\microtypesetup{protrusion=true}
163
\fi
164
165
% END: Verzeichnisse
166
167
168
% Headline and footline
169
\renewcommand*{\chapterpagestyle}{scrplain}
170
\pagestyle{scrheadings}
171
\pagestyle{scrheadings}
172
\ihead[]{}
173
\chead[]{}
174
\ohead[]{\headmark}
175
\cfoot[]{}
176
\ofoot[\usekomafont{pagenumber}\thepage]{\usekomafont{pagenumber}\thepage}
177
\ifoot[]{}
178
179
180
%% vv scroll down for content vv %%
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
201
%
202
% Main content starts here
203
%
204
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
205
206
207
\chapter{Introduction}
208
209
This thesis tarts with \cref{chap:k2}.
210
211
212
\chapter{Chapter Two}
213
\label{chap:k2}
214
215
\blinddocument
216
217
218
\chapter{Conclusion and Outlook}
219
\label{chap:zusfas}
220
221
\section*{Outlook}
222
223
\printbibliography
224
225
All links were last followed on March 17, 2018.
226
227
\appendix
228
\input{latexhints-english}
229
230
\pagestyle{empty}
231
\renewcommand*{\chapterpagestyle}{empty}
232
\Versicherung
233
\end{document}
234
235