Created
September 16, 2014 15:05
-
-
Save ntfc/2fc539497b3a5c6385e6 to your computer and use it in GitHub Desktop.
UM Cover
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%!TEX root = MSc_VM_Dissertation.tex | |
% define extra colors | |
\definecolor{lightergrey}{rgb}{0.68,0.67,0.68} | |
\definecolor{grey}{rgb}{0.61,0.6,0.6} | |
\newfontfamily\MyTitle[ | |
Ligatures=TeX, | |
Extension=.ttf, | |
Path=Fonts/, | |
Scale=0.99, | |
BoldFont={NewsGotT Bold}, | |
ItalicFont={NewsGoth Lt BT Light}, | |
ItalicFeatures={FakeSlant}, | |
AutoFakeSlant=0.2, | |
BoldItalicFeatures=FakeSlant, | |
]{NewsGotT Regular} | |
{\MyTitle | |
\makeatletter | |
% set page margins | |
% left: 1in + 79mm | |
% right: 20mm - 1in | |
% top: 1in | |
% bottom: ? | |
\newgeometry{left=104.4mm,right=-5.4mm,top=25.4mm,bottom=-15.5mm} | |
\begin{titlepage} | |
\setcounter{page}{-1} | |
\thispagestyle{empty} | |
\input{Definitions/UMLogo} | |
%% ----------------------------------------------------------------------- | |
%% Page one | |
%% ----------------------------------------------------------------------- | |
%Logo | |
\flushleft | |
\UMEng | |
{\flushleft | |
\vspace{5mm} | |
\textcolor{lightergrey}{\fontsize{15.2pt}{1em}{\textbf{\univname}} \\ | |
\Large\facname} \\ | |
} | |
{\flushleft | |
\vspace{38.1mm} | |
\textcolor{grey}{{\LARGE {\authornames}}} \\ | |
} | |
{\flushleft | |
% put title in a 3cm box | |
\begin{minipage}[t][3cm]{\textwidth} | |
\begin{raggedright} % prevent hyphenation | |
\textcolor{grey}{{\LARGE \textbf{\@title}}} \\ | |
\end{raggedright} | |
\end{minipage} | |
} | |
\vfill | |
{\flushleft | |
\textcolor{grey}{\small\hoje} \\ | |
} | |
\pagebreak | |
%% ----------------------------------------------------------------------- | |
%% Page two | |
%% ----------------------------------------------------------------------- | |
%Logo | |
\flushleft | |
\UMEng[grey] | |
{\flushleft | |
\vspace{5mm} | |
\textcolor{lightergrey}{\fontsize{15.2pt}{1em}{\textbf{\univname}} \\ | |
\Large\facname} \\ | |
\textcolor{lightergrey}{\Large \deptname} \\ | |
} | |
{\flushleft | |
\vspace{32.3mm} | |
\textcolor{grey}{{\LARGE {\authornames}}} \\ | |
} | |
{\flushleft | |
% put title in a 3cm box | |
\begin{minipage}[t][3cm]{\textwidth} | |
\begin{raggedright} % prevent hyphenation | |
\textcolor{grey}{{\LARGE \textbf{\@title}}} \\ | |
\end{raggedright} | |
\end{minipage} | |
} | |
\vspace{43mm} | |
{\flushleft | |
\textcolor{grey}{\Large \docname}\\ | |
\textcolor{grey}{\Large \mei}\\ | |
\vspace{5mm} | |
\textcolor{grey}{\Large \orientedby}\\[2mm] | |
% put title in a 2cm box | |
\begin{minipage}[t][2cm]{\textwidth} | |
\begin{raggedright} % prevent hyphenation | |
\textcolor{grey}{\Large \textbf{\supname}}\\ | |
\end{raggedright} | |
\end{minipage} | |
} | |
\vfill | |
{\flushleft | |
\textcolor{grey}{\small\hoje} \\ | |
} | |
\pagebreak | |
\end{titlepage} | |
} | |
\restoregeometry | |
\makeatother |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment