Sei sulla pagina 1di 20

Preambulo

Para hacer diapositivas hay varios tipos de documentos, prosper, beamer, slides (creo que este
tambien existe) aqui voy a tratar beamer.
Se inicia con:
Permite utilizar distintos tipos de presentacion que reciben el nombre de temas, para incluir el
tema

Estructura de frame
Para indicar al programas los limites entre los cuales se encuentra una diapositiva se utiliza:
\begin{frame}[opciones]
Estructura y texto de la diapositiva
\end{frame}

Las opciones de son


b escribe la diapositiva en la parte mas baja ( botton).
c escribe la diapositiva en el centro, es la opcion por defecto.
t escribe la diapositiva en la parte mas alta (top).
\begin{frame}
\frametitle{Whats Still To Do?}
\begin{block}{Answered Questions}
How many primes are there?
\end{block}
\begin{block}{Open Questions}
Is every even number the sum of two primes?
\end{block}
\end{frame}

Comandos dentro de frame


Las opciones que se se pueden aadir son

Ejemplo
\begin{frame}
\maketitle
\end{frame}

Pone una tabla con el contenido, tiene la opcion de pausesections, con lo que se obtiene que
que en la tabla de contenidos salga seccion a seccion para hacer comentarios.
Ejemplo
\begin{frame}
\tableofcontents
\end{frame}

pone la fecha de hoy a la diapositiva.


Ejemplo

\begin{frame}
\titlepage
\end{frame}
pone titulo a la diapositiva
Ejemplo
\begin{frame}
\frametitle{Titulo}
Texto de la diapositiva
\end{frame}

pone un subtitulo en la diapositiva


\begin{frame}
\frametitle{There Is No Largest Prime Number}
\framesubtitle{The proof uses \textit{reductio ad absurdum}.}
\begin{theorem}
There is no largest prime number.
\end{theorem}
\end{frame}

poner un indice
Para poner un indice se utiliza
%\begin{frame}
\tableofcontents
%\end{frame}

ojo, si se quita el frame el indice sale entero por eso se cometa el inicio del frame y el final.

Temas
se inician con En linux tienen que empezar por mayusculas.
los temas son
annarbor no esta instalado
Antibes similar a copenhagen, pero el titulo sale arriba.
bergen a la izquierda pone el titulo de los bloques.
Berkeley como hannover pero mas oscuros.
Berlin parecido a dresden y antibes juntos.
boadilla bloques bonitos, sin secciones
CambridgeUS no instalado.
copenhagen mucho mas llamativo que el boadilla y tiene arriba un menu navegable.
Darmstadt como copenhagen pero el menu a a dos colores y el menu sencillo coo dresden.

dreden tipo copenhagen pero los bloques no salen en cajas y el menu es mas sencillo.
Frankfurt igual que dresden.
hannover parecido a dresden pero el menu sale a la izquierda con el titulo y autor.
Ilmenau parecido a dresden
luebeck no veo diferencia con copenhagen.
Madrid no veo diferencia con boadilla.
Malmoe dresden
PaloAlto hannover
tree escueto, sencillo, parte superior lista de secciones y subsecciones
Warsaw muy parecido a darmstadt.
Ademas tengo instalados en el ordenador los siguientes temas
boxes
Goettingen
juanlespins
marburg
montpellier
pittsburgh
rochester
singapore
szeged
ademas en compatibilidad estan:
bars
classic
compatibility
lined
plain
shadow
sidebar
split
tree

personalizacion de los temas


Cambio del color del tema
Para usar , solo para los colores de los temas. Los estilos de colores figuran en los archivos
con el nombre beamercolorthemename.sty.
Tengo instalados los siguientes:
- albatross
- beetle
- crane
- default
- dolphin
- dove
- fly
- lily
- orchid
- rose

