pageref and frame number

View: New views
2 Messages — Rating Filter:   Alert me  

pageref and frame number

by Lasse Rye Aarup :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
I want to give a reference to some frames and tried the pageref
command but I find that the page number is higher than frame number
shown on the slide.
I have used \setbeamertemplate{footline}[frame number] to display the
frame number in on each frame.
I guess it has something to do with the overlays I have used, since
when compiling with the “handout” option the page number is right.

How can I make a reference to the frame number shown on the slide?


Thanks

Lasse

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Latex-beamer-users mailing list
Latex-beamer-users@...
https://lists.sourceforge.net/lists/listinfo/latex-beamer-users

Re: pageref and frame number

by Jon Engel :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
How about this?

\documentclass{beamer}
\begin{document}

\begin{frame}
Frame 1
\end{frame}

\begin{frame}[label=xx]
Frame 2: \pause Contains a 'pause'.
\end{frame}

\begin{frame}
Frame 3: References frame \ref{xx}, the one with the pause.
\end{frame}

\end{document}


Lasse Rye Aarup wrote:
Hi,
I want to give a reference to some frames and tried the pageref
command but I find that the page number is higher than frame number
shown on the slide.
I have used \setbeamertemplate{footline}[frame number] to display the
frame number in on each frame.
I guess it has something to do with the overlays I have used, since
when compiling with the “handout” option the page number is right.

How can I make a reference to the frame number shown on the slide?


Thanks

Lasse

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Latex-beamer-users mailing list
Latex-beamer-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/latex-beamer-users