Reputation: 7313
Does anyone know how to use shortcuts or buttons to jump to other slides? Hyperref I think is the latex command.
Example output:
Upvotes: 5
Views: 3975
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