Plantilla de Plan de Tesis UNSAAC
Author:
LAAD
Last Updated:
4년 전
License:
LaTeX Project Public License 1.3c
Abstract:
PLANTILLA DE PLAN DE TESIS
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\UseRawInputEncoding
\documentclass[a4paper,openany,12pt]{book}
\input{contenido/includes.tex}
% Para definir ancho tabla
\newcolumntype{L}{>{\centering\arraybackslash}m{4cm}}
\usepackage[caption=false]{subfig}
%\input{colors.tex}
\usepackage{dsfont}
\usepackage{gantt}
\usepackage[ruled,vlined]{algorithm2e}
\newtheorem{defn}{Definition}[section]
\pagenumbering{Roman}
\title{``TÍTULO DE LA TESIS"}
\author{Br. NOMBRE COMPLETO DEL AUTOR}
\orientador{Dr./M.Cs./Ing. NOMBRE DEL ASESOR}
\coorientador{Dr./M.Cs./Ing. NOMBRE DEL CO-ASESOR (de ser el caso)}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Compone la carátula, el resumen y abreviaturas de ser el caso
\maketitle
%\include{contenido/abreviaturas.tex}
\input{contenido/resumen} %Inserta el resumen
%%%%%%%%%%%%%%%%%%%%%%%%% 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}
\setlength{\tabcolsep}{6pt} % Default value: 6pt Horizontal spacing
\renewcommand{\arraystretch}{1}% Default value: 1 Vertical spacing
\clearpage
\pagenumbering{arabic}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% En esta parte deberás incluir los archivos de tu plan de tesis %%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{contenido/cap_1_antecedentes} %Inserta el capítulo 1
\input{contenido/cap_2_problema_investigacion} %Inserta el capítulo 2
\input{contenido/cap_3_justificacion} %Inserta el capítulo 3
\input{contenido/cap_4_objetivos} %Inserta el capítulo 4
\input{contenido/cap_5_hipotesis} %Inserta el capítulo 5
\input{contenido/cap_6_alcance_limitaciones} %Inserta el capítulo 6
\input{contenido/cap_7_marco_teorico} %Inserta el capítulo 7
\input{contenido/cap_8_metodologia} %Inserta el capítulo 8
\input{contenido/cap_9_resultados_priori} %Inserta el capítulo 9
\input{contenido/cap_10_comtribuciones_originales} %Inserta el capítulo 10
\input{contenido/cap_11_impacto_social} %Inserta el capítulo 11
\input{contenido/cap_12_indice_tentativo} %Inserta el capítulo 12
\input{contenido/cap_13_cronograma} %Inserta el capítulo 13
\input{contenido/cap_14_presupuesto} %Inserta el capítulo 14
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\bibliographystyle{apalike}
\bibliography{contenido/bibliog.bib}
\addcontentsline{toc}{chapter}{Bibliografía}
\end{document}