title now includes DSIC and course year
This commit is contained in:
parent
f0247052c7
commit
4887246adb
1 changed files with 8 additions and 3 deletions
|
@ -1,10 +1,12 @@
|
||||||
|
% !TEX encoding = UTF-8
|
||||||
|
|
||||||
\ProvidesPackage{mitssTitle}[2019/08/25]
|
\ProvidesPackage{mitssTitle}[2019/08/25]
|
||||||
\RequirePackage{graphicx}
|
\RequirePackage{graphicx}
|
||||||
\RequirePackage{geometry}
|
\RequirePackage{geometry}
|
||||||
\RequirePackage[export]{adjustbox} % align images
|
\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}{%
|
\renewcommand*{\maketitle}{%
|
||||||
\newgeometry{margin=1in}
|
\newgeometry{margin=1in}
|
||||||
|
@ -23,7 +25,9 @@
|
||||||
{\Large Trabajo Fin de Máster} \\
|
{\Large Trabajo Fin de Máster} \\
|
||||||
\vspace{2em}
|
\vspace{2em}
|
||||||
\Large
|
\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}
|
\end{center}
|
||||||
\vfill
|
\vfill
|
||||||
{
|
{
|
||||||
|
@ -32,6 +36,7 @@
|
||||||
\textbf{Autor}: \@author \\
|
\textbf{Autor}: \@author \\
|
||||||
\textbf{Tutor}: \@supervisor \\
|
\textbf{Tutor}: \@supervisor \\
|
||||||
Valencia, \@date \\
|
Valencia, \@date \\
|
||||||
|
Curso \@curso \\
|
||||||
}
|
}
|
||||||
\end{titlepage}
|
\end{titlepage}
|
||||||
\restoregeometry
|
\restoregeometry
|
||||||
|
|
Loading…
Add table
Reference in a new issue