% PAQUETES
\documentclass[pdf]{beamer}
\usepackage[utf8]{inputenc}
\usepackage{beamer}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{helvet}
\usepackage{pstricks}
\usepackage{amssymb}
\usepackage{float}
\usepackage{multirow}
\usepackage{xcolor}
\usepackage{graphicx}
\usepackage{subfig}
\usepackage{hyperref}
\usepackage[ruled,,vlined,lined,linesnumbered,algosection]{algorithm2e}
\DeclareGraphicsExtensions{.epg,.pdf,.png,.jpg}%
\newcommand{\Rel}{\mathcal{R}}
\newcommand{\Sel}{\mathcal{S}}
\newtheorem{ejemplo}{Ejemplo}
\newtheorem{ejercicio}{Ejercicio}
\newtheorem{nada}{}
% DATOS INICIALES
\title{Título}
\author{Nombre Apellido}
\date{12/23/2023}
% INICIO DE DOCUMENTO
\begin{document}
{
\setbeamertemplate{navigation symbols}{}
\begin{frame}[plain]
\titlepage
\end{frame}
}
% TABLA DE CONTENIDOS
\begin{frame}{Contenido}
\tableofcontents
\end{frame}
% SESIONES
\input{Seccion/Parte1}
\input{Seccion/Parte2}
\input{Seccion/Parte3}
\input{Seccion/Parte4}
\input{Seccion/Parte4-1}
\input{Seccion/Parte5}
\input{Seccion/Parte6}
\input{Seccion/Parte7}
\input{Seccion/Parte8}
%% FINAL
\begin{frame}
\Huge{\centerline{¡Muchas Gracias!}}
\end{frame}
\end{document}