From df6a32e5a87692381c6e9ec08b316f45e6892ea4 Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Tue, 6 Jun 2023 05:35:33 -0500 Subject: Add appendices. Still work in progress --- thesis.tex | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'thesis.tex') diff --git a/thesis.tex b/thesis.tex index 6b9b4b6..e319864 100644 --- a/thesis.tex +++ b/thesis.tex @@ -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} -- cgit v1.2.3