Improvementes in chapters 4 and 5
[PFCLatex/.git] / PFC.tex
diff --git a/PFC.tex b/PFC.tex
index 3f73de9..9daa063 100644 (file)
--- a/PFC.tex
+++ b/PFC.tex
@@ -31,6 +31,9 @@
 \usepackage{tabularx}
 \usepackage[table]{xcolor}%This package is needed in order to use colors in the Latex tables.
 \usepackage{caption}%Excluding items from list of figures and list of tables.
+\usepackage[bottom]{footmisc}
+\usepackage{lscape}
+\usepackage{listings}
 \hypersetup
 {
     bookmarks=true,
 \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
 
 %==============================================================
 \include{capitulo2/capitulo2}
 \include{capitulo3/capitulo3}
 \include{capitulo4/capitulo4}
+\include{capitulo5/capitulo5}
+\include{capitulo6/capitulo6}
 
 %============================================================
 %   Apéndices