Am Montag 15 Juli 2013, 13:30:15 schrieb Patrick Dupre:
> How can I get an overlay of pictures with lyx?
>
> I tried:
> \onslide<1>includepgraphics
>
> but the next picture is not at the cover the previous, it is moved down like
> if there are not overlay. The overlay works but just the picture
> position is wrong.
In LaTeX:
\begin{overprint}
\onslide<1>\includegraphics{pic1}
\onslide<2>\includegraphics{pic2}
\end{overprint}
There's not much GUI support for this in LyX 2.0. You can use the "Overprint"
paragraph style and insert the \onslide<1> in ERT.
Also in this regard, the beamer layout will be much improved in forthcoming
LyX 2.1.
Jürgen