diff options
Diffstat (limited to 'thesis.tex')
| -rw-r--r-- | thesis.tex | 17 |
1 files changed, 15 insertions, 2 deletions
@@ -64,6 +64,12 @@ \usepackage[colorlinks=true, allcolors=blue]{hyperref} \usepackage{cleveref} +% Babel +% Ref.: https://www.overleaf.com/learn/latex/Table_of_contents +\addto\captionsspanish{ + \renewcommand*\contentsname{Tabla de Contenido} +} + % Doesn't work with the packages I currently use: % https://tex.stackexchange.com/q/320632/151663 %\crefname{table}{cuadro}{cuadros} @@ -85,7 +91,9 @@ % Cover \begin{document} \include{chapter/01-cover.tex} -% \tableofcontents{} % Nombre malo +% Resumen +% Tema FCI +\tableofcontents % "Tabla de Contenido", en lugar de Índice general % Índice de Tablas % Índice de Figuras % Índice de Abreviaturas @@ -96,8 +104,13 @@ \include{chapter/30-estado_del_arte} \include{chapter/40-resultados_esperados} \include{chapter/50-conclusiones} - \newpage + \printbibliography{} +\newpage + +% Anexos +\appendix +\include{chapter/90-anexos} \end{document} |
