% ========================================
% PLANTILLA TFG/TFM - UNIVERSIDAD DE GRANADA
% ========================================
\documentclass[11pt, a4paper, twoside]{book}
% Cargar el paquete
% Admite opciones:
% top: Margen superior, por defeto 3cm
% bottom: Margen inferior, por defecto 3cm
% inner: Margen interior, por defecto 2.5cm
% outer: Margen exterior, por defecto 2.5cm
% bibstyle: Estilo de la bibliografía, apa, numeric(por defecto), ieee, etc.
% language: El lenguaje, english, spanish(por defecto), etc.
% font: Fuente del sistema cuando se utiliza XeLaTeX/LuaLaTeX y dicha fuente está disponible
% math: Cargar o no paquetes matemáticos, por defecto true
% code: Cargar o no paquetes informáticos, por defecto true
% Por ejemplo:
% \usepackage[
% bibstyle = apa,
% bottom = 2.5cm,
% math = false,
% code = false
% ]{styles/ugrtesis}
\usepackage{styles/ugrtesis}
% -----------------------------------------
\begin{document}
\hypersetup{pageanchor=false}
% -- Metadatos, Portada y Declaración Legal ---
\input{chapters/metadata}
\MakeCover
\cleardoublepage
\MakeDeclaracion
\cleardoublepage
\hypersetup{pageanchor=true}
% --- Preliminares ---
\frontmatter
% Opcional
% \input{chapters/00-agradecimientos}
\input{chapters/00_resumen}
\input{chapters/00_abstract}
% Índices
\tableofcontents % Índice general
% Opcional
% \listoffigures % Índice de figuras
% \listoftables % Índice de tablas
% --- Cuerpo del TFG ---
\mainmatter
\input{chapters/01_test}
% --- Bibliografía y Anexos ---
\backmatter
% El comando \nocite{*} fuerza a que todas las entradas de references.bib
% aparezcan impresas aunque no hayan sido citadas explícitamente en el texto.
\nocite{*}
\printbibliography[heading=bibintoc, title={Bibliografía}]
% Opcional
\appendix
\end{document}

PDF Preview
Create an account to compile and preview