diff options
| author | Mitsuo Tokumori <[email protected]> | 2023-06-06 05:35:33 -0500 |
|---|---|---|
| committer | Mitsuo Tokumori <[email protected]> | 2023-06-06 05:35:33 -0500 |
| commit | df6a32e5a87692381c6e9ec08b316f45e6892ea4 (patch) | |
| tree | 5c4a3a9ca3087d2b8e433c6fb6925397b4b69912 /thesis.tex | |
| parent | a4eb16db96739136ed7585278c4df00ad5693825 (diff) | |
| download | thesis-df6a32e5a87692381c6e9ec08b316f45e6892ea4.tar.gz thesis-df6a32e5a87692381c6e9ec08b316f45e6892ea4.tar.bz2 thesis-df6a32e5a87692381c6e9ec08b316f45e6892ea4.zip | |
Add appendices. Still work in progress
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} |
