-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtitlepage.tex
62 lines (44 loc) · 1.98 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
% Last modification: 2016-09-29 (Marc Deisenroth)
\begin{titlepage}
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}} % Defines a new command for the horizontal lines, change thickness here
%----------------------------------------------------------------------------------------
% LOGO SECTION
%----------------------------------------------------------------------------------------
\includegraphics[width = 4cm]{./figures/imperial}\\[0.5cm]
\begin{center} % Center remainder of the page
%----------------------------------------------------------------------------------------
% HEADING SECTIONS
%----------------------------------------------------------------------------------------
\textsc{\large Department of Earth Science and Engineering}\\[0.5cm]
\textsc{\Large Imperial College London}\\[0.5cm]
%----------------------------------------------------------------------------------------
% TITLE SECTION
%----------------------------------------------------------------------------------------
\vspace{1.9cm}
\HRule \\[0.4cm]
{ \fontsize{20}{21} \bfseries \reporttitle}\\ % Title of your document
\HRule \\[2.5cm]
\end{center}
%----------------------------------------------------------------------------------------
% AUTHOR SECTION
%----------------------------------------------------------------------------------------
%\begin{minipage}{0.4\hsize}
\begin{flushleft} \large
\textit{Author:}\\
\reportauthor % Your name
\end{flushleft}
\vspace{1.5cm}
\makeatletter
\noindent Supervisors:
\vspace{0.2cm}
\noindent Github Repository:
\vspace{0.2cm}
\noindent Email:
\vspace{0.2cm}
\noindent Date: \@date
\vfill % Fill the rest of the page with whitespace
\begin{center}
This report is submitted as part requirement for \{Degree Title\} at Imperial College London. It is substantially the result of my own work except where indicated explicitly in the text. The report may be freely copied and distributed provided the source is acknowledged explicitly.
\end{center}
\makeatother
\end{titlepage}