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

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

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: 10348
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: 10348
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: 10348
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