Graphics, Figures & Tables ⇒ Images in different Layers
Images in different Layers
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
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Images in different Layers
welcome to the board!
Do you mean PDF layers? Or pgf/TikZ layers? Or something else?
Stefan
Re: Images in different Layers
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Images in different Layers

I would use the
overlayarea
environment.Stefan
Images in different Layers
Where and how can I set it ? In a preamble ... how ?Use the style “OverlayArea” to insert an overlay area.
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Images in different Layers
\begin{overlayarea} ... \end{overlayarea}
and \only
commands and \includegraphics
within.Stefan
Re: Images in different Layers

I have got another idea ...
I would like make slide where every elements (text or images) will be change automaticaly...
Is it possible ?
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Images in different Layers
\animate
, described in 14.1 Animations in the manual.Stefan