summaryrefslogtreecommitdiff
path: root/info/examples/Math_into_LaTeX-4/babybeamer7.tex
blob: 62df289ca1e1eb245dfd2c5b43954bd43ff4a39a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
% babybeamer7 presentation

\documentclass{beamer}

\begin{document}

\begin{frame}
\frametitle{First frame with a button}

Button example

Jumping to an overlay of a different frame
\bigskip

\hyperlink{fourguests<3>}%
{\beamergotobutton{Jump to third guest}}
\end{frame}

\begin{frame}[label=fourguests]
\frametitle{Overlaying lists}

We introduce our guests:
\begin{itemize}
\item<1-> R. Padmanabhan
\item<2-> Brian Davey
\item<3-> Harry Lakser
\item<4-> Dick Koch
\end{itemize}

\hyperlink{fourguests<3>}%
{\beamergotobutton{Jump to third guest}}
\end{frame}

\begin{frame}
\frametitle{Third frame with a button}

Button example

Jumping to another frame
\bigskip

\hyperlink{fourguests}%
{\beamergotobutton{Jump to guest list}}
\end{frame}

\begin{frame}
\frametitle{Hidden link}

\hyperlink{fourguests}{Jumping to the guest list}
\end{frame}

\end{document}