title now includes DSIC and course year

This commit is contained in:
Carlos Galindo 2019-10-25 13:21:26 +00:00
parent f0247052c7
commit 4887246adb
1 changed files with 8 additions and 3 deletions

View File

@ -1,10 +1,12 @@
% !TEX encoding = UTF-8
\ProvidesPackage{mitssTitle}[2019/08/25]
\RequirePackage{graphicx}
\RequirePackage{geometry}
\RequirePackage[export]{adjustbox} % align images
\newcommand*{\supervisor}[1]{\gdef\@supervisor{#1}%
}
\newcommand*{\supervisor}[1]{\gdef\@supervisor{#1}}
\newcommand*{\curso}[1]{\gdef\@curso{#1}}
\renewcommand*{\maketitle}{%
\newgeometry{margin=1in}
@ -23,7 +25,9 @@
{\Large Trabajo Fin de Máster} \\
\vspace{2em}
\Large
\textbf{Máster Universitario en Ingeniería \\ y Tecnología de Sistemas Software}
\textbf{Máster Universitario en Ingeniería \\ y Tecnología de Sistemas Software} \\
\vspace{2em}
Departamento de Sistemas Informáticos y Computación
\end{center}
\vfill
{
@ -32,6 +36,7 @@
\textbf{Autor}: \@author \\
\textbf{Tutor}: \@supervisor \\
Valencia, \@date \\
Curso \@curso \\
}
\end{titlepage}
\restoregeometry