-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtitle.tex
65 lines (53 loc) · 1.95 KB
/
title.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
% ------------------------------------------------------------------------------
% LaTeX Template: Titlepage
% This is a title page template which be used for both articles and reports.
%
% Copyright: http://www.howtotex.com/
% Date: April 2011
% ------------------------------------------------------------------------------
%
% ------------------------------------------------------------------------------
% Definitions (do not change this)
% ------------------------------------------------------------------------------
\newcommand{\HRule}[1]{\rule{\linewidth}{#1}} % Horizontal rule
\makeatletter % Title
\def\printtitle{%
{\centering \@title\par}}
\makeatother
\makeatletter % Author
\def\printauthor{%
{\centering \large \@author}}
\makeatother
% ------------------------------------------------------------------------------
% Metadata (Change this)
% ------------------------------------------------------------------------------
\begin{titlepage}
% ------------------------------------------------------------------------------
% Maketitle
% ------------------------------------------------------------------------------
\thispagestyle{empty} % Remove page numbering on this page
\printtitle % Print the title data as defined above
\vfill
\large
\begin{center}
\emph{Author:}\\
Emmanuel Senft \\
[1.cm]
\emph{Supervisors:}\\
Prof. Tony Belpaeme (Director of Study)\\
Dr. Paul Baxter\\
Dr. S\'{e}verin Lemaignan\\
[1.5cm]
Centre for Robotics and Neural Systems\\
Plymouth University, U.K.\\
[1.5cm]
\normalsize
\today
\end{center}
% ------------------------------------------------------------------------------
% Begin document
% ------------------------------------------------------------------------------
% ------------------------------------------------------------------------------
% End document
% ------------------------------------------------------------------------------
\end{titlepage}