
Template_tesis_UV
Forfatter:
Carlos_GR
Sidst opdateret:
2 år siden
Licens:
Creative Commons CC BY 4.0
Resumé:
Formato documento tesis/reporte universitario.

\begin
Discover why over 20 million people worldwide trust Overleaf with their work.
Formato documento tesis/reporte universitario.

\begin
Discover why over 20 million people worldwide trust Overleaf with their work.
%%---------PAQUETES DEL DOCUMENTO---------------
\documentclass[11pt,oneside]{book}
\usepackage[spanish,spanish, es-tabla]{babel} 
\usepackage[utf8]{inputenc}%set input encoding
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage[light,math]{kurier}
\usepackage{import}
\usepackage{subcaption}
\usepackage{pdflscape}
\usepackage[hidelinks]{hyperref}
\usepackage{float}
\usepackage{multirow}
%%%__________________________PORTADA________________________
\begin{document}    %%Inicio del documento
    \begin{titlepage}
    \centering
    {\includegraphics[width=0.3\textwidth]{{./FIGURAS/PORTADA/LOGO_UV}}\par}
       \vspace{0.5 cm}
       
    {\bfseries\LARGE Universidad Veracruzana  \par}
    \vspace{0.5 cm}
    
    {\scshape\Large Facultad de Ingenier\'ia\par}
    \vspace{0.5 cm}
    
    {\scshape\Large Doctorado/Maestría/Licenciatura en Ingeniería \par}
    \vspace{1.5 cm}
    
    {\scshape\LARGE  Titulo del proyecto de investigación. \par}
    {\scshape\Large Tesis \par}
    \vspace{1.5 cm}
    
    {\itshape\Large Tipo de documento, reporte semestral, final, etc.\par}
    \vfill
    {\Large Alumno: Xxxxx Yxxxx Zxxxx\par}
    
    {\Large Asesor: Xxxx Yxxxx Zxxxx \par}
    \vspace{0.5 cm}
    
    {\Large Docente de la asignatura: Dr. Jxxxx Txxxxx Vxxxx (Opcional)\par}
    \vfill
    
    {\Large Septiembre 2077 \par}
    \end{titlepage}
%%___________________INDICE Y CAPITULOS_________________
\tableofcontents
\import{CHAPTERS/}{reporte_I.tex}
\import{CHAPTERS/}{reporte_II.tex}
\import{CHAPTERS/}{reporte_III.tex}
\import{CHAPTERS/}{reporte_IV.tex}
%%______________BIBLIOGRAFIA___________________________
%% ___(FORMATO IEEE)_________
\addcontentsline{toc}{chapter}{Bibliografía}
\bibliographystyle{ieeetr}
\bibliography{BIBLIO/bibliografia}
%%______________APENDICES_______________________________
\appendix
\import{CHAPTERS/}{Apendice_A}
\import{CHAPTERS/}{Apendice_B}
\end{document} %% Fin del documento.