This repository has been archived by the owner on Apr 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
220 lines (170 loc) · 7.6 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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
%% ----------------------------------------------------------------
%% M A I N - F I L E
%% ----------------------------------------------------------------
% Set up the document
\documentclass[a4paper, 11pt, oneside]{main}
\graphicspath{{Figures/}}
\usepackage[german]{babel} % ALLES SCHÖN DEUTSCH!
% Include any extra LaTeX packages required
\usepackage[square, numbers, comma, sort&compress]{natbib} % Use the "Natbib" style for the references in the Bibliography
\usepackage{verbatim} % Needed for the "comment" environment to make LaTeX comments
\usepackage{url}
\usepackage{natbib}
% Floating images and tables
\usepackage{float}
% to comment out entire sections
\usepackage{comment}
% to use listings
\usepackage{listings}
% Um Code hervorzuheben und umzufärben --------------
\usepackage{listings,xcolor}
\usepackage{inconsolata}
% \definecolor{dkgreen}{rgb}{0,.6,0}
% \definecolor{dkblue}{rgb}{0,0,.6}
% \definecolor{dkyellow}{cmyk}{0,0,.8,.3}
% \lstset{
% language = php,
% basicstyle = \small\ttfamily,
% keywordstyle = \color{dkblue},
% stringstyle = \color{red},
% identifierstyle = \color{dkgreen},
% commentstyle = \color{gray},
% emph =[1]{php},
% emphstyle =[1]\color{black},
% emph =[2]{if,and,or,else},
% emphstyle =[2]\color{dkyellow}}
\definecolor{dkgreen}{rgb}{0,.6,0}
\definecolor{dkblue}{rgb}{0,0,.6}
\definecolor{dkyellow}{cmyk}{0,0,.8,.3}
\definecolor{codegreen}{rgb}{0,0.6,0}
\definecolor{codegray}{rgb}{0.5,0.5,0.5}
\definecolor{codepurple}{rgb}{0.58,0,0.82}
\definecolor{backcolour}{rgb}{0.95,0.95,0.92}
\lstdefinestyle{mystyle}{
backgroundcolor=\color{backcolour},
commentstyle=\color{codegreen},
keywordstyle=\color{magenta},
numberstyle=\tiny\color{codegray},
stringstyle=\color{codepurple},
basicstyle=\ttfamily\footnotesize,
breakatwhitespace=false,
breaklines=true,
captionpos=b,
keepspaces=true,
numbers=left,
numbersep=5pt,
showspaces=false,
showstringspaces=false,
showtabs=false,
tabsize=2
}
\lstset{style=mystyle}
\hypersetup{urlcolor=blue, colorlinks=true}
\pretolerance=150
\setlength{\emergencystretch}{3em}
% remove the unnecessary spacing before and after the headings/subheadings
\usepackage[compact]{titlesec}
\titlespacing{\section}{0pt}{*0}{*0}
\titlespacing{\subsection}{0pt}{*0}{*0}
\titlespacing{\subsubsection}{0pt}{*0}{*0}
\setlength{\parskip}{6pt}
%\setlength{\parsep}{0pt}
%\setlength{\headsep}{0pt}
%\setlength{\topskip}{0pt}
%% ----------------------------------------------------------------
\begin{document}
\frontmatter % Begin Roman style (i, ii, iii, iv...) page numbering
% Set up the Title Page
\title {Pepper, die humanoide KI als Hochschulassistenz}
\session {2022}
\advisor {Prof. Dr. Nadja Petram}
\authors {
Benjamin Thomas Schwertfeger ~~~ 36036 \\
Kristian Kellermann ~~~ 35751 \\
Jacob Menge ~~~ 35878
}
%\addresses {\deptname \\ \univname} % Do not change this here, instead these must be set in the "Thesis.cls" file, please look through it instead
\date {\today}
\subject {}
\keywords {}
\maketitle
%% ----------------------------------------------------------------
\setstretch{1.3} % It is better to have smaller font and larger line spacing than the other way round
% Define the page headers using the FancyHdr package and set up for one-sided printing
\fancyhead{} % Clears all page headers and footers
\rhead{\thepage} % Sets the right side header to show the page number
\lhead{} % Clears the left side page header
\pagestyle{fancy} % Finally, use the "fancy" page style to implement the FancyHdr headers
%% ----------------------------------------------------------------
% Declaration Page required for the Thesis, your institution may give you a different text to place here
\Declaration{
%\addtocontents{toc}{\vspace{1em}} % Add a gap in the Contents, for aesthetics
Hiermit erklären wir, dass wir die vorliegende Arbeit selbstständig verfasst und keine anderen als die angegebenen Quellen und Hilfsmittel benutzt haben.
Alle sinngemäß und wörtlich übernommenen Textstellen aus fremden Quellen wurden kenntlich gemacht.
\bigskip
\bigskip
Name:~~ \rule[0em]{15em}{.4pt}
Unterschrift:~~ \rule[0em]{10em}{.4pt} \\
Ort, Datum:~~ \rule[0em]{15em}{.4pt}
\\ \\ \\ \\
Name:~~ \rule[0em]{15em}{.4pt}
Unterschrift:~~ \rule[0em]{10em}{.4pt} \\
Ort, Datum:~~ \rule[0em]{15em}{.4pt}
\\ \\ \\ \\
Name:~~ \rule[0em]{15em}{.4pt}
Unterschrift:~~ \rule[0em]{10em}{.4pt} \\
Ort, Datum:~~ \rule[0em]{15em}{.4pt}
\\ \\ \\ \\
}
\clearpage
%% ----------------------------------------------------------------
\setstretch{1.3} % Reset the line-spacing to 1.3 for body text (if it has changed)
%% ----------------------------------------------------------------
% End of the pre-able, contents and lists of things
% Begin the Dedication page
\setstretch{1.3} % Return the line spacing back to 1.3
%\pagestyle{empty} % Page style needs to be empty for this page
%\dedicatory{For/Dedicated to/To my\ldots}
%% ----------------------------------------------------------------
\pagestyle{fancy} %The page style headers have been "empty" all this time, now use the "fancy" headers as defined before to bring them back
%% ----------------------------------------------------------------
\lhead{\emph{Inhalt}} % Set the left side page header to "Contents"
\tableofcontents % Write out the Table of Contents
%% ----------------------------------------------------------------
\lhead{\emph{Abbildungsverzeichnis}} % Set the left side page header to "List if Figures"
\listoffigures % Write out the List of Figures
%% ----------------------------------------------------------------
\lhead{\emph{Tabellenverzeichnis}} % Set the left side page header to "List if Figures"
\listoftables % Write out the List of Figures
%% ----------------------------------------------------------------
\lhead{\emph{Auflistungsverzeichnis}} % Set the left side page header to "List if Figures"
\lstlistoflistings % Write out the List of Figures
%\addtotoc{\lstlistlistingname}
%% ----------------------------------------------------------------
% The Abstract Page
\addtotoc{Abstrakt} % Add the "Abstract" page entry to the Contents
\input{abstract.tex}
\clearpage % Abstract ended, start a new page
%% ----------------------------------------------------------------
\mainmatter % Begin normal, numeric (1,2,3...) page numbering
\pagestyle{fancy} % Return the page headers back to the "fancy" style
\onehalfspacing
\addtocontents{toc}{\vspace{2em}}
\input{toc.tex}
%% ----------------------------------------------------------------
% Now begin the Appendices, including them as separate files
%\addtocontents{toc}{\vspace{2em}} % Add a gap in the Contents, for aesthetics
%\appendix % Cue to tell LaTeX that the following 'chapters' are Appendices
%\input{./Chapters/AppendixA} % Appendix Title
%\input{./Chapters/AppendixB} % Appendix Title
%\input{./Chapters/AppendixC} % Appendix Title
%\addtocontents{toc}{\vspace{2em}} % Add a gap in the Contents, for aesthetics
%\backmatter
%% ----------------------------------------------------------------
\label{Literaturverzeichnis}
\lhead{\emph{Literaturverzeichnis}} % Change the left side page header to "References"
\bibliographystyle{plainnat} % Use "unsrtnat" BibTeX style for formatting the references
\bibliography{references} % The references information are stored in the file named "references.bib"
\nocite{*}
\end{document}
%% ----------------------------------------------------------------