Table of contents with Listing.
[PFCLatex/.git] / PFC.tex
diff --git a/PFC.tex b/PFC.tex
index 88cfb95..49dc988 100644 (file)
--- a/PFC.tex
+++ b/PFC.tex
 \DeclareGraphicsExtensions{.jpg,.pdf,.mps,.png,.gif,.fig,.bmp}
 
 \renewcommand\tablename{Tabla}
+\renewcommand\lstlistingname{Listado}
 \renewcommand\listfigurename{Lista de Figuras}
 \renewcommand\listtablename{Lista de Tablas}
+\renewcommand*{\lstlistlistingname}{Listados de Código}
 
 \begingroup
 \tableofcontents
 \listoffigures
 \listoftables
+\lstlistoflistings
 \endgroup
 
 %==============================================================