wolfsatthedoor
wolfsatthedoor

Reputation: 7313

Rmarkdown Beamer presentation: Adding buttons and shortcuts in to jump to other slides

Does anyone know how to use shortcuts or buttons to jump to other slides? Hyperref I think is the latex command.

Example output:

enter image description here

Upvotes: 5

Views: 3975

Answers (1)

Salah Eddine Lahniche
Salah Eddine Lahniche

Reputation: 349

One possible answer to your question is in this thread

it's said to use:

\hypertarget{label}{\beamerbutton{some text}}

to place the target then use elsewhere the command:

\hyperlink{label}{\beamerbutton{go to slide}}

to activate a button that will take you to the slide previously targeted.

Upvotes: 4

Related Questions