Tesina (UANL-FCFM)
Author
Leobardo
Last Updated
2 years ago
License
Creative Commons CC BY 4.0
Abstract
Ejemplo de plantilla para realizar una tesina
\documentclass[12pt]{article}
\usepackage[spanish]{babel}
\usepackage[utf8]{inputenc}
\usepackage{indentfirst}
\usepackage[hidelinks]{hyperref}
\usepackage{float}
\usepackage{array}
\usepackage{subcaption}
\usepackage{listings}
\usepackage{csquotes}
\usepackage{amsmath, amssymb, amsfonts, latexsym, mathrsfs}
\usepackage{graphicx}
\date{}
% Tipografía
\usepackage{helvet}
\renewcommand{\familydefault}{\sfdefault}
%\renewcommand{\rmdefault}{phv} % Arial
%\renewcommand{\sfdefault}{phv} % Arial
% Interlineado
\usepackage{setspace}
\spacing{1.5}
% Márgenes
\usepackage[a4paper]{geometry}
\geometry{top=2.5cm, bottom=2.5cm, left=3cm, right=3cm}
% Número de página
\usepackage{fancyhdr}
\pagestyle{fancy}
\rhead[]{}
\lhead[]{}
\renewcommand{\headrulewidth}{0pt}
\rfoot[]{\thepage}
\cfoot[]{}
\begin{document}
% PORTADA
\begin{titlepage}
\centering
{\bfseries\Large UNIVERSIDAD AUTÓNOMA DE NUEVO LEÓN \par}
\vspace{1cm}
{\bfseries\large FACULTAD DE CIENCIAS FÍSICO MATEMÁTICAS \par}
\vspace{1cm}
{\includegraphics[width=0.3\textwidth]{uanl.png} \par}
\vspace{1cm}
{\large CLASIFICACIÓN DE LA SALUD FETAL EN EXÁMENES DE CARDIOTOGRAMAS \par}
\vspace{1.5cm}
{\large POR: \par}
{\large LIC. LEOBARDO GARCÍA REYES \par}
\vspace{1.5cm}
{\large EN OPCIÓN AL GRADO DE \par}
{\large MAESTRÍA EN CIENCIA DE DATOS \par}
\vfill
{\normalsize SAN NICOLÁS DE LOS GARZA, N.L. \hfill MAYO 2023 \par}
\end{titlepage}
\begin{titlepage}
\centering
{\bfseries\Large UNIVERSIDAD AUTÓNOMA DE NUEVO LEÓN \par}
\vspace{1cm}
{\bfseries\large FACULTAD DE CIENCIAS FÍSICO MATEMÁTICAS \par}
\vspace{1cm}
{\includegraphics[width=0.3\textwidth]{fcfm.png} \par}
\vspace{1cm}
{\large CLASIFICACIÓN DE LA SALUD FETAL EN EXÁMENES DE CARDIOTOGRAMAS \par}
\vspace{1.5cm}
{\large POR: \par}
{\large LIC. LEOBARDO GARCÍA REYES \par}
\vspace{1.5cm}
{\large EN OPCIÓN AL GRADO DE \par}
{\large MAESTRÍA EN CIENCIA DE DATOS \par}
\vfill
{\normalsize SAN NICOLÁS DE LOS GARZA, N.L. \hfill MAYO 2023 \par}
\end{titlepage}
% Por si un día se ocupa
% \hspace{-1.5mm}\includegraphics[height=20mm]{uanl}\hfill\raise0mm\hbox{\includegraphics[height=20mm]{fcfm}}
% ÍNDICE
%\renewcommand{\tableofcontents}{Indice general}
\tableofcontents
\setcounter{tocdepth}{4}
\newpage
\section{Introducción}
\subsection{Prueba}
\section{Delimitación y planteamiento del problema de investigación}
\section{Justificación}
\newpage
\section{Formulación de objetivos}
\section{Marco teórico conceptual}
\newpage
\section{Metodología de investigación}
\section{Conclusiones}
\end{document}