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/front-init.tex | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 front/front-init.tex (limited to 'front/front-init.tex') 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 -- cgit v1.2.3