
Plantilla tesis UNSAAC
作者:
LAAD
最近上传:
4 年前
许可:
LaTeX Project Public License 1.3c
摘要:
PLANTILLA DE TESIS UNSAAC

\begin
Discover why over 20 million people worldwide trust Overleaf with their work.
\begin
Discover why over 20 million people worldwide trust Overleaf with their work.
\UseRawInputEncoding
\documentclass[a4paper,12pt,twoside,openright]{book}
% Headers and macros defined
\input{contenido/includes}
\title{Título de tesis}
\author{Nombre completo del autor de la tesis}
\orientador{Dr. / Magíster Nombre de Asesor}
\coorientador{Dr. / Magíster co-asesor (de ser el caso) }
\dedicado{ Aquí deberás colocar a quien va dedicada tu tesis por ejemplo, a todos los profesores por sus enseñanzas y algunos amigos}
\begin{document}
\maketitle
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Compone la carátula y la dedicatoria
\include{contenido/abreviaturas}
\input{contenido/agradecimientos} %Inserta los agradecimientos
\input{contenido/resumen} %Inserta el resumen
\input{contenido/abstract} %Inserta el abstract
%%%%%%%%%%%%%%%%%%%%%%%%% list of content %%%%%%%%%%%%%%%%%%%%%%%%
\tableofcontents %Inserta el índice general
\listoftables %Inserta el índice de cuadros
\addcontentsline{toc}{chapter}{Lista de Tablas}
\listoffigures %Inserta el índice de figuras
\addcontentsline{toc}{chapter}{Lista de Figuras}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% En esta parte deberas incluir los archivos de tu tesis %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
\clearpage
\pagenumbering{arabic}
\input{contenido/cap_1}
\input{contenido/cap_2}
\input{contenido/cap_3}
\input{contenido/cap_4}
\input{contenido/cap_5}
\input{contenido/conclusiones}
\input{contenido/apendice} % Insertando Apéndice
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\bibliographystyle{authordate1}
\bibliography{contenido/bibliog}
\addcontentsline{toc}{chapter}{Bibliografía}
\end{document}