X-Git-Url: https://git.gumartinm.name/?a=blobdiff_plain;f=PFC.tex;h=35ac3e6abc9aacce92f5211e7d95e0f54ed08243;hb=885093bfc8e810ffd0d89ff885c0bd0b7facbf52;hp=ef85e2e88681278bbe15a9b2b8e7c9fb71b0f05d;hpb=daaf17179668db585f7edca1b972cc5da7bb0eb5;p=PFCLatex%2F.git diff --git a/PFC.tex b/PFC.tex index ef85e2e..35ac3e6 100644 --- a/PFC.tex +++ b/PFC.tex @@ -1,7 +1,10 @@ \documentclass[12pt,a4paper,oneside,spanish]{book} \usepackage[spanish]{babel} %%%Incluimos el paquete Babel que sirve para separar correctamente las palabras de multitud de idiomas%%% -\usepackage[utf8]{inputenc} -\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} %Uso codificacion utf8 en todo el documento. +%Knuth's computer modern: +\usepackage{lmodern} %Use latin modern fonts. Type 1. It is needed if you want to embed your fonts in the generated PDF file. +\usepackage[T1]{fontenc} %Type 1 font encoding. + \usepackage{amsmath}%%%Macros AMS%%% \usepackage{amsthm}%%%Macros AMS para teoremas%%% \usepackage{amsfonts}%%%Permite usar fuentes AMS%%% @@ -20,20 +23,25 @@ \marginsize{3cm}{2cm}{2.5cm}{2.5cm}%Permite manejar los márgenes de forma sencilla \usepackage[Lenny]{fncychap} \usepackage{url} -\usepackage{eurofont}%Permite usar el símbolo de euro +\usepackage[official]{eurosym} %euro currency official sign. \pagestyle{fancy} \addtolength{\footskip}{+3cm} \usepackage{fancyhdr}%Para un encabezado especial más visual \usepackage{extramarks} +\hypersetup +{ + pdfauthor={Gustavo Martin Morcuende}, + pdfsubject={Proyecto Final de Carrera}, + pdftitle={Geolocalización y publicidad: el mundo como tablón de anuncios}, + pdfkeywords={LaTeX, PDF, hyperlinks} +} -\author{Gustavo Martin Morcuende} -\title{\textbf{\Huge{MEDIDA}}} %----------------------------------------------------------------------------------------------- %----------------------------------------------------------------------------------------------- %%% Inicio del documento \begin{document} -\input{Portada/port.tex}%Portada +\input{Portada/Portada.tex}%Portada \pagestyle{plain} %Estilo a usar en las primeras paginas. %============================================================== @@ -91,6 +99,7 @@ \include{capitulo1/capitulo1} \include{capitulo2/capitulo2} +\include{capitulo3/capitulo3} %============================================================ % Apéndices @@ -104,10 +113,13 @@ \input{Presupuesto/Presupuesto} %------------------------------------------------------------ -% Bibliografia +% Bibliography +% See: http://amath.colorado.edu/documentation/LaTeX/reference/faq/bibstyles.html %------------------------------------------------------------ -\bibliographystyle{abbrv} -\bibliography{bsample} +\bibliographystyle{plain} +%Show the bibliography section in the table of contents +\addcontentsline{toc}{chapter}{Bibliografía} +\bibliography{myrefs} %------------------------------------------------------------- \end{document}