%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Plantilla para Memorias y Tesis, UTFSM, Chile
% =============================================
%
% Autor:
% Jaime C. Rubin-de-Celis <jaime@rubin-de-celis.com>
%
% Fecha:
% $Date: 2023-01-11 01:05:21 -0300$
%
% Versión:
% 2.0
%
% Licencia:
% Copyright (c) 2012-2023, Jaime C. Rubin-de-Celis
% The MIT License
%
% Nota:
% Las imágenes son propiedad intelectual de la UTFSM.
%
% Uso:
% Ver archivo adjunto README.md.
% Si todo lo demás falla, recuerde "RTFM".
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[
11pt, % Tamaño de fuente (11pt)
letterpaper, % Tamaño del papel (carta)
]{thesis_utfsm}
\usepackage{thesis_utfsm} % Archivo de estilos
\input{config} % Configuración (Título, autor, etc.)
% Modificar este documento
% para actualizar la portada.
\makeatother % Important! (Do not delete or move!)
% Generadores de texto aleatorio (se pueden eliminar)
\usepackage{blindtext} % automated text generation
% \usepackage{lipsum} % automated text generation
% Archivo de bibiliografía
\addbibresource{bibliography.bib} % Reemplazar por su bibligrafía
%---------------------------------------------------------------------------
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Documento
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\pagestyle{plain} % Headers & Footers (Roman numbers)
%---------------------------------------------------------------------------
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Portada
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\insertFile{portada} % Insertar archivo 'sections/portada.tex'.
%---------------------------------------------------------------------------
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Preámbulo (Front Matter)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\frontmatter % Important! (Do not delete or move!)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%---------------------------------------------------------------------------
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Dedicatoria (Opcional)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\dedicatoria{%
\emph{\huge A mi familia \dots}
\vspace*{2cm} Puede ocupar este espacio para escribir una
dedicatoria (opcional). [Revise el archivo maestro
\inlinecode{memoria.tex} para modificar / eliminar esta sección.]
}%
%---------------------------------------------------------------------------
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Agradecimientos (Opcional)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section*{(AGRADECIMIENTOS) [Título es opcional] }
\insertFile[empty]{agradecimientos} % Insertar 'includes/agradecimientos.tex'.
\section*{RESUMEN EJECUTIVO}
\insertFile[plain]{resumen} % Insertar 'includes/resumen.tex'.
\section*{ABSTRACT}
\insertFile[plain]{abstract} % Insertar 'includes/abstract.tex'.
%---------------------------------------------------------------------------
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Tabla de Contenidos, Tabla de Cuadros, Tabla de Figuras, etc.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{spacing}{1} % Single space for TOC, LOF and LOT
\tableofcontents\listoftables\listoffigures
\end{spacing}
%---------------------------------------------------------------------------
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Cuerpo Principal (Main Matter)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\mainmatter % Important! (Do not delete or move!)
\pagestyle{fancy} % Headers & Footers (Arabic numbers)
% Incluir/Eliminar Capítulos
\input{includes/capitulo01}
\input{includes/capitulo02}
\input{includes/capitulo03}
\input{includes/tikz}
%... % Agregar aquí más capítulos
%---------------------------------------------------------------------------
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Bibliografía
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{spacing}{1} % Single space for Bibliography
\printbibliography
\end{spacing}
%---------------------------------------------------------------------------
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Anexos (Opcional)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{appendix}
\input{includes/anexo}
\input{includes/legacy}
%... % Agregar más apéndices
\end{appendix}
\end{document}

PDF Preview
Create an account to compile and preview