diff options
Diffstat (limited to 'front/front-init.tex')
-rw-r--r-- | front/front-init.tex | 25 |
1 files changed, 25 insertions, 0 deletions
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 |