Title page package

This commit is contained in:
Carlos Galindo 2019-09-25 12:37:07 +02:00
parent d93383595d
commit d25cc029b0
Signed by: kauron
GPG key ID: 83E68706DEE119A3
4 changed files with 38 additions and 0 deletions

BIN
logo-dsic.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
logo-upv-cropped.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

BIN
logo-upv.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

38
mitssTitle.sty Normal file
View file

@ -0,0 +1,38 @@
\ProvidesPackage{mitssTitle}[2019/08/25]
\RequirePackage{graphicx}
\RequirePackage{geometry}
\RequirePackage[export]{adjustbox} % align images
\newcommand*{\supervisor}[1]{\gdef\@supervisor{#1}%
}
\renewcommand*{\maketitle}{%
\newgeometry{margin=1in}
\begin{titlepage}
%\pagestyle{empty}
\makeatletter
{\centering
\includegraphics[width=.5\linewidth,valign=t]{logo-upv-cropped} \hfill
\includegraphics[width=.23\linewidth,valign=t]{logo-dsic}
}
\vfill
\begin{center}
{\huge\bfseries \@title} \\
\vspace{2em}
{\Large Trabajo Fin de Máster} \\
\vspace{2em}
\Large
\textbf{Máster Universitario en Ingeniería \\ y Tecnología de Sistemas Software}
\end{center}
\vfill
{
\large
\raggedleft
\textbf{Autor}: \@author \\
\textbf{Tutor}: \@supervisor \\
Valencia, \@date \\
}
\end{titlepage}
\restoregeometry
} % maketitle