%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[letterpaper,12pt, oneside]{book}
\usepackage{thesis_utb}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% PLANTILLA LATEX PARA PRESENTACION DE TRABAJOS DE GRADO %%
%% Formato: %%
%% letterpaper: tamaño carta %%
%% 12pt : letra de tamaño 12 %%
%% : espaciado simple %%
%% Autor: %%
%% DIEGO ALBERTO GUEVARA AMAYA %%
%% (guevarad@utb.edu.co) %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %%
% Extensión sugerida: 80 páginas %%
% Producto obligatorio: Artículo científico para revista indexada %%
% %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%% MODIFICA LOS DATOS EN ESTA SECCIÓN %%%%%%%%%%%%%%%%%%%%%%%
%% para modificar la portada, pies de página y encabezados %%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\def\TITULO{\textbf{Title of the thesis}}
\def\SUBTITULO{Subtitle of the thesis}
\def\AUTOR{\textbf{First names Last names}}
\def\AUTORR{{N. Last names}}
\def\DIRECTOR{Name of the director}
\def\CODIRECTOR{Name of co-director}
\def\FACULTAD{School of Engineering, Architecture & Design}
\def\PROGRAMA{Master's Degree in Engineering}
\def\LINEAINVESTIGACION{Line of research}
\def\FECHA{Date}
\def\UTB{UNIVERSIDAD TECNOLOGICA DE BOLIVAR}
\def\UTBS{Universidad Tecnológica de Bolívar}
\def\UTBB{UTB}
\def\LUGAR{Cartagena - Colombia}
\begin{document}
\frontmatter
\include{0.0.cover}
\include{0.1.acknowledge}
\include{0.2.abstract}
\include{Abstract}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\tableofcontents
\addcontentsline{toc}{chapter}{Table of Contents}
\renewcommand{\listtablename}{List of tables}
\listoftables
\addcontentsline{toc}{chapter}{List of tables}
\listoffigures
\addcontentsline{toc}{chapter}{List of figures}
\cleardoublepage
\mainmatter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{ch1_introduction}
\input{ch2_sota}
\input{ch3_problem_statement}
\input{ch4_justification}
\input{ch5_objectives}
\input{ch6_background}
\input{ch7_methodology}
\input{ch9_results}
\input{ch10_discussion.tex}
\input{ch11_conclusions}
\input{ch12_recommendations}
\input{ch13_future_work}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
%%%%%%%%%%%%%%%%%%%%%% - BIBLIOGRAFÍA - %%%%%%%%%%%%%%%%%%%%%%%%
\bibliographystyle{IEEEtran}
{\footnotesize
\bibliography{reference}}
\addcontentsline{toc}{chapter}{References}
%%%%%%%%%%%%%%%%%%%%%%%% - APÉNDICE - %%%%%%%%%%%%%%%%%%%%%%%%%%
\appendix
\renewcommand{\appendixpagename}{Appendix}
\renewcommand{\appendixtocname}{Appendix}
\appendixpage
\include{appendix_a}
%%%%%%%%%%%%%%%%%%%%%%%% - ANEXO - %%%%%%%%%%%%%%%%%%%%%%%%%%
\cleardoublepage
\phantomsection
\addcontentsline{toc}{chapter}{Annex}
\chapter*{Annex}
\include{annex_a}
\end{document}.