diff options
author | Guillermo Ramos | 2015-06-25 03:43:27 +0200 |
---|---|---|
committer | Guillermo Ramos | 2015-06-25 03:43:27 +0200 |
commit | 3d916d10b90ce767b562cc7812a59acbd90a64af (patch) | |
tree | c63eb6eba3ebc1c1cf7479e252ffbb3de6ab8a6f /portada/defs.tex | |
download | tfm-3d916d10b90ce767b562cc7812a59acbd90a64af.tar.gz |
Initial commit
Diffstat (limited to 'portada/defs.tex')
-rw-r--r-- | portada/defs.tex | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/portada/defs.tex b/portada/defs.tex new file mode 100644 index 0000000..30f2888 --- /dev/null +++ b/portada/defs.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]{portada/portada.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: "../memoria" +%%% End:
\ No newline at end of file |