Saltar al contenido

Hacer referencia a una diapositiva en Beamer

Te doy la bienvenida a nuestro sitio web, en este sitio encontrarás la solucíon de lo que estás buscando.

Solución:

Coloque una etiqueta en el marco que desea cruzar y luego use ref:

documentclass[]beamer
usethemeMadrid

usenavigationsymbolstemplate

titleMain Title 
authorJane Doe
instituteUniversity A
datetoday

begindocument

beginframe
titlepage % Print the title page as the first slide
endframe

beginframe
frametitleFirst Page
beginexampleblockExample
This is an example which will be used later.
endexampleblock
endframe

beginframe[label=important]
frametitleSecond Page
beginitemize
item Item 1
item Item 2
enditemize
endframe

beginframe
frametitleThird Page
beginitemize
item In this slide, we are going to use the sample example on slide~refimportant.
enditemize
endframe

enddocument 

El comando clásico label funciona también

documentclass[]beamer
usethemeMadrid

usenavigationsymbolstemplate

titleMain Title 
authorJane Doe
instituteUniversity A
datetoday

begindocument

beginframe
titlepage % Print the title page as the first slide
endframe

beginframe
frametitleFirst Page
beginexampleblockExample
This is an example which will be used later.
endexampleblock
endframe

beginframe
frametitleSecond Page
labelimportant
beginitemize
item Item 1
item Item 2
enditemize
endframe

beginframe
frametitleThird Page
beginitemize
item In this slide, we are going to use the sample example on slide~refimportant.
enditemize
endframe

enddocument

Una forma aún más agradable es escribir.

...
item In this slide, we are going to use the sample example on hyperlinkimportantbeamergotobuttonSecond Page
...

“Segunda página” suele ser el título de la diapositiva a la que te refieres.

Reseñas y calificaciones

Eres capaz de patrocinar nuestro ensayo poniendo un comentario o puntuándolo te estamos eternamente agradecidos.

¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)



Utiliza Nuestro Buscador

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *