X-Git-Url: https://git.gumartinm.name/?a=blobdiff_plain;f=PFC.tex;h=8245def5547fd16be7d6cd36214c56cc395fb37b;hb=8885f00f3cfc14de18188eea01a842c724b857a4;hp=35ac3e6abc9aacce92f5211e7d95e0f54ed08243;hpb=864f11ceacad072a93e384a1e3692bf5e20747ea;p=PFCLatex%2F.git diff --git a/PFC.tex b/PFC.tex index 35ac3e6..8245def 100644 --- a/PFC.tex +++ b/PFC.tex @@ -28,12 +28,24 @@ \addtolength{\footskip}{+3cm} \usepackage{fancyhdr}%Para un encabezado especial más visual \usepackage{extramarks} +\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, pdfauthor={Gustavo Martin Morcuende}, - pdfsubject={Proyecto Final de Carrera}, + pdfsubject={Ingeniero de Telecomunicacion, Proyecto Final de Carrera}, pdftitle={Geolocalización y publicidad: el mundo como tablón de anuncios}, - pdfkeywords={LaTeX, PDF, hyperlinks} + pdfkeywords={LaTeX, PDF, UAH, móvil, anuncio, GPS, telefonía, Symfony, PostGIS, PostgreSQL}, + colorlinks=black, + linkcolor=black, + citecolor=black, + filecolor=black, + urlcolor=black, } %----------------------------------------------------------------------------------------------- @@ -63,12 +75,17 @@ \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 %============================================================== %Resumenes @@ -97,20 +114,31 @@ %Capítulos %============================================================= +% Using bullets by default in the first level of lists. +\renewcommand{\labelitemi}{$\bullet$} + \include{capitulo1/capitulo1} \include{capitulo2/capitulo2} \include{capitulo3/capitulo3} +\include{capitulo4/capitulo4} +\include{capitulo5/capitulo5} +\include{capitulo6/capitulo6} +\include{capitulo7/capitulo7} +\include{capitulo8/capitulo8} + %============================================================ % Apéndices %============================================================ -\renewcommand{\appendixtocname}{APÉNDICES}%Cambia el nombre de toc para apéndices -\renewcommand{\appendixpagename}{APÉNDICES}%Cambia el nombre para la página -\renewcommand{\appendixname}{APÉNDICE} +\renewcommand{\appendixtocname}{Apéndices}%Cambia el nombre de toc para apéndices +\renewcommand{\appendixpagename}{Apéndices}%Cambia el nombre para la página +\renewcommand{\appendixname}{Apéndice} \appendix -\appendixpage +\cleardoublepage \addappheadtotoc -\input{Presupuesto/Presupuesto} +\appendixpage +\include{manualUsuario/manualUsuario} +\include{glosario/glosario} %------------------------------------------------------------ % Bibliography @@ -118,7 +146,8 @@ %------------------------------------------------------------ \bibliographystyle{plain} %Show the bibliography section in the table of contents -\addcontentsline{toc}{chapter}{Bibliografía} +\addcontentsline{toc}{chapter}{Referencias} +\renewcommand{\bibname}{Referencias} \bibliography{myrefs} %-------------------------------------------------------------