-
Notifications
You must be signed in to change notification settings - Fork 0
/
title.tex
65 lines (47 loc) · 2.54 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
\begin{titlepage}
\center % Center everything on the page
%% All the text parameters should be taken from the start of the main.tex file.
%% You should only alter stuff here if you want to change the layout
%----------------------------------------------------------------------------------------
% LOGO SECTION
%----------------------------------------------------------------------------------------
%% Choose one of the following -- a colour or black-and-white logo
\includegraphics{Trinity_RGB_transparent_main.png}\\[1cm]
%\includegraphics[width=12cm]{title/black-stacked-trinity.jpg}\\[1cm]
\Large \school\\[1.5cm] % Minor heading such as course title
\ifdefined\department
\large \department\\[1.5cm] % Minor heading such as course title
\fi
%----------------------------------------------------------------------------------------
% TITLE SECTION
%----------------------------------------------------------------------------------------
\makeatletter
{ \huge \bfseries \thesistitle}\\[1.5cm] % Title of your document
%----------------------------------------------------------------------------------------
% AUTHOR SECTION
%----------------------------------------------------------------------------------------
\ifdefined\authorid
\authorname\\ % Your name
\authorid\\[2cm] % Your Student ID
\else
\authorname\\[2cm] % Your name
\fi
%----------------------------------------------------------------------------------------
% Supervisor SECTION
%----------------------------------------------------------------------------------------
Supervisor: \supervisor\\[2cm] % Their name
\ifdefined\cosupervisor
Cosupervisor: \cosupervisor\\[2cm] % Their name
\fi
%----------------------------------------------------------------------------------------
% DATE SECTION
%----------------------------------------------------------------------------------------
{\large \today}\\[2cm] % Date, change the \today to a set date if you want to be precise
%----------------------------------------------------------------------------------------
% TYPE OF THESIS SECTION
%----------------------------------------------------------------------------------------
\vfill
A \typeofthesis\ submitted in partial fulfilment\\of the requirements for the degree of\\
\degree
\vfill % Fill the rest of the page with whitespace
\end{titlepage}