\documentclass[letterpaper,12pt,openany]{book}
\input{settings.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% HEAD: Book-Begin
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\renewcommand{\contentsname}{Contenido}
\renewcommand{\listfigurename}{Lista de figuras}
\renewcommand{\listtablename}{Lista de tablas}
\renewcommand\lstlistlistingname{Lista de algoritmos}
\frontmatter
% Portadas
\input{head/thesistitle.tex}
{\let\cleardoublepage\relax\frontmatter}
\input{head/thesisinfo.tex}
\input{head/dedication.tex}
\input{head/acknowledgements.tex}
\setcounter{page}{1}
% Tabla de contenido
\phantomsection
\tableofcontents
% Lista de figuras
\phantomsection
%\addcontentsline{toc}{chapter}{Lista de figuras}
\listoffigures
% Lista de tablas
\phantomsection
%\addcontentsline{toc}{chapter}{Lista de tablas}
\listoftables
% Lista de algoritmos
\phantomsection
%\addcontentsline{toc}{chapter}{Lista de algoritmos}
\lstlistoflistings
\setlength{\parskip}{1em}
\input{head/abstracts}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% MAIN: The chapters of the thesis
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\mainmatter
\input{chapters/ch1-intro.tex}
\input{chapters/ch2-problem.tex}
\input{chapters/ch3-literature-review.tex}
\input{chapters/ch4-methodology.tex}
\input{chapters/ch5-development.tex}
\input{chapters/ch6-results.tex}
\input{chapters/ch7-conclusions.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% TAIL: Bibliography, Appendix
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\backmatter
\input{back/glossary.tex}
\input{back/biblio.tex}
\input{back/appendix.tex}
\end{document}

PDF Preview
Create an account to compile and preview