Skip to content

Instantly share code, notes, and snippets.

@leingang
Forked from anonymous/only.tex
Last active August 29, 2015 14:11
Show Gist options
  • Save leingang/435853d9f7e008db6ba4 to your computer and use it in GitHub Desktop.
Save leingang/435853d9f7e008db6ba4 to your computer and use it in GitHub Desktop.
\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