- agull
- seahorse
- sidebartab
- struture
- whale
Cambio del tipo de fuente,
Para el tema determinado , solo para las fuentes de los temas. los archivos donde estan los
tipos de fuentes tienen el nombre beamerfontthemename.sty.
los que tengo instalados son:
- default
- professionalfont
- serif
- structurebold
- structureitalicserif
- structuresmallcapsserif
Cambiar el "inner" del tema
Para el , solo podemos utilizar los inner de los temas. Los archivos de los estilos de Inner
tienen el nombre del tipo beamerinnerthemename.sty.
los que tengo instalado los inner:
- circles
- default
- inmargin
- rectangles
- rounded
Cambiar el "outer" del tema
Para cada ,solo podemos usar los temas outer. Los archivos de estilo de Outer tienen el
nombre beamerouterthemename.sty.
tengo instalados los outers:
- default
- infolines
- miniframes
- shadow
- sidebar
- smoothbars
- smoothtree
- split
- tree
En linux los que se instalan son:

beamerthemeAnnArbor.sty si
beamerthemeAntibes.sty si
beamerthemeBergen.sty si
beamerthemeBerkeley.sty si
beamerthemeBerlin.sty si
beamerthemeBoadilla.sty si
beamerthemeCambridgeUS.sty si

beamerthemeCopenhagen.sty si
beamerthemeDarmstadt.sty si
beamerthemeDresden.sty si
beamerthemeFrankfurt.sty si
beamerthemeGoettingen.sty si
beamerthemeHannover.sty si
beamerthemeIlmenau.sty
beamerthemeJuanLesPins.sty si
beamerthemeLuebeck.sty si
beamerthemeMadrid.sty si
beamerthemeMalmoe.sty si
beamerthemeMarburg.sty
beamerthemeMontpellier.sty si
beamerthemePaloAlto.sty si
beamerthemePittsburgh.sty si
beamerthemeRochester.sty si
beamerthemeSingapore.sty si
beamerthemeSzeged.sty si
beamerthemeWarsaw.sty si
beamerthemeboxes.sty si
beamerthemedefault.sty

Formato del texto

resalta el texto en rojo


A \alert{prime number} is a number that has exactly two divisors.
pone el texto en cursiva
A \emph{prime number} is a number that has exactly two divisors.

columnas
Podemos escribir en columnas con el comando columns
\begin{columns}
\column{.5\textwidth}
lo que esta dentro de la primera columna
\column{.5\textwidth}
lo que esta en la segunda columna
\end{block}
\end{columns}
\end{frame}

, indicando las columnas con


\begin{frame}
\frametitle{Whats Still To Do?}
\begin{columns}
\column{.5\textwidth}
\begin{block}{Answered Questions}
How many primes are there?
\end{block}
\column{.5\textwidth}
\begin{block}{Open Questions}
Is every even number the sum of two primes?
\end{block}
\end{columns}
\end{frame}

Colores del texto


En el preambulo hay que poner
para que un texto salga en color se utiliza
Texto azul y grande se pone con

Colores
Azul para poner el texto en azul
Rojo para poner el texto en rojo
Negro para poner el texto en negro
azul claro Texto morado
Magenta Texto en rojo magenta
Amarillo Sale el texto en amarillo con
Verde Texto verde claro con
Ejemplos
blue \textcolor{blue}{\large {azul blue}}.
red \textcolor{red}{rojo red}.
black \textcolor{black}{negro black}.
cyan \textcolor{cyan}{morado cyan}.
magenta \textcolor{magenta}{rojo magenta}.
yeloww \textcolor{yellow}{ amarillo yellow}.
green \textcolor{green}{green}.

Texto con caja como si le aplicaras un subrayador y


texto en color
Para conseguir una "caja" de color y texto de otro se utiliza combinandolo con
Ejemplo
color de la caja blue, texto white
\colorbox{blue}{\textcolor{white}{blanco white}},

Bloques y Cajas
block genera un bloque de texto donde podemos ponerle titulo e indicar cuando queremos
que aparezca. Sale con el titulo en azul y con borde.
Ejemplos
\begin{block}3-{titulo}
Contenido del bloque
\end{block}
\begin{block}{Titulo del primer bloque}

