diff options
author | Guillermo Ramos | 2015-07-16 03:05:58 +0200 |
---|---|---|
committer | Guillermo Ramos | 2015-07-16 03:06:20 +0200 |
commit | 48c4cb7bb03009f0ca8a4aa68e72b1496d484c4f (patch) | |
tree | e003a0b49bc03b46b8c16c19172d9452d2484b54 | |
parent | 8bea384f06121342fe351f191d4a5e7055a956f3 (diff) | |
download | tfm-48c4cb7bb03009f0ca8a4aa68e72b1496d484c4f.tar.gz |
Some style fixes in front page
-rw-r--r-- | portada/defs.tex | 4 | ||||
-rw-r--r-- | portada/portada.tex | 51 |
2 files changed, 26 insertions, 29 deletions
diff --git a/portada/defs.tex b/portada/defs.tex index 30f2888..228d9a7 100644 --- a/portada/defs.tex +++ b/portada/defs.tex @@ -2,7 +2,8 @@ \usepackage{changepage} \usepackage{eso-pic} -\newcommand\BackgroundPic{ + +\newcommand{\BackgroundPic}{ \put(-4,0){ \parbox[b][\paperheight]{\paperwidth}{ \vfill @@ -12,7 +13,6 @@ } } } - \definecolor{PortadaBlue}{HTML}{31489F} \newcommand{\Author}{Guillermo Ramos Gutiérrez} diff --git a/portada/portada.tex b/portada/portada.tex index 705dcbc..aede6ba 100644 --- a/portada/portada.tex +++ b/portada/portada.tex @@ -1,9 +1,9 @@ \title{\Title} -\author{\textbf{Autor}: \Author - \\\textbf{Director}: \Director} +\author{\textbf{Autor}: \Author \\ + \textbf{Director}: \Director} -%\AddToShipoutPicture*{\BackgroundPic} -\newgeometry{inner=1cm,outer=1cm,top=0.5cm,bottom=1cm,left=1.5cm,right=1.7cm} +% \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} @@ -11,7 +11,7 @@ \includegraphics[scale=0.8]{portada/upmc.png} \end{flushleft} \end{minipage} - \begin{minipage}{.5\linewidth} + \begin{minipage}{.49\linewidth} \begin{flushright} \includegraphics[scale=0.21]{portada/fic.png} \end{flushright} @@ -19,35 +19,32 @@ \end{figure} \begin{center} - {%\color{PortadaBlue} - { \large \bfseries 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 \bfseries {Implementing a term rewriting}}\\[0.5cm] - { \LARGE \bfseries {engine for the EasyCrypt framework}}\\[3cm] - \end{center} - \end{adjustwidth} + % \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}{5.5cm}{1cm} - {\Large \textbf{Autor:} \Author }\\[0.3cm] - {\Large \textbf{Director:} \Director }\\[0.3cm] - {\Large \textbf{Co-director:} \Codirector }\\[2.5cm] - \end{adjustwidth} + \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}\\ - } + % \color{PortadaBlue} + \large{MADRID, 28 de julio de 2015} \\ \end{flushright} \end{titlepage} -\ClearShipoutPicture +% \ClearShipoutPicture \restoregeometry %%% Local Variables: |