-
Notifications
You must be signed in to change notification settings - Fork 0
/
titlepage.tex
64 lines (51 loc) · 2.6 KB
/
titlepage.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
\begin{titlepage}
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}} % Defines a new command for the horizontal lines, change thickness here
\center % Center everything on the page
%----------------------------------------------------------------------------------------
% LOGO SECTION
%----------------------------------------------------------------------------------------
\begin{flushright}
% \includegraphics{./Figures/th_koeln_logo.pdf}\\[1cm]
% Include a department/university logo - this will require the graphicx package
\end{flushright}
\vspace{1.5cm}
%----------------------------------------------------------------------------------------
% HEADING SECTIONS
%----------------------------------------------------------------------------------------
\textsc{\LARGE Technical University Cologne}\\[1.5cm] % Name of your university/college
\textsc{\Large Research Project}\\[0.5cm] % Major heading such as course name
%----------------------------------------------------------------------------------------
% TITLE SECTION
%----------------------------------------------------------------------------------------
\HRule \\[0.4cm]
{ \huge \bfseries
Modern Reinforcement Algorithms playing StarCraft II }\\[0.4cm] % Title of your document
\HRule \\[1.5cm]
%----------------------------------------------------------------------------------------
% AUTHOR SECTION
%----------------------------------------------------------------------------------------
\begin{minipage}{0.4\textwidth}
\begin{flushleft} \large
\emph{Author:}\\
Thomas \textsc{Schick\\} % Your name
\end{flushleft}
\end{minipage}
~
\begin{minipage}{0.4\textwidth}
\begin{flushright} \large
\emph{
Supervisor:} \\
Prof. Dr. Beate \textsc{Rhein} \\ % Supervisor's Name
\end{flushright}
\end{minipage}\\[9cm]
% If you don't want a supervisor, uncomment the two lines below and remove the section above
%\Large \emph{Author:}\\
%John \textsc{Smith}\\[3cm] % Your name
%----------------------------------------------------------------------------------------
% DATE SECTION
%----------------------------------------------------------------------------------------
{\large Computer Science \& Engineering} \\
{Faculty of Information, Media and Electrical Engineering}\\[2cm]
{\large \today}\\[2cm] % Date, change the \today to a set date if you want to be precise
\vfill % Fill the rest of the page with whitespace
\end{titlepage}