formato
\begin{block}2-{opcional el titulo del bloque}
Lo que se quiere poner dentro del bloque. Que el ttulo sea
opcional significa que se puede escribir algo, y si no se
quiere escribir nada se deja solamante: {}
\end{block}

alertblock es un bloque con llamativo, en color rojo con borde. Depende del tema.
Ejemplos
\begin{alertblock}{opcional-ttulo}
Este bloque sale un color ms llamativo. Tericamente debe
usarse para llamar la atencin sobre algo. En el caso del
tema Warsaw, sale en rojo. (Pero eso es configurable)

\end{alertblock}
\begin{alertblock}{Wrong Teorema}
$12$.
\end{alertblock}
Bloque ejemplo (verde) es un bloque que sale en verde con borde.
Ejemplo
\begin{exampleblock}{Ejemplo}only@2-
The set $\{1,2,3,5\}$ has four elements.
\end{exampleblock}
una caja sin bordes ni nada
Ejemplo
\begin{beamercolorbox}{beamer color}
Text
\end{beamercolorbox}
una caja con tabulacion
Ejemplo
{
\usebeamercolor{beamer color}
\colorbox{bg}{
\color{fg}
Text
}
}
caja redonda con el titulo en negro
Ejemplo
\begin{beamerboxesrounded}
[upperblock head,lowerblock body,shadowtrue]{Theorem}

$A B$.
\end{beamerboxesrounded}
caja redonda con el titulo azul
Ejemplo
\begin{beamerboxesrounded}[lowerblock body,shadowtrue]{Theorem}
$A B$.
\end{beamerboxesrounded}
sin caja redonda solo marca los bordes de la izquierda
Ejemplo
\begin{beamerboxesrounded}[lowerblock body]{Theorem}
$A B$.
\end{beamerboxesrounded}
Inserta un titulo centrado
Ejemplo
\begin{beamercolorbox}[ht2.5ex,dp1ex,center]{title in head/foot}
\usebeamerfont{title in head/foot}
\insertshorttitle
insertshorttitle
\end{beamercolorbox}
inserta un autor centrado en color azul
Ejemplo
\begin{beamercolorbox}[ht2.5ex,dp1ex,center]{author in head/foot}
\usebeamerfont{author in head/foot}
\insertshortauthor
insertshortautor
\end{beamercolorbox}
Pone una caja con fondo verde y letras blancas.
Ejemplo
\setbeamercolor{postit}{fgwhite,bggreen}
\begin{beamercolorbox}[sep1em,wd5cm]{postit}
Place me somewhere!
\end{beamercolorbox}
hace que se haga una caja que hace muy grande. si cambias los numeros (0cm,0cm) indican
que el texto se mueve hacia la izquierda x arribael movimiento hacia la izquierda, para que se
desplace a la derecha se pone en negativo, por ejemplo ; el segundo par de numeros
(2cm,1.5cm) cuando se pone el numero mas pequeo al de la derecha las letras se hacen
mas grandes, si aades numero mas grande al de la izquierda se hace mas pequeo.
\frametitle{A Complicated Picture}
\framezoom12(0cm,0cm)(2cm,1.5cm)
\framezoom13(1cm,3cm)(2cm,1.5cm)
\framezoom14(3cm,2cm)(3cm,2cm)
HOLA%\pgfimage[height8cm]{hola}

caja de color con texto, definiendo las dimensiones. Se comienza definiendo la caja
\setbeamercolor{postit}{fg ,bg }

postit - nombre que le damos al tipo.


