% Thesis.tex (Modification of ClemsonThesis - Andrew R. Dalton)
% Universidad Nacional de Ingenier�a Thesis/Dissertation file
% Developed by Erick Chacon Montalvan, School of Statistics
% The reference examples are not related with the text
% ============================================================================
% HEADING OF TEX FILE (DEFINING PARAMETERS)
% ============================================================================
\documentclass[10pt,a4paper,onecolumn]{UniThesis}
\usepackage{blindtext} % Random text
\usepackage{natbib}
\usepackage{titlesec}
\titleformat{\chapter}[display]
{\normalfont\huge\bfseries}{\chaptertitlename\ \thechapter}{20pt}{\Huge}
\titlespacing*{\chapter}{0pt}{-25pt}{40pt}
\university{\href{http://www.uni.edu.pe/}{UNIVERSIDAD NACIONAL DE INGENIER�A}}
\department{FACULTAD DE INGENIER�A ECON�MICA, ESTAD�STICA Y CIENCIAS SOCIALES
}
\title{``PREDICCI�N DE AMBIENTES DE DEPOSICI�N SEDIMENTARIA EN BASE A CARACTER�STICAS BATIMETR�CAS, MORFOL�GICAS Y SEDIMENTARIAS EN EL MARGEN CONTINENTAL PERUANO MEDIANTE MODELOS DE ESTAD�STICA ESPACIAL"}
\documentType{TESIS}
\major{INGENIERO ESTAD�ST�CO}
\author{B.Sc. ERICK ALBACHARRO CHACON MONTALVAN}
\location{Lima - Per�}
\thesisYear{2014}
\logo{
\begin{center}
\includegraphics[scale=0.5]{./Images/logo_uni.jpg}
\end{center}
}
% PDF Setup -- most of this you do not need to touch
\hypersetup{
colorlinks,
linkcolor={black},
citecolor={blue},
filecolor={black},
urlcolor={black},
pdftitle={\theTitle},
pdfauthor={\theAuthor},
pdfsubject={\theDocumentType},
pdfkeywords={\theUniversity, \theDepartment, \theDocumentType, \theMajor},
pdfstartpage={1},
}
% ============================================================================
% BODY OF THE DOCUMENT
% ============================================================================
\begin{document}
% ============================================================================
\frontmatter % Begin front matter (pages are numbered with Roman numerals)
% ============================================================================
\maketitle % Generate the title page
\doublespacing % Text should be double spaced
\setlength{\parskip}{1em} % Space before a paragraph
\setcounter{page}{1} % Dedication begins on page 2
\addtotoc{Dedicatoria}{\input{ec_dedication.tex}} % Insert dedication.tex file
\addtotoc{Agradecimientos}{\input{ec_acknowledgments.tex}} % Insert acknowledgments.tex file
\addtotoc{Resumen}{\input{ec_abstract.tex}} % Generate the abstract
\singlespacing % Single space the lists
\tableofcontents %\clearpage % Generate the Table of Contents
\addtotoc{�ndice de Cuadros}{\listoftables} % Generate the List of Tables
\addtotoc{�ndice de Figuras}{\listoffigures} % Generate the List of Figures
% ===========================================================================
\mainmatter % Begin main matter (pages are numbered with Arabic numerals)
% ===========================================================================
\doublespacing % Text should be double spaced
% Here we have each chapter in a separate file. Name these as you choose,
% and include them in the order you want them to appear. Be sure to use
% the \inputfile command.
\addtotoc{Introducci�n}{\input{ec0_introduccion.tex}} % Generate the introduction
\inputfile{ec1_planteamiento.tex}
\inputfile{ec2_marcoteorico.tex}
\inputfile{ec3_metodologia.tex}
\inputfile{ec4_results.tex}
\inputfile{ec5_discusion.tex}
\inputfile{ec6_conclusion.tex}
% ===========================================================================
\backmatter % Begin main matter (pages are numbered with Arabic numerals)
% ===========================================================================
% The appendices are optional. This is the format for two or more.
% If you do not wish to include an appendix, comment out these lines.
\begin{appendices}
\begin{subappendices}
\inputfile{appendixA.tex}
\inputfile{appendixB.tex}
\end{subappendices}
\end{appendices}
\singlespacing % Single space the Bibliography
\hackplain % Do not enumerate first bibliography page
\bibliographystyle{apalike} % Style of bibliography
\addtotoc{Bibliograf�a}{\bibliography{BibThesis}} % Adding bibliography
\end{document}

PDF Preview
Create an account to compile and preview