-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtitle.tex
72 lines (50 loc) · 1.4 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
66
67
68
69
70
71
\begin{titlepage}
\begin{center}
{\makeatletter
\largetitlestyle\fontsize{35}{94}\selectfont\@title
\makeatother}
%% Print the optional subtitle in black.
{\makeatletter
\ifx\@subtitle\undefined\else
\bigskip
{\rmfamily\fontsize{22}{32}\selectfont\@subtitle}
\fi
\makeatother}
\bigskip
\bigskip
by
%door
\bigskip
\bigskip
%% Print the name of the author.
{\makeatletter
%\largetitlefont\Large\bfseries\@author
\largetitlestyle\fontsize{26}{26}\selectfont\@author
\makeatother}
\bigskip
\bigskip
to obtain the degree of Master of Science in Industrial Ecology
at Leiden University
to be defended publicly on July 27th 2017.
\vfill
\begin{tabular}{lll}
LU Student number: & 000000 \\
Project duration: & \multicolumn{2}{l}{March 1, 2016 -- April 30, 2017} \\
Thesis committee: & Prof. Arnold Tukker, & Leiden University, 1st supervisor
\end{tabular}
%% Only include the following lines if confidentiality is applicable.
\bigskip
\bigskip
%\emph{This thesis is confidential and cannot be made public until May 17, 2017.}
\bigskip
\bigskip
An electronic version of this thesis is available at \url{http://cml-dummy-repository.nl}.
%\\[1cm]
%\centering{\includegraphics{cover/logo_black}}
\end{center}
\begin{tikzpicture}[remember picture, overlay]
\node at (current page.south)[anchor=south,inner sep=30pt]{
\includegraphics{cover/CML_Black}
};
\end{tikzpicture}
\end{titlepage}