Graphics, Figures & Tablesbeamer - \pause doesn't work with graphics

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Metatron
Posts: 1
Joined: Sun Apr 24, 2011 2:29 pm

beamer - \pause doesn't work with graphics

Post by Metatron »

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:

Code: Select all

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

\pause   

\includegraphics{graphic1}
\end{frame}
The \pause command doesn't work here, so is there any other way to do this?

Thank you!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Stefan Kottwitz
Site Admin
Posts: 10348
Joined: Mon Mar 10, 2008 9:44 pm

beamer - \pause doesn't work with graphics

Post by Stefan Kottwitz »

Hi Metatron,

welcome to the board!

A note for our fellow users, this question has also been posted on mrunix.de.

Meta, if you create cross-posts, please provide a link to the other place(s) where the question has been posted. One reason is to prevent double efforts and waste of time. Kindly have a look at the Board rules. Besides this, there's further information helping to keep this board a nice and usable place.

We have a code environment here which can be used to post code, improving readability. I added this code tags to your post.

Stefan
LaTeX.org admin
Post Reply