projects
/
PFCLatex
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
185ffe4
)
Table of contents with Listing.
author
gumartinm
<gustavo@gumartinm.name>
Sun, 11 Nov 2012 05:19:12 +0000
(06:19 +0100)
committer
gumartinm
<gustavo@gumartinm.name>
Sun, 11 Nov 2012 05:19:12 +0000
(06:19 +0100)
.gitignore
patch
|
blob
|
history
PFC.tex
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
5cb687d
..
444197b
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-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
@@
-75,13
+75,16
@@
\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
%==============================================================