From 25b6282a6b385b3f0272e7e568d0c45ce941fb18 Mon Sep 17 00:00:00 2001 From: gumartinm Date: Fri, 21 Sep 2012 07:28:45 +0200 Subject: [PATCH] Links with black color. --- PFC.tex | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/PFC.tex b/PFC.tex index f0dcd74..7a62a12 100644 --- a/PFC.tex +++ b/PFC.tex @@ -30,10 +30,16 @@ \usepackage{extramarks} \hypersetup { + bookmarks=true, pdfauthor={Gustavo Martin Morcuende}, pdfsubject={Proyecto Final de Carrera}, pdftitle={Geolocalización y publicidad: el mundo como tablón de anuncios}, - pdfkeywords={LaTeX, PDF, hyperlinks} + pdfkeywords={LaTeX, PDF, UAH}, + colorlinks=black, + linkcolor=black, + citecolor=black, + filecolor=black, + urlcolor=black, } %----------------------------------------------------------------------------------------------- @@ -67,7 +73,6 @@ \renewcommand\listtablename{Lista de Tablas} \begingroup -\hypersetup{linkcolor=black} \tableofcontents \listoffigures \listoftables @@ -100,6 +105,7 @@ %Capítulos %============================================================= + \include{capitulo1/capitulo1} \include{capitulo2/capitulo2} \include{capitulo3/capitulo3} -- 2.1.4