Title page package
This commit is contained in:
parent
d93383595d
commit
d25cc029b0
4 changed files with 38 additions and 0 deletions
BIN
logo-dsic.png
Normal file
BIN
logo-dsic.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
logo-upv-cropped.png
Normal file
BIN
logo-upv-cropped.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 115 KiB |
BIN
logo-upv.png
Normal file
BIN
logo-upv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 111 KiB |
38
mitssTitle.sty
Normal file
38
mitssTitle.sty
Normal 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
|
Loading…
Reference in a new issue