I am dead
[PFCLatex/.git] / PFC.tex
diff --git a/PFC.tex b/PFC.tex
index f9be321..b6fc8c3 100644 (file)
--- a/PFC.tex
+++ b/PFC.tex
 \usepackage{extramarks}
 \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,
 }
 
 %-----------------------------------------------------------------------------------------------
 \renewcommand\listfigurename{Lista de Figuras}
 \renewcommand\listtablename{Lista de Tablas}
 
+\begingroup
 \tableofcontents
 \listoffigures
 \listoftables
+\endgroup
 
 %==============================================================
 %Resumenes
 %Capítulos
 %=============================================================
 
+
 \include{capitulo1/capitulo1}
 \include{capitulo2/capitulo2}
 \include{capitulo3/capitulo3}
 \input{Presupuesto/Presupuesto}
 
 %------------------------------------------------------------
-%          Bibliografia
+%          Bibliography
+% See: http://amath.colorado.edu/documentation/LaTeX/reference/faq/bibstyles.html
 %------------------------------------------------------------
-\bibliographystyle{abbrv}
-\bibliography{bsample}
+\bibliographystyle{plain}
+%Show the bibliography section in the table of contents
+\addcontentsline{toc}{chapter}{Referencias}
+\renewcommand{\bibname}{Referencias}
+\bibliography{myrefs}
 %-------------------------------------------------------------
 
 \end{document}