Table of contents with Listing.
authorgumartinm <gustavo@gumartinm.name>
Sun, 11 Nov 2012 05:19:12 +0000 (06:19 +0100)
committergumartinm <gustavo@gumartinm.name>
Sun, 11 Nov 2012 05:19:12 +0000 (06:19 +0100)
.gitignore
PFC.tex

index 5cb687d..444197b 100644 (file)
@@ -8,3 +8,4 @@
 *.toc
 *.bbl
 *.blg
+*.lol
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
 
 %==============================================================