From 2d389550b7531b197472fe77b228f4ef02b495ad Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Tue, 3 Jun 2014 20:57:54 +0200 Subject: Portada --- defs.tex | 2 -- memoria.tex | 6 ++---- portada/defs.tex | 26 +++++++++++++++++++++++ portada/fic.png | Bin 0 -> 241098 bytes portada/portada.png | Bin 0 -> 22317 bytes portada/portada.tex | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++ portada/upmc.png | Bin 0 -> 15449 bytes 7 files changed, 86 insertions(+), 6 deletions(-) create mode 100644 portada/defs.tex create mode 100644 portada/fic.png create mode 100644 portada/portada.png create mode 100644 portada/portada.tex create mode 100644 portada/upmc.png diff --git a/defs.tex b/defs.tex index ac2b955..2aeac7d 100755 --- a/defs.tex +++ b/defs.tex @@ -1,7 +1,5 @@ % Source: EasyCrypt manual (https://www.easycrypt.info) -% !TeX root = easycrypt.tex - %% Names % Tools \newcommand{\EasyCrypt}{\textsf{EasyCrypt}\xspace} diff --git a/memoria.tex b/memoria.tex index e05e085..b6cbe53 100755 --- a/memoria.tex +++ b/memoria.tex @@ -9,16 +9,14 @@ \usepackage{perpage} \input{defs} +\input{portada/defs} \MakePerPage{footnote} \def\emptypage{\newpage\thispagestyle{empty}\mbox{}} -\title{Trabajo de fin de Grado} \author{Guillermo Ramos Gutiérrez - r090050} -\date{TODO} - \begin{document} -\maketitle +\input{portada/portada} \pagenumbering{roman} \emptypage diff --git a/portada/defs.tex b/portada/defs.tex new file mode 100644 index 0000000..bfaaa21 --- /dev/null +++ b/portada/defs.tex @@ -0,0 +1,26 @@ +\usepackage{xcolor} + +\usepackage{changepage} +\usepackage{eso-pic} +\newcommand\BackgroundPic{ + \put(-4,0){ + \parbox[b][\paperheight]{\paperwidth}{ + \vfill + \centering + \includegraphics[width=\paperwidth,height=\paperheight]{portada/portada.png} + \vfill + } + } +} + +\definecolor{PortadaBlue}{HTML}{31489F} + +\newcommand{\Author}{Guillermo Ramos Gutiérrez} +\newcommand{\Director}{Pablo Nogueira Iglesias} +\newcommand{\Title}{Desarrollo de funcionalidad para un marco orientado al + razonamiento sobre algoritmos criptográficos} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../memoria" +%%% End: \ No newline at end of file diff --git a/portada/fic.png b/portada/fic.png new file mode 100644 index 0000000..2a36204 Binary files /dev/null and b/portada/fic.png differ diff --git a/portada/portada.png b/portada/portada.png new file mode 100644 index 0000000..c558fa4 Binary files /dev/null and b/portada/portada.png differ diff --git a/portada/portada.tex b/portada/portada.tex new file mode 100644 index 0000000..62b051b --- /dev/null +++ b/portada/portada.tex @@ -0,0 +1,58 @@ +\titlehead{Graduado en Ingeniería Informática + \\Universidad Politécnica de Madrid + \\Facultad de Informática} +\subject{\MakeUppercase{Trabajo fin de grado}} +\title{\Title} +\author{\textbf{Autor}: \Author + \\\textbf{Director}: \Director} + +\AddToShipoutPicture*{\BackgroundPic} +\newgeometry{inner=1cm,outer=1cm,top=0.5cm,bottom=1cm} +\begin{titlepage} + \begin{figure} + \begin{minipage}{.49\linewidth} + \begin{flushleft} + \includegraphics[scale=0.75]{portada/upmc.png} + \end{flushleft} + \end{minipage} + \begin{minipage}{.49\linewidth} + \begin{flushright} + \includegraphics[scale=0.185]{portada/fic.png} + \end{flushright} + \end{minipage} + \end{figure} + + \begin{center} + {\color{PortadaBlue} + { \LARGE \bfseries \underline{Graduado en Ingeniería Informática}}\\[2cm] + { \LARGE \bfseries Universidad Politécnica de Madrid}\\[0.8cm] + { \LARGE \bfseries Escuela Técnica Superior de Ingenieros Informáticos}\\[1.6cm] + { \LARGE \bfseries TRABAJO FIN DE GRADO}\\[2.5cm] + + \begin{adjustwidth}{2cm}{1cm} + \begin{center} + { \Huge \bfseries {Desarrollo de funcionalidad para}}\\[0.5cm] + { \Huge \bfseries {un marco orientado al razonamiento}}\\[0.5cm] + { \Huge \bfseries {sobre algoritmos criptográficos}}\\[2cm] + \end{center} + \end{adjustwidth} + + {\large \bf AUTOR}: \Author \\[0.5cm] + {\large \bf DIRECTOR}: \Director \\[3cm] + + } + \end{center} + \begin{flushright} + {\color{PortadaBlue} + { \Large \bfseries MADRID, JUNIO DE 2014}\\ + } + \end{flushright} +\end{titlepage} + +\ClearShipoutPicture +\restoregeometry + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../memoria" +%%% End: \ No newline at end of file diff --git a/portada/upmc.png b/portada/upmc.png new file mode 100644 index 0000000..93ea544 Binary files /dev/null and b/portada/upmc.png differ -- cgit v1.2.3