blob: bfaaa2108f25072742de820df904366f79d2b0d5 (
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
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:
|