summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillermo Ramos2014-06-03 20:57:54 +0200
committerGuillermo Ramos2014-06-03 20:57:54 +0200
commit2d389550b7531b197472fe77b228f4ef02b495ad (patch)
tree8f87f3d78af90b332eddaf116b87857c76ee3c57
parent903c80cb2f1a7145d4fc8ace83683f605e27d0f8 (diff)
downloadtfg-2d389550b7531b197472fe77b228f4ef02b495ad.tar.gz
Portada
-rwxr-xr-xdefs.tex2
-rwxr-xr-xmemoria.tex6
-rw-r--r--portada/defs.tex26
-rw-r--r--portada/fic.pngbin0 -> 241098 bytes
-rw-r--r--portada/portada.pngbin0 -> 22317 bytes
-rw-r--r--portada/portada.tex58
-rw-r--r--portada/upmc.pngbin0 -> 15449 bytes
7 files changed, 86 insertions, 6 deletions
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
--- /dev/null
+++ b/portada/fic.png
Binary files differ
diff --git a/portada/portada.png b/portada/portada.png
new file mode 100644
index 0000000..c558fa4
--- /dev/null
+++ b/portada/portada.png
Binary files 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
--- /dev/null
+++ b/portada/upmc.png
Binary files differ