-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththesis.tex
168 lines (136 loc) · 5.11 KB
/
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
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
\documentclass[a4paper,12pt,bibtotoc,titlepage, liststotoc,BCOR7mm,headsepline,pointlessnumbers]{scrbook}
\usepackage[numbers]{natbib}
\usepackage[english]{babel}
%SHOW COMMENTS
\newcommand{\mycomment}[1]{\color{red}[COMMENT/TODO: \textbf{#1}]\color{black}}
%DONT SHOW COMMENTS
\renewcommand*{\chapterpagestyle}{useheadings}
%% Anpassen: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\upbautor}{Your Name} % Name des Autors
\newcommand{\upbtitel}{Title of Your Theis} % Titel der Arbeit
\newcommand{\upbtyp}{Bachelor Thesis} % Bachelor oder Master
\newcommand{\upbmatrikelnr}{1232808} % Matrikelnummer
\newcommand{\upbemail}{[email protected]} % E-Mail des Autors
\newcommand{\upbzweitgutachter}{TODO} % Namen der Betreuer
\newcommand{\upbdate}{\today} % Datum auf der Arbeit (\today fügt das aktuelle Datum ein)
\newcommand{\E}{\mbox{I\negthinspace E}}
\usepackage{times}
\usepackage[ansinew]{inputenc} % Zeichenkodierung
\usepackage[T1]{fontenc} % Trennung von Wörtern mit Umlauten
\usepackage{natbib} % BibTeX
\usepackage[algo2e, german, ruled, vlined]{algorithm2e}
\usepackage{algorithm}
\usepackage{array}
\usepackage{amsfonts} % Mathematische Zeichen
\usepackage{amssymb} % Mathematische Zeichen
\usepackage{scrlayer-scrpage} % Koma für Kopfzeilen
\usepackage{color} % Farbiger Text
\usepackage{graphicx} % Funktionen zum Einfügen von Bildern
\usepackage{graphics}
\usepackage[plainpages=false,pdfpagelabels=false,citecolor=Black, linkcolor=Black]{hyperref} %Verweise werden Links im PDF
\usepackage{url}
\usepackage{mathtools}
\usepackage{sectsty}
\usepackage{listings}
\usepackage{verbatim}
\usepackage{theorem} % Theorem-Optionen
\theoremstyle{break} % Zeilenumbruch nach Theorem
\newtheorem{definition}{Definition}
\newtheorem{theorem}{Theorem}
\lstset { columns=fixed, basicstyle=\footnotesize \ttfamily, tabsize=2,
keywordstyle=\color[rgb]{0.00,0.00,0.50}{}\bfseries, commentstyle=\color[rgb]{0.00,0.50,0.25}{},
showstringspaces=false, numbers=left, numberstyle=\tiny, numbersep=10pt, xleftmargin=20pt,
language=JAVA }
\hypersetup{colorlinks=false,linkcolor=Black}
\definecolor{Black}{rgb}{0.0,0.0,0.5}
\newenvironment{code}{\begingroup\footnotesize \verbatim}{\endverbatim\endgroup}
%========================= Eigene Konfigurationen =====================================
\def\MdR{\ensuremath{\mathbb{R}}}
\def\MdN{\ensuremath{\mathbb{N}}}
%======================================================================================
\sloppy
\typearea[current]{current}
\pagestyle{scrheadings}
\addtokomafont{caption}{\small} % Aktive Auszeichnung von Legenden
\setkomafont{captionlabel}{\sffamily\bfseries}
\bibliographystyle{plain}
\title{\upbtitel}
\author{
\upbautor
}
\publishers{{\normalsize Supervisors:}
\upbbetreuer
}
\date{\upbdate}
\renewcommand{\thepage}{\roman{page}}
\usepackage[ ]{titlesec}
\titleformat{\chapter}[display]
{ \normalsize \huge \color{black}}
{\flushright \normalsize \MakeUppercase { \chaptertitlename \hspace{1 ex} } { \fontsize{60}{60}\selectfont \sffamily \thechapter }} {10 pt}{\bfseries\huge}
\begin{document}
\begin{titlepage}
\begin{center}
\vspace*{-0.75cm}
{\bf{ \huge{\upbtitel} }} \\
\vspace*{1.0cm}
\large{\upbautor} \\
\vspace*{0.5cm}
\Large{\today}\\
\vspace*{0.5cm}
\upbmatrikelnr \\
\vspace*{1.0cm}
\upbtyp\\
\vspace*{0.25cm}
\normalsize
at \\
\vspace*{0.25cm}
Algorithm Engineering Group Heidelberg \\
Heidelberg University \\
\vspace*{0.25cm}
\vspace*{0.75cm}
\vspace*{0.5cm}
Supervisor:\\
Univ.-Prof. PD. Dr. rer. nat. Christian Schulz \\
\vspace*{0.50cm}
Co-Referee: \\
\upbzweitgutachter
%\end{tabular}
\end{center}
\end{titlepage}
\chapter*{Acknowledgments}
TODO
\vspace*{\fill}
Hiermit versichere ich, dass ich die Arbeit selbst verfasst und keine anderen als die angegebenen Quellen und Hilfsmittel benutzt und wörtlich oder inhaltlich aus fremden Werken Übernommenes als fremd kenntlich gemacht habe. Ferner versichere ich, dass die übermittelte elektronische Version in Inhalt und Wortlaut mit der gedruckten Version meiner Arbeit vollständig übereinstimmt. Ich bin einverstanden, dass diese elektronische Fassung universitätsintern anhand einer Plagiatssoftware auf Plagiate überprüft wird. \\ \\
Heidelberg, \today \\ \\ \\ %please fix the date!
\upbautor
\pagebreak
\chapter*{Abstract}
\addcontentsline{toc}{chapter}{Abstract}
\tableofcontents
\mainmatter
\newpage
\chapter{Introduction}
\section{Motivation}
\section{Our Contribution}
\section{Structure}
The remainder of this thesis is organized as follows.
\newpage
\chapter{Fundamentals}
\section{General Definitions}
\chapter{Related Work}
\chapter{Name The Chapter, This is Your Core Chapter}
\chapter{Experimental Evaluation}
\chapter{Discussion}
\section{Conclusion}
\section{Future Work}
\appendix
\chapter*{Implementation Details}
\chapter*{Command-Line Arguments}
\chapter*{Further Results}
\chapter*{Zusammenfassung}
\addcontentsline{toc}{chapter}{Abstract (German)}
\newpage
\backmatter
\bibliographystyle{natbib}
\bibliography{quellen}
\end{document}