summaryrefslogtreecommitdiff
path: root/portada/defs.tex
blob: 30f2888702e95e2ffa498668d3770ae721b23ba4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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: