End of chapter 3
[PFCLatex/.git] / PFC.tex
diff --git a/PFC.tex b/PFC.tex
index f0dcd74..59ac7a7 100644 (file)
--- a/PFC.tex
+++ b/PFC.tex
 \addtolength{\footskip}{+3cm}
 \usepackage{fancyhdr}%Para un encabezado especial más visual
 \usepackage{extramarks}
+\usepackage{tabularx}
 \hypersetup
 {
+    bookmarks=true,
     pdfauthor={Gustavo Martin Morcuende},
-    pdfsubject={Proyecto Final de Carrera},
+    pdfsubject={Ingeniero de Telecomunicacion, Proyecto Final de Carrera},
     pdftitle={Geolocalización y publicidad: el mundo como tablón de anuncios},
-    pdfkeywords={LaTeX, PDF, hyperlinks}
+    pdfkeywords={LaTeX, PDF, UAH, móvil, anuncio, GPS, telefonía, Symfony, PostGIS, PostgreSQL},
+    colorlinks=black,
+    linkcolor=black,
+    citecolor=black,
+    filecolor=black,
+    urlcolor=black,
 }
 
 %-----------------------------------------------------------------------------------------------
@@ -67,7 +74,6 @@
 \renewcommand\listtablename{Lista de Tablas}
 
 \begingroup
-\hypersetup{linkcolor=black}
 \tableofcontents
 \listoffigures
 \listoftables
 %Capítulos
 %=============================================================
 
+% Using bullets by default in the first level of lists.
+\renewcommand{\labelitemi}{$\bullet$}
+
 \include{capitulo1/capitulo1}
 \include{capitulo2/capitulo2}
 \include{capitulo3/capitulo3}