%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%                     Bachelor thesis template 
%						 Science Faculty 
%								at 
%			National Autonomous University of Mexico (UNAM)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% based on Harish Bhanderi's PhD/MPhil template, then Uni Cambridge
% http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/ThesisStyle/
% corrected and extended in 2007 by Jakob Suckale, then MPI-iCBG PhD programme
% and made available through OpenWetWare.org - the free biology wiki
%
%                     Under GNU License v3
%
% Adapted for the Engineering School at UNAM by Jesús Velázquez y Marco Ruiz
% Then, adapter fot he Science Faculty at UNAM by Jonathan Urrutia
%Then , adapter for IPN by Luis Gustavo (Formato APA)
%
%
%
% All used packages are found in  
%
%					./Latex/Classes/PhDthesisPSnPDF.cls
%
% within this las documments there are some lines to be UnCommented for a printed or a digital version of the output file:
%
%			line 184
%			lines 231-261
%
%	Since this is a template for a thesis made at UNAM (Mexico) the titles may be in spaninish but within PhDthesisPSnPDF.cls it can be change
\documentclass[12pt, openany]{Latex/PhDthesisPSnPDF}
\usepackage{setspace}
%----------------------------------------------------------
%               Información del estudiante                  
%----------------------------------------------------------
\title{Título}
\author{Nombre Apellido Paterno y Materno}       
\degree{Maestría en Ciencias Económicas}
\director{Dr. Nombre Apellido Paterno y Materno}
%Comentar si unicamente sera un asesor
\codirector{Dr.Nombre Apellido Paterno y Materno}
\degreedate{Año}
\lugar{México, Cd. Mx.}
\portadatrue
%----------------------------------------------------------
%                     Datos del jurádo                  
%----------------------------------------------------------
\student{Apellido paterno\\ Apellido materno \\ Nombre\\ \# de telefono\\ Instituto Politécnico Nacional\\ Escuela Superior de Economía\\ Maestria en Ciencias Economicas\\ \# de cuenta}
\secretario{Dr \\ Nombre \\ Primer Apellido \\ Segundo Apellido}
\presidente{Dr \\ Nombre  \\ Primer Apellido \\ Segundo Apellido}
\vocal{Dr \\ Nombre \\ Primer Apellido   \\Segundo Apellido}
\supuno{Dr \\Nombre \\ Primer Apellido \\ Segundo Apellido}
\supdos{Dr \\ Nombre  \\ Primer Apellido \\ Segundo Apellido}
\pags{(\# de paginas) p.} 
\keywords{tesis,autor,tutor,etc}            % For metadata 
\subject{tema_1,tema_2}                     % Sebjucts for metadata
  
%----------------------------------------------------------
%                         Cover                 
%-----------------------------------------------------------
 
\begin{document}
\include{Latex/Comands} 
\maketitle		
%----------------------------------------------------------
%                          Front matter 
%-----------------------------------------------------------
\frontmatter
\include{0-1 Dedicatoria/Dedicatoria} 
\include{0-2 Agradecimientos/Agradecimientos} 
%\include{0-3 Resumen/Resumen} 
%----------------------------------------------------------
%                          Indices 
%-----------------------------------------------------------
\setcounter{secnumdepth}{3} % organisational level that receives a numbers
\setcounter{tocdepth}{3}    % print table of contents for level 3
%\doublespacing
%\singlespacing
\tableofcontents            % Print main index
%----------------------------------------------------------
%                          Lista de Figuras/Tablas
%-----------------------------------------------------------
\listoffigures             
% Genera el ínidce de figuras, comentar línea si no se usa
\listoftables               
% Genera índice de tablas, comentar línea si no se usa
%----------------------------------------------------------
%                          Main Matter
%----------------------------------------------------------
\mainmatter
\spacing{1.5}
\def\baselinestretch{1}                   
\input{0-4 Introducción/Introducción}  
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{1- Capítulo I. Marco Metodológico/Marco Metodológico}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{2- Capítulo II. Marco Contextual o Referencial/Marco Contextual o Referencial}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{3- Capítulo III. Marco Teórico/Marco Teórico}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{4- Capítulo IV. Resultados y Análisis (Diagnóstico)/Resultados y Análisis (Diagnóstico)}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{5- Capítulo V. Análisis de los resultados/Análisis de los resultados}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{6- Conclusiones/Conclusiones}   
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------
%                         Bibliografía
%-----------------------------------------------------------
\setlength\bibitemsep{.1\itemsep}
\nocite{*}
\printbibliography
\addcontentsline{toc}{chapter}{Bibliografía}
\printindex
%----------------------------------------------------------
%                         Apéndice
%-----------------------------------------------------------
\appendix
\input{7- Apendices/Apendices.tex}  
         
\end{document}