Graphics, Figures & TablesImages in different Layers

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
User avatar
butek
Posts: 15
Joined: Tue Feb 19, 2013 9:35 pm

Images in different Layers

Post by butek »

How can I put any images into layers? I know how do it with text , but images ... Is it possible?

Recommended reading 2024:

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

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

Post by Stefan Kottwitz »

Hi,

welcome to the board!

Do you mean PDF layers? Or pgf/TikZ layers? Or something else?

Stefan
LaTeX.org admin
User avatar
butek
Posts: 15
Joined: Tue Feb 19, 2013 9:35 pm

Re: Images in different Layers

Post by butek »

Pdf layers
User avatar
butek
Posts: 15
Joined: Tue Feb 19, 2013 9:35 pm

Re: Images in different Layers

Post by butek »

I would like watch one image for a while and after hide this image and show another ...
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Images in different Layers

Post by Stefan Kottwitz »

So you probably mean beamer overlays, they work with text and images, have a look at 9 Creating Overlays in the beamer manual.

I would use the overlayarea environment.

Stefan
LaTeX.org admin
User avatar
butek
Posts: 15
Joined: Tue Feb 19, 2013 9:35 pm

Images in different Layers

Post by butek »

On page 85 this guide is written
Use the style “OverlayArea” to insert an overlay area.
Where and how can I set it ? In a preamble ... how ?
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Images in different Layers

Post by Stefan Kottwitz »

That's just the LyX way, you didn't say that you use LyX. With LaTeX, use \begin{overlayarea} ... \end{overlayarea} and \only commands and \includegraphics within.

Stefan
LaTeX.org admin
User avatar
butek
Posts: 15
Joined: Tue Feb 19, 2013 9:35 pm

Re: Images in different Layers

Post by butek »

It's run. :)
I have got another idea ...
I would like make slide where every elements (text or images) will be change automaticaly...
Is it possible ?
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Images in different Layers

Post by Stefan Kottwitz »

You could use \animate, described in 14.1 Animations in the manual.

Stefan
LaTeX.org admin
Post Reply