fg - color de la letra.
bg - color de la caja
Despues se utiliza
\begin{beamercolorbox}[sep em,wd cm]{tipo}
Texto
\end{beamercolorbox}
Opciones
sep ancho
wd alto
Ejemplo
\setbeamercolor{postit}{fgwhite,bggreen}
\begin{beamercolorbox}[sep1em,wd5cm]{postit}
Place me somewhere!
\end{beamercolorbox}
otra forma de escribir lo mismo es
{
\usebeamercolor{beamer color}
\colorbox{fg}{
\color{bg}
Text
}
}
Donde se cambia fg por el color de la caja y bg por el color del texto
Ejemplo
{
\usebeamercolor{beamer color}
\colorbox{yellow}{
\color{cyan}
Text
}
}

Listas Numeradas
lista numerada
Ejemplo
\begin{frame}
\begin{itemize}
\item1- First item.

\item2- Second item.


\item3- Third item.
\end{itemize}
\end{frame}
Descripcion
Ejemplos
\begin{frame}
\begin{description}
\item[Lion] King of the savanna.
\item[Tiger] King of the jungle.
\end{description}
\end{frame}
\begin{frame}
\begin{description}[longest label]
\item1-[short] Some text.
\item2-[longest label] Some text.
\item3-[long label] Some text.
\end{description}
\end{frame}
\begin{frame}
\begin{description}[-][longest label]
\item[short] Some text.
\item[longest label] Some text.
\item[long label] Some text.
\end{description}
\end{frame}
Donde se mezcla texto entre los items, ademas hace que el item salga en rojo.
Ejemplo
esta incluye el texto entre la segunda opcion y la tercera
\frame1-2[labelmyframe]
{
\begin{itemize}
\itemalert@1 First subject.
\itemalert@2 Second subject.
\itemalert@3 Third subject.
\end{itemize}
}
\frame
{
Some stuff explaining more on the second matter.
}
\againframe3{myframe}
formas de listados con colores y demas, los items salen uno a uno cambiando de color.
Ejemplo

\begin{frame}
\begin{itemize}[-]
\item This is \alert.{important}.
\item We want to \alert.{highlight} this and \alert.{this}.
\item What is the \alert.{matrix}?
\end{itemize}
\end{frame}
\item escribe dos items iniciales y los otros van saliendo poco a poco.
Ejemplo
\begin{verbatim}
\begin{frame}
\begin{itemize}[-]
\item Apple
\item.- Peach
\item Plum
\item Orange
\end{itemize}
\end{frame}
Cada item sale en rojo cada vez, aparecen uno a uno.
Ejemplo
\begin{frame}
\begin{itemize}
\item-| alert@ Apple
\item-| alert@ Peach
\item-| alert@ Plum
\item-| alert@ Orange
\end{itemize}
\end{frame}
aparecen los items de uno en uno
Ejemplos
\begin{frame}
\begin{itemize}
\item- Apple
\item- Peach
\item- Plum
\item- Orange
\end{itemize}
\end{frame}
\begin{frame}
\begin{itemize}
\item1- Apple
\item2- Peach
\item3- Plum
\item4- Orange
\end{itemize}

\end{frame}
\begin{frame}
\begin{itemize}
\item1- Apple
\item2- Peach
\item3- Plum
\item4- Orange
\end{itemize}
\end{frame}

Enlaces
genera enlaces dentro de las diapositivas
\frame1[labelCantor]
{
\frametitle{Main Theorem}
\begin{Theorem}
$\alpha 2^\alpha$ for all ordinals~$\alpha$.
\end{Theorem}
\begin{overprint}
\onslide1
\hyperlink{Cantor2}{\beamergotobutton{Proof details}}
\onslide2-
% this is only shown in the appendix, where this frame is resumed.
\begin{proof}
As shown by Cantor, ...
\end{proof}
\hfill\hyperlink{Cantor1}{\beamerreturnbutton{Return}}
\end{overprint}
}
...
\appendix
\againframe2{Cantor}
otra forma
\begin{frame}[labelthreeitems]
\begin{itemize}
\item1- First item.
\item2- Second item.
\item3- Third item.
\end{itemize}
\hyperlink{threeitems2}{\beamergotobutton{Jump to second slide}}
\end{frame}
otra forma mas
\begin{frame}
\begin{itemize}
\item1- First item.
\item2- Second item.
\item3- Third item.
\end{itemize}
\hyperlink{jumptosecond}{\beamergotobutton{Jump to second slide}}
\hypertarget2{jumptosecond}{}
\end{frame}

