![Plantilla Tesis UDG](https://writelatex.s3.amazonaws.com/published_ver/23109.jpeg?X-Amz-Expires=14400&X-Amz-Date=20250206T010451Z&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAWJBOALPNFPV7PVH5/20250206/us-east-1/s3/aws4_request&X-Amz-SignedHeaders=host&X-Amz-Signature=a16efd42465a260294bd5ba5c5c5302481064f503bec2b1ef1484880183fa285)
Plantilla Tesis UDG
Author:
Víctor Hugo
Last Updated:
3 years ago
License:
Creative Commons CC BY 4.0
Abstract:
Plantilla de Tesis UDG, para la licenciatura en física
![Plantilla Tesis UDG](https://writelatex.s3.amazonaws.com/published_ver/23109.jpeg?X-Amz-Expires=14400&X-Amz-Date=20250206T010451Z&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAWJBOALPNFPV7PVH5/20250206/us-east-1/s3/aws4_request&X-Amz-SignedHeaders=host&X-Amz-Signature=a16efd42465a260294bd5ba5c5c5302481064f503bec2b1ef1484880183fa285)
\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}