Search found 1 match

by Metatron
Sun Apr 24, 2011 2:39 pm
Forum: Graphics, Figures & Tables
Topic: beamer - \pause doesn't work with graphics
Replies: 1
Views: 6037

beamer - \pause doesn't work with graphics

Hi,

I'm working on a presentation, and I'd like to create a frame with text and a graphic, where the graphic appears delayed, like this:

\begin{frame}
....text....

\pause

\includegraphics{graphic1}
\end{frame}

The \pause command doesn't work here, so is there any other way to do this ...