[texhax] beamer and multline

Victor Ivrii vivrii at gmail.com
Fri Dec 10 08:17:44 CET 2010


Two problems:

1. Go to the last page, click on (1) (last page); it leads to the
first slide of the corresponding frame, but not to the second slide
where equation first appears.

2. More severe problem: click on (2) (last page); it leads to the
first page of the whole document


(beamer 3.10, TL 2010 fully updated). Not sure that I have seen this before


\documentclass{beamer}

\begin{document}


\begin{frame}
blah
\end{frame}

\begin{frame}
blah
\pause
\begin{equation}
1+1=2
\label{1}
\end{equation}
\end{frame}

\begin{frame}
\begin{multline}
1+2=3.\\
2+2=4
\label{2}
\end{multline}

\end{frame}

\begin{frame}
(\ref{1}), (\ref{2})
\end{frame}

\end{document}


More information about the texhax mailing list