summaryrefslogtreecommitdiff
path: root/portada/defs.tex
diff options
context:
space:
mode:
authorGuillermo Ramos2014-06-03 20:57:54 +0200
committerGuillermo Ramos2014-06-03 20:57:54 +0200
commit2d389550b7531b197472fe77b228f4ef02b495ad (patch)
tree8f87f3d78af90b332eddaf116b87857c76ee3c57 /portada/defs.tex
parent903c80cb2f1a7145d4fc8ace83683f605e27d0f8 (diff)
downloadtfg-2d389550b7531b197472fe77b228f4ef02b495ad.tar.gz
Portada
Diffstat (limited to 'portada/defs.tex')
-rw-r--r--portada/defs.tex26
1 files changed, 26 insertions, 0 deletions
diff --git a/portada/defs.tex b/portada/defs.tex
new file mode 100644
index 0000000..bfaaa21
--- /dev/null
+++ b/portada/defs.tex
@@ -0,0 +1,26 @@
+\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}{Pablo Nogueira Iglesias}
+\newcommand{\Title}{Desarrollo de funcionalidad para un marco orientado al
+ razonamiento sobre algoritmos criptográficos}
+
+%%% Local Variables:
+%%% mode: latex
+%%% TeX-master: "../memoria"
+%%% End: \ No newline at end of file