Beamer: Reuse incremental overlay number from list item?
I'm using an item list with the overlay specification <+(1)->. For one of
the items, I want a text after the item list to be uncovered
simultaneously with the item. How can I achieve that?
\begin{itemize}[<+(1)->]
\item First item
\item ...
\item An item somewhere in the middle of the list
\item ...
\item Last item
\end{itemize}
Some text to be synchronized with the item in the middle of the list
Note: Although the text I want to be uncovered simultaneously with the
list item is currently located after the list, I may decide to move it to
before the list.
No comments:
Post a Comment