
Beamer no Oficial UNIAJC
Autor:
Carlos Rengifo
Last Updated:
hace 6 años
License:
Creative Commons CC BY 4.0
Resumen:
Presentación Básica UNIAJC

\begin
Discover why over 20 million people worldwide trust Overleaf with their work.
Presentación Básica UNIAJC
\begin
Discover why over 20 million people worldwide trust Overleaf with their work.
\documentclass[12pt,spanish]{beamer}
\usepackage{graphicx}
\usepackage[spanish]{babel}
\selectlanguage{spanish}
\usepackage[utf8x]{inputenc}
%\usepackage[colorlinks]{hyperref}
%\title[...]{My title}
\begin{document}
{
\usebackgroundtemplate{\includegraphics[width=\paperwidth,height=\paperheight]{figures/Back1.png}}
\begin{frame}
\end{frame}
}
{
\usebackgroundtemplate{\includegraphics[width=\paperwidth,height=\paperheight]{figures/Back2.png}}
\begin{frame}
\begin{minipage}[t]{0.8\linewidth} % ajustar el parametro 0.8 para visualizar mejor el título
{\Huge \textcolor{white}{Aquí va el Título}} %opciones \Huge \HUGE \Large \Large
\\
\\
%-------------------------------------------
{ \textcolor{white}{Nombre del autor}} %opciones \Huge \HUGE \Large \Large \small \tiny
\\
{ \textcolor{white}{correo@correo.com}}
%--------------------------------------------
\\
\\
%-------------------------------------------
{ \textcolor{white}{Nombre del autor 2}} %opciones \Huge \HUGE \Large \Large \small \tiny
\\
{ \textcolor{white}{correo2@correo.com}}
%--------------------------------------------
\\
%-------------------------------------------
{ \textcolor{white}{Nombre del autor 3}} %opciones \Huge \HUGE \Large \Large \small \tiny
\\
{ \textcolor{white}{correo3@correo.com}}
%--------------------------------------------
\end{minipage}
\end{frame}
}
%pagina de contenido
\begin{frame}{Contenido}
\tableofcontents
\end{frame}
%La presentación en si
\section{Introducción}
\begin{frame}{Introducción}
This is a test page!
\end{frame}
\section{el resto de cosas}
\begin{frame}{blah blah blah}
el blah de siempre
\end{frame}
\end{document}