
Plantila Presentación Universidad ECCI
Author
Dirección de estadística
Last Updated
2年前
License
Creative Commons CC BY 4.0
Abstract
Está plantilla es para los estudiantes de la carrera de estadística de la universidad ECCI

%----------------------------------------------------------------------------------------
% PACKAGES AND THEMES
%----------------------------------------------------------------------------------------
\documentclass{beamer}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%% Definiciones para agilizar %%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\numberwithin{equation}{section}
\newtheorem{defi}{\textbf{Definición}}[section]
\newtheorem{obse}{\textbf{Observación}}[section]
\newtheorem{lema}{\textbf{Lema}}[section]
\newtheorem{teor}{\textbf{Teorema}}[section]
\newtheorem{coro}{\textbf{Corolario}}[section]
\newtheorem{prop}{\textbf{Propiedad}}[section]
\newtheorem{ejem}{\textbf{Ejemplo}}[section]
\newtheorem{nota}{\textbf{Nota}}[section]
\mode<presentation> {
%--------------------------------------
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{multicol}
\usepackage{graphicx} %
\usepackage{booktabs}
\usepackage[normalem]{ulem}
%--------------------------------------
\usepackage[spanish]{babel}
%--------------------------------------
\usepackage{hyphenat}
%--------------------------------------
\usepackage{textpos}
%--------------------------------------
\fboxsep0pt
%--------------------------------------
% --verticalmente centralizado----
\usepackage{array,booktabs}% http://ctan.org/pkg/{array,booktabs}
% ---------------
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%% Estilos de presentación %%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\usetheme{default}
%\usetheme{AnnArbor}
%\usetheme{Antibes}
%\usetheme{Bergen}
%\usetheme{Berkeley}
%\usetheme{Berlin}
%\usetheme{Boadilla} % ### bien pulido muy sencillo
%\usetheme{CambridgeUS} %# sencillo rojo
%\usetheme{Copenhagen}
\usetheme{Darmstadt} %### bien pulido
%\usetheme{Dresden}
%\usetheme{Frankfurt} %### bien pulido
%\usetheme{Goettingen}
%\usetheme{Hannover} %### sencillo lista a izquierda
%\usetheme{Ilmenau}
%\usetheme{JuanLesPins} %###
%\usetheme{Luebeck}
%\usetheme{Madrid} %#
%\usetheme{Malmoe} %##
%\usetheme{Marburg} % alineado a la izquierda
%\usetheme{Montpellier}
%\usetheme{PaloAlto}
%\usetheme{Pittsburgh} % muy sencillo viable
%\usetheme{Rochester}
%\usetheme{Singapore}
%\usetheme{Szeged}
%\usetheme{Warsaw}
% Denera el recuadro final en cada slide (autor...)
\setbeamertemplate{footline}
\setbeamertemplate{footline}{
\leavevmode%
\hbox{%
\begin{beamercolorbox}[wd=.4\paperwidth,ht=2.25ex,dp=1ex,center]{author in head/foot}%
\usebeamerfont{author in head/foot}\insertshortauthor
\end{beamercolorbox}%
\begin{beamercolorbox}[wd=.6\paperwidth,ht=2.25ex,dp=1ex,center]{title in head/foot}%
\usebeamerfont{title in head/foot}\insertshorttitle\hspace*{6em}
\insertframenumber{} / \inserttotalframenumber\hspace*{1ex}
\end{beamercolorbox}}%
\vskip0pt
}
\setbeamertemplate{navigation symbols}{} % To remove the navigation symbols from the bottom of all slides uncomment this line
}
% -----------------------------------------------------
%%----------------------------------------------------------------------------------------
% TITLE PAGE
%----------------------------------------------------------------------------------------
%cores
%--------------------------------------
%%----------------------------------------------------------------------------------------
% TITLE PAGE
%----------------------------------------------------------------------------------------
%colores
%--------------------------------------
\newcommand{\azul}[1]{\textcolor{blue}{#1}}
\newcommand{\vermelho}[1]{\textcolor{red}{#1}}
\newcommand{\verde}[1]{\textcolor{green}{#1}}
\newcommand{\pret}[1]{\textcolor{sepia}{#1}}
%--------------------------------------
\title[ECCI]{Título Presentación} % The short title appears at the bottom of every slide, the full title is only on the title page
\author[Autor] {Subtítulo} % En los corchetes se coloca un subtema
\institute[UTFPR]
{\textit{xxxxxxx@ecci.edu.co} % Correo
%\url{https://github.com/yudi-matsuzake/}
}
\date{\today} % Fecha si lo desean
\smallskip
% numerais romanos
\makeatletter
\makeatother
\begin{document}
\begin{frame}
\titlepage % Print the title page as the first slide
\begin{center}
\includegraphics[width=0.35\linewidth]{Imagenes/logo_esta.png}
\end{center}
\end{frame}
\newcommand{\sumario}{
\begin{frame}[allowframebreaks]{Outline}
\frametitle{Sumário} % Table of contents slide, comment this block out to remove it
\tableofcontents % Throughout your presentation, if you choose to use \section{} and \subsection{} commands, these will automatically be printed on this slide as an overview of your presentation
\end{frame}
}
\sumario
%--------------------------------------------------
% PRESENTACIÓN SLIDES
%--------------------------------------------------
\input{Secciones/Preliminares}
%------------------------------------------------
%--------------------------------------------------
% Bibliografía
%--------------------------------------------------
\bibliography{referencias}{}
\bibliographystyle{plain}
%--------------------------------------------------
% Dudas, agradecimientos
%--------------------------------------------------
\section{Dudas}
\begin{frame}
\centerline{Dudas?}
\end{frame}
%--------------------------------------------
\end{document}