Skip to content

Instantly share code, notes, and snippets.

@ntfc
Created September 16, 2014 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ntfc/2fc539497b3a5c6385e6 to your computer and use it in GitHub Desktop.
Save ntfc/2fc539497b3a5c6385e6 to your computer and use it in GitHub Desktop.
UM Cover
%!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