No time
[PFCLatex/.git] / PFC.tex
diff --git a/PFC.tex b/PFC.tex
index f9be321..f0dcd74 100644 (file)
--- a/PFC.tex
+++ b/PFC.tex
 \renewcommand\listfigurename{Lista de Figuras}
 \renewcommand\listtablename{Lista de Tablas}
 
+\begingroup
+\hypersetup{linkcolor=black}
 \tableofcontents
 \listoffigures
 \listoftables
+\endgroup
 
 %==============================================================
 %Resumenes
 \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}