-
Notifications
You must be signed in to change notification settings - Fork 1
/
titlepage.tex
executable file
·39 lines (30 loc) · 1.01 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
\begin{titlepage}
\begin{center}
\textsc{\LARGE \univname}\\[1.5cm] % University name
\textsc{\Large MSc Thesis}\\[0.5cm] % Thesis type
\HRule \\[0.4cm] % Horizontal line
\begin{doublespacing}
{\huge \bfseries \thesistitle}\\[0.4cm] % Thesis title
\end{doublespacing}
\HRule \\[1.5cm] % Horizontal line
\begin{minipage}{0.4\textwidth}
\begin{flushleft} \large
\emph{Author:}\\
\authorname % Author name -
\end{flushleft}
\end{minipage}
\begin{minipage}{0.4\textwidth}
\begin{flushright} \large
\emph{Supervisor:} \\
\committeechair % Supervisor name
\end{flushright}
\end{minipage}\\[2cm]
\large \textit{A thesis submitted in partial fulfilment of the requirements\\ for the degree of \degreename}\\[0.3cm] % University requirement text
\textit{in}\\[0.4cm]
%\groupname\\\deptname\\[2cm] % Research group name and department name
\degreefield\\[1.8cm] % Research group name and department name
{\large \degreemonth - \degreeyear}\\[1.8cm] % Date
{\copyright} {\degreeyear} \authorname
\vfill
\end{center}
\end{titlepage}