Hi folks
I am busy with a presentation in beamer. I would like to place graphics on specific places in the slide and I want the images to display one after the other - like one would do with \item.
I have done some Googling but I could not get, what I found, to work. Could anyone perhaps suggest something.
Many thanks
Jannetta
Graphics, Figures & Tables ⇒ beamer | Graphics Placement
NEW: TikZ book now 40% off at Amazon.com for a short time.
-
- Posts: 26
- Joined: Mon Mar 09, 2009 3:19 pm
beamer | Graphics Placement
Sounds like \overlayarea is what you're looking for.
Would that work?
Code: Select all
\begin{overlayarea}{\textwidth}{3cm}
\only<1>{\includegraphics{xxx}}
\only<2>{\includegraphics{yyy}}
\end{overlayarea}