Skip to content

Instantly share code, notes, and snippets.

@djbrugh
Created June 4, 2014 21:09
Show Gist options
  • Save djbrugh/f3fa22d9c8665b40221c to your computer and use it in GitHub Desktop.
Save djbrugh/f3fa22d9c8665b40221c to your computer and use it in GitHub Desktop.
Allows a figure to be placed on a Beamer slide (slide 3 and later in this example) while retaining formatting before the figure is shown by reserving space for an object wrapped in the visibleenv environment. This is preferable to using placeholder images.
\begin{visibleenv}<3-|handout:1>
\includegraphics[width=2.25in]{figs/image.pdf}
\end{visibleenv}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment