Created
December 17, 2014 13:39
-
-
Save anonymous/caf41bdb0d0d3066e271 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass{beamer} | |
% http://tex.stackexchange.com/q/217628/1402 | |
\begin{document} | |
\begin{frame}{Uncover} | |
\begin{itemize} | |
\item<1> a really long item, which takes up almost the entire page | |
\item<2> another item | |
\item<3> yet another one | |
\end{itemize} | |
\end{frame} | |
\begin{frame}{Only} | |
\begin{itemize}[<only@+>] | |
\item a really long item, which takes up almost the entire page | |
\item another item | |
\item yet another one | |
\end{itemize} | |
\end{frame} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment