Plantilla Tesis UDG
Author:
Víctor Hugo
Last Updated:
3 yıl önce
License:
Creative Commons CC BY 4.0
Abstract:
Plantilla de Tesis UDG, para la licenciatura en física
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\documentclass[letterpaper,12pt]{report}
\usepackage[utf8x]{inputenc}
\usepackage[document]{ragged2e}
\usepackage[spanish]{babel}
\usepackage[left=3cm,top=1.5cm,right=1.5cm,bottom=2cm,bindingoffset=0.5cm]{geometry}
\usepackage{url, amsmath, graphicx, xcolor}
\usepackage[numbers]{natbib}
\usepackage{lscape}
\usepackage{colortbl}
\usepackage{helvet}
\renewcommand{\familydefault}{\sfdefault}
\graphicspath{{images/}}
\usepackage{setspace}
%\usepackage{parskip} % Eliminar sangrías
\setlength{\parindent}{0.5cm} %Activar sangrias
\usepackage{fancyhdr}
\usepackage{vmargin}
\usepackage{afterpage}
\usepackage{sectsty}
\chaptertitlefont{\Large}
\doublespacing
\pagestyle{fancy}
\begin{document}
\input{Portada/Portada}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\thispagestyle{empty}\null\newpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%IMPRESION DE PORTADA
\input{Portada/Portada}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\thispagestyle{empty}\null
\input{Oficio_de_autorizacion/Oficio_de_autorizacion}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%DEDICATORIAS
\centering
\thispagestyle{empty}
\Large DEDICATORIAS\par
\vspace{3cm}
\justify
\normalsize
Las dedicatorias
\newpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%AGRADECIMIENTOS
\centering
\thispagestyle{empty}
\Large AGRADECIMIENTOS\par
\vspace{3cm}
\justify
\normalsize
Los agradecimientos.
\newpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%RESUMEN
\centering
\thispagestyle{empty}
\Large RESUMEN\par
\vspace{3cm}
\justify
\normalsize
El resumen.
\newpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\thispagestyle{empty}\null\newpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%INDICE GENERAL
\tableofcontents
\thispagestyle{empty}
\pagebreak
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%INDICE DE FIGURAS
\thispagestyle{empty}
\listoffigures
\pagebreak
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%INDICE DE CUADROS
\thispagestyle{empty}
\listoftables
\pagebreak
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%CAPITULO 1
%INTRODUCCION
\setcounter{page}{1}
\input{1_Introduccion/Introduccion}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%CAPITULO 2
%ANTECEDENTES
\input{2_Antecedentes/Antecedentes}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%CAPITULO 3
%DESARROLLO DEL TEMA
\input{3_Desarrollo_del_tema/Desarrollo}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%CAPITULO 4
%RESULTADOS Y DISCUSION
\input{4_Resultados_y_discusion/Resultados}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%CAPITULO 5
%CONCLUSIONES Y PERSPECTIVA
\input{5_Conclusiones_y_perspectiva/Conclusiones}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%BIBLIOGRAFIA
\input{Bibliografia/Bibliografia}
\end{document}