Discussion:
beamer - allowframebreaks and pause
(too old to reply)
LEo
2007-04-19 23:04:48 UTC
Permalink
When my item list is too long I have to use allowframebreaks, but when
I do that, the pause no longer works... :(
Instead of creating multiple slides for each new item, it just create
one slide and shows only the first item.
Here is an example:

\frame[allowframebreaks]{
\frametitle{lalala}
\begin{itemize}
\item 111 \pause
\item 222 \pause
\item 444 \pause
\item 555 \pause
\item 666 \pause
\item 777 \pause
\item 888 \pause
\item 999 \pause
\item 000 \pause
\item aaa \pause
\item bbb \pause
\item ccc \pause
\item ddd \pause
\item eee \pause
\item fff \pause
\item ggg \pause
\item hhh \pause
\item iii
\end{itemize}
}

Does anybody knows a turn around so solve this problem?

[]'s
LEo
Jeffrey J Weimer
2007-04-20 18:48:23 UTC
Permalink
Post by LEo
When my item list is too long I have to use allowframebreaks, but when
I do that, the pause no longer works... :(
Instead of creating multiple slides for each new item, it just create
one slide and shows only the first item.
... [snip]
Does anybody knows a turn around so solve this problem?
Consider using the \only or \onslide directives.

--
JJW

Loading...