From 946a1dcdce00d4a350fee92ae4931300e6170719 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Thu, 16 Jul 2015 03:17:46 +0200 Subject: File renaming --- front/bg.png | Bin 0 -> 22317 bytes front/fic.png | Bin 0 -> 241098 bytes front/front-body.tex | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++ front/front-init.tex | 25 ++++++++++++++++++++++++ front/upmc.png | Bin 0 -> 15449 bytes 5 files changed, 78 insertions(+) create mode 100644 front/bg.png create mode 100644 front/fic.png create mode 100644 front/front-body.tex create mode 100644 front/front-init.tex create mode 100644 front/upmc.png (limited to 'front') diff --git a/front/bg.png b/front/bg.png new file mode 100644 index 0000000..c558fa4 Binary files /dev/null and b/front/bg.png differ diff --git a/front/fic.png b/front/fic.png new file mode 100644 index 0000000..2a36204 Binary files /dev/null and b/front/fic.png differ diff --git a/front/front-body.tex b/front/front-body.tex new file mode 100644 index 0000000..d9c7d43 --- /dev/null +++ b/front/front-body.tex @@ -0,0 +1,53 @@ +\title{\Title} +\author{\textbf{Autor}: \Author \\ + \textbf{Director}: \Director} + +% \AddToShipoutPicture*{\BackgroundPic} +\newgeometry{inner=1cm,outer=1cm,top=0.5cm,bottom=1cm,left=1.5cm,right=1.5cm} +\begin{titlepage} + \begin{figure} + \begin{minipage}{.5\linewidth} + \begin{flushleft} + \includegraphics[scale=0.8]{front/upmc.png} + \end{flushleft} + \end{minipage} + \begin{minipage}{.49\linewidth} + \begin{flushright} + \includegraphics[scale=0.21]{front/fic.png} + \end{flushright} + \end{minipage} + \end{figure} + + \begin{center} + % \color{PortadaBlue} + \large{\textbf{UNIVERSIDAD POLITÉCNICA DE MADRID}} \\[1.8cm] + \large{E.T.S.I. INFORMÁTICOS} \\[1.8cm] + \large{MASTER UNIVERSITARIO EN SOFTWARE Y SISTEMAS} \\[1.8cm] + \large{TRABAJO DE FIN DE MASTER} \\[3cm] + + \begin{adjustwidth}{2cm}{1cm} + \begin{center} + \LARGE{\textbf{Implementing a term rewriting}} \\[0.4cm] + \LARGE{\textbf{engine for the EasyCrypt framework}} \\[3cm] + \end{center} + \end{adjustwidth} + + \begin{adjustwidth}{5.5cm}{1cm} + \Large{\textbf{Autor:} \Author} \\[0.2cm] + \Large{\textbf{Director:} \Director} \\[0.2cm] + \Large{\textbf{Co-director:} \Codirector} \\[2.4cm] + \end{adjustwidth} + \end{center} + \begin{flushright} + % \color{PortadaBlue} + \large{MADRID, 28 de julio de 2015} \\ + \end{flushright} +\end{titlepage} + +% \ClearShipoutPicture +\restoregeometry + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../tfm" +%%% End: \ No newline at end of file diff --git a/front/front-init.tex b/front/front-init.tex new file mode 100644 index 0000000..e2f4f66 --- /dev/null +++ b/front/front-init.tex @@ -0,0 +1,25 @@ +\usepackage{xcolor} + +\usepackage{changepage} +\usepackage{eso-pic} + +\newcommand{\BackgroundPic}{ + \put(-4,0){ + \parbox[b][\paperheight]{\paperwidth}{ + \vfill + \centering + \includegraphics[width=\paperwidth,height=\paperheight]{front/bg.png} + \vfill + } + } +} +\definecolor{PortadaBlue}{HTML}{31489F} + +\newcommand{\Author}{Guillermo Ramos Gutiérrez} +\newcommand{\Director}{Manuel Carro Liñares} +\newcommand{\Codirector}{Pierre-Yves Strub} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../tfm" +%%% End: \ No newline at end of file diff --git a/front/upmc.png b/front/upmc.png new file mode 100644 index 0000000..93ea544 Binary files /dev/null and b/front/upmc.png differ -- cgit v1.2.3