X-Git-Url: https://git.gumartinm.name/?a=blobdiff_plain;f=PFC.tex;h=f0dcd74735b527dfa7af098ca5cfcb05f77f8b2c;hb=7414e87e3dae46674287f1f917d2afd729adf32c;hp=f9be3217564154112dee28cf3087990a6acd2ae6;hpb=7af0a01ffb21f061f0cdccdf8ee8e57c04eb3feb;p=PFCLatex%2F.git diff --git a/PFC.tex b/PFC.tex index f9be321..f0dcd74 100644 --- a/PFC.tex +++ b/PFC.tex @@ -66,9 +66,12 @@ \renewcommand\listfigurename{Lista de Figuras} \renewcommand\listtablename{Lista de Tablas} +\begingroup +\hypersetup{linkcolor=black} \tableofcontents \listoffigures \listoftables +\endgroup %============================================================== %Resumenes @@ -113,10 +116,14 @@ \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}