summaryrefslogtreecommitdiff
path: root/front/front-init.tex
diff options
context:
space:
mode:
authorGuillermo Ramos2015-07-16 03:17:46 +0200
committerGuillermo Ramos2015-07-16 03:17:46 +0200
commit946a1dcdce00d4a350fee92ae4931300e6170719 (patch)
treedb996ebe1bbf7dbca2bd42006ad3e41ec97b2c7e /front/front-init.tex
parent48c4cb7bb03009f0ca8a4aa68e72b1496d484c4f (diff)
downloadtfm-946a1dcdce00d4a350fee92ae4931300e6170719.tar.gz
File renaming
Diffstat (limited to 'front/front-init.tex')
-rw-r--r--front/front-init.tex25
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