Secciones
Las secciones se colocan fuera
section

Ejemplo
\begin{frame}
\titlepage
\end{frame}
\ section*{Seccion}
\begin{frame}
\tableofcontents
\end{frame}
\ section{introduccion}
\ subsection{Overview of the Beamer Class}
\ subsection{Overview of Similar Classes}
\ section{Uso}
\ subsection{...}
\ subsection{...}
\ section{Ejemplos}
\ subsection{...}
\ subsection{...}
\begin{frame}
\end{frame} % to enforce entries in the table of contents
Bibliografia
\ subsection{bibliografia}
\begin{frame}
\frametitle{For Further Reading}
\begin{thebibliography}{Dijkstra, 1982}
\bibitem[Soloma
a, 1973]{Solomaa1973}
A.~Salomaa.
\newblock {\em Formal Languages}.
\newblock Academic Press, 1973.
\bibitem[Dijkstra, 1982]{Dijkstra1982}
E.~Dijkstra.
\newblock Smoothsort, an alternative for sorting in situ.
\newblock {\em Science of Computer Programming}, 1(3):223--233, 1982.
\end{thebibliography}
\end{frame}

tipo Teoremas
las seccciones pueden ser:
Teorema ( azul)
Ejemplo
\begin{theorem}1-
There exists an infinite set.
\end{theorem}

demostracion
Ejemplo
\begin{proof}2-
This follows from the axiom of infinity.
\end{proof}
Ejemplo
Ejemplo
\begin{example}3-[Natural Numbers]
The set of natural numbers is infinite.
\end{example}
overprint
Ejemplo
\frame1[labelmytheorem]
{
\begin{theorem}
...
\end{theorem}
\begin{overprint}
\onslide1
\hfill\hyperlink{mytheorem2}{\beamergotobutton{Go to proof details}}
\onslide2
\begin{proof}
...
\end{proof}
\hfill\hyperlink{mytheorem1}{\beamerreturnbutton{Return}}
\end{overprint}
}
\appendix
\againframe2{mytheorem}
los tipos de teoremas pueden ser del tipo ( segun el archivo beamerbasetheorems.sty):
Beweis no funciona
Lemma ingles
Proof
Theorem
Problem ingles
Corollary ingles
Example ingles
Examples ingles
Definition
Beispiel no funciona
Beispiele no funciona
Example
Examples
Fact
Loesung no funciona
Satz no funciona

