Graphics, Figures & Tables ⇒ Images in different Layers
Images in different Layers
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- 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: 10335
- 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: 10335
- 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: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Images in different Layers
\animate
, described in 14.1 Animations in the manual.Stefan