-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtitle.tex
51 lines (37 loc) · 1.13 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
\renewcommand\maketitle{
\begin{titlepage}
\begin{center}
% Upper part of the page - logo MSE
%{\LARGE HES-SO // Master}
%\\[0.5cm]
\raisebox{1.4\height}{\includegraphics[width=0.5\textwidth]{./images/logo_mse}} \hfill
\includegraphics[width=0.25\textwidth]{./images/logo_hesso} %\hfill
\\[0.5cm]
\includegraphics[width=0.35\textwidth]{./images/logo_lbnl}
\\[1.2cm]
{\LARGE Master of Science HES-SO in Engineering} \\[0.2cm]
{\large Information Technology orientation} \\[1.0cm]
% Title
\newcommand{\HRule}{\rule{\linewidth}{0.1mm}}
\HRule \\[0.4cm]
{ \Huge \bfseries \doctitle} %\\[0.4cm]
%\textsc{\Subtitle}
\HRule \\[1.2cm]
{Supported by the Lawrence Berkeley National Laboratory (LBNL)} \\
{Under the supervision of} \\[2mm]
%{Supervisors} \\[2mm]
{\large Carl \textsc{Haber} \& Earl \textsc{Cornell} } \\[1.0cm]
{\large Written by}\\[2mm]
{\LARGE \authorname } \\[1.0cm]
{Under the direction of} \\[2mm]
%{Professors} \\[2mm]
{\large Frédéric \textsc{Bapst} \& Ottar \textsc{Johnsen} } \\[5mm]
{Expert} \\[2mm]
{\large Noé \textsc{Lutz} }
\vfill
Berkeley,
{\large February 8, 2013}
%{\large DRAFT \today}
\end{center}
\end{titlepage}
}