Folgerung no funciona
Fakt no funciona
Copia del archivo:
\else
\newtheorem{theorem}{Theorem}
\fi
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{fact}[theorem]{Fact}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{problem}[theorem]{Problem}
\newtheorem{Loesung}[theorem]{L\"osung}
\newtheorem{Satz}[theorem]{Satz}
\newtheorem{Folgerung}[theorem]{Folgerung}
\newtheorem{Fakt}[theorem]{Fakt}
\theoremstyle{definition}
\newtheorem{definition}[theorem]{Definition}
\newtheorem{definitions}[theorem]{Definitions}
\theoremstyle{example}
\newtheorem{Beispiel}[theorem]{Beispiel}
\newtheorem{Beispiele}[theorem]{Beispiele}
\newtheorem{example}[theorem]{Example}
\newtheorem{examples}[theorem]{Examples}
\theoremstyle{plain}
% Alias
\newenvironment{Beweis}{\begin{proof}[Beweis.]}{\end{proof}}
\newenvironment{Lemma}{\begin{lemma}}{\end{lemma}}
\newenvironment{Proof}{\begin{proof}}{\end{proof}}
\newenvironment{Theorem}{\begin{theorem}}{\end{theorem}}
\newenvironment{Problem}{\begin{problem}}{\end{problem}}
\newenvironment{Corollary}{\begin{corollary}}{\end{corollary}}
\newenvironment{Example}{\begin{example}}{\end{example}}
\newenvironment{Examples}{\begin{examples}}{\end{examples}}
\newenvironment{Definition}{\begin{definition}}{\end{definition}}

Personalizacion de los teoremas


Si cuando comenzamos definimos nuevos entornos
,
podemos utilizarlos, por ejemplo
\newtheorem{preguntas}[theorem]{Preguntas}
\newtheorem{respuestas}[theorem]{Respuestas}
\begin{document}
\begin{frame}
\frametitle{Como poner un teorema}
\begin{preguntas}
las preguntas
\end{preguntas}
\begin{respuestas}
las respuestas
\end{respuestas}
\end{frame}
\end{document}

Grficos

para incluir grficos tienen que estar en jpg o en pdf


no se pueden incluir en eps, para pasar de eps a pdf hay que usar ps2pdf
para unir varios se usa pdftk
se escribe
\includegraphics[scale50]{imagen.jpg}
o
\includegraphics[scale50]{imagen.pdf}

animaciones
textbf
Para conseguir que un texto aparezca desde la primera diapositiva y en la diapositiva n el texto
se ponga en negrita.
se pone
Ejemplo
\textbf3{hola}
Escribe hola, en la primera diapositiva pone hola normal, y en la tercera aparece


para conseguir que aparezca de forma paulatina se utiliza - donde es la primera
diapositiva y - la segunda, sucesivas, podemos utilizar , donde n acepta las siguientes
caracteristicas:
n aparece en la diapositiva n.
n- aparece a partir de la diapositiva n.
n,m aparece en la diapositiva n y en vuelve a aparecer en la m.
se pueden combinar los anteriores separandolos por comas.
Ademas podemos utilizarlo con y las listas salen itema a item.

only
Ejemplos
\begin{frame}
\only6 { aparece en la diapositiva 6.}
\only2-{ aparece a partir de la diapositiva 2.}
\only2,4{ aparece en la diapositiva 2 y en
vuelve a aparecer en la 4.}
\only1,3,5-{ aparece en la diapositiva 1, 3 y
a partir de la 5}
\only-4{aparece hasta la 4}
\end{frame}

con items
\begin{frame}

\begin{itemize}
\item6 { aparece en la diapositiva 6.}
\item2-{ aparece a partir de la diapositiva 2.}
\item2,4{ aparece en la diapositiva 2 y
en vuelve a aparecer en la 4.}
\item1,3,5-{ aparece en la diapositiva 1, 3 y
a partir de la 5}
\item-4{aparece hasta la 4}
\end{itemize}
\end{frame}

pause

con esto se consigue que realice una pausa, es decir que genere una pausa hasta la proxima
diapositiva.
\begin{frame}
\begin{itemize}
\item 2 is prime (two divisors: 1 and 2).
\pause
\item 3 is prime (two divisors: 1 and 3).
\pause
\item 4 is not prime (\alert{three} divisors: 1, 2, and 4).
\end{itemize}
\end{frame}
\begin{itemize}

opaqueness
las letras se hacen cada vez mas claras hasta desaparecerEjemplo
hace las letras cada vez mas claras
\newcount\opaqueness
\begin{frame}
\animate2-10
\animatevalue1-10{\opaqueness}{100}{0}
\begin{colormixin}{\the\opaqueness!averagebackgroundcolor}
\frametitle{Fadeout Frame}
This text (and all other frame content) will fade out when the
second slide is shown. This even works with
{\color{green!90!black}colored} \alert{text}.
\end{colormixin}
\end{frame}

Ejemplos de las opciones


\only2 {solo aparece en la diapositiva 2}

\onslide2-3{aparece en las diapositivas 2 y 3}


\onslide3 {con mas para la diapositiva 3}
\onslide*3-4 {con asterisco para las diapositivas 3 y 4}
\visible3{visible en la tres}
\invisible3{se hace invisible en la tres}
\alt3{ con alt opcion 1 en la tercera diapositiva}{la opcion 2 sale en todas
\temporal3-4{ aparece en la diapositiva 1 y 2 }{aparece en la diapositiva 3 y
\temporal2,4{ aparece en la diapositiva 1, 3 y 4 }{aparece en la diapositiva
\uncover3{uncover en la tercera diapositiva}
\textbf5 {hola}

escribir lmites sin errores


Para escribir limites sin que salga la letra mal, escribo lo siguiente
$\underset{x\rightarrow 3 }{lim }x1$

Cosas Raras

se usa para poner el qed al final de una lista numerada, suele salir por defecto al final de una
demostracin. No me funciona, por lo que no he podido comprobarlo

Ordenar para pasar a otras secciones


otro ejemplo que deja todo menos el apendice en
gris.
%\AtBeginSection[] % Do nothing for \section*
{\begin{frame}beamer{uno}
\frametitle{Outline}
\tableofcontents[currentsection]
\end{frame}
}

no se lo que hace
\transwipe[direction90]
\begin{frame}
\transdissolve
\only1{uno}
\only2{dos}
\transdissolve2
\end{frame}

Se desplazan las letras a la izquierda y aparece por la


derecha
\newcount\opaqueness
\newdimen\offset
\begin{frame}
\frametitle{Flying Theorems (You Really Shouldnt!)}
\animate2-14
\animatevalue1-15{\opaqueness}{100}{0}
\animatevalue1-15{\offset}{0cm}{-5cm}

\begin{colormixin}{\the\opaqueness!averagebackgroundcolor}
\hskip\offset
\begin{minipage}{\textwidth}
\begin{theorem}
This theorem flies out.
\end{theorem}
\end{minipage}
\end{colormixin}
\animatevalue1-15{\opaqueness}{0}{100}
\animatevalue1-15{\offset}{-5cm}{0cm}
\begin{colormixin}{\the\opaqueness!averagebackgroundcolor}
\hskip\offset
\begin{minipage}{\textwidth}
\begin{theorem}
This theorem flies in.
\end{theorem}
\end{minipage}
\end{colormixin}
\end{frame}

no se lo que hace
pone unas cajas muy raras.
\begin{frame}1[labelzooms]
\frametitle1{A Complicated Picture}
\framezoom12[border](0cm,0cm)(2cm,1.5cm)
\framezoom13[border](1cm,3cm)(2cm,1.5cm)
\framezoom14[border](3cm,2cm)(3cm,2cm)
\pgfimage[height8cm]{complicatedimagefilename}
\end{frame}
\againframe2-[plain]{zooms}

no lo compila y no se que pasa


\frame1-2[labelmyframe]
{
\begin{itemize}
\itemalert@1 First subject.
\itemalert@2 Second subject.
\itemalert@3 Third subject.
\end{itemize}
}
\frame
{
Some stuff explaining more on the second matter.
}
\againframe3{myframe}

enlace?
\frame1[labelmytheorem]
{
\begin{theorem}
...
\end{theorem}
\begin{overprint}
\onslide1
\hfill\hyperlink{mytheorem2}{\beamergotobutton{Go to proof details}}
\onslide2
\begin{proof}
...

\end{proof}
\hfill\hyperlink{mytheorem1}{\beamerreturnbutton{Return}}
\end{overprint}
}
\appendix
\againframe2{mytheorem}

otra forma de empezar(?)


\frame{\titlepage}
\ section*{Outline}
\frame{\tableofcontents}
\section {Main Text}
\frame{Some text}
\ section*{Summary}
\frame{Summary text}
\appendix
\ section{\appendixname}
\frame{\tableofcontents}
\ subsection{Additional material}
\frame{Details}
\frame{Text omitted in main talk.}
\ subsection{Even more additional material}
\frame{More deta\itemi\itemls}

Potrebbero piacerti anche