stefano franchi <stefano.franchi <at> gmail.com> writes:
>\multiinclude[<+>][format=pdf,start=1,end=3,graphics={height=2cm}]
{Pdf-file-prefix}
[...]
>
> But I cannot figure out to preserve the diagram when I uncover the
> text after it. For instance, I have 3 steps in the diagram above, and
> I thought the following (regular lyx) would work:
>
> • <4->first textual item
> • <5-> second textual item
>
> Instead, what happens is that when item 4 (and later item 5) are
> shown, the diagram disappears.
The specification <+> in multiinclude says to show each part only on one
overlay. If there are three parts to the diagram, change that to <+,4-> which
will show each part in isolation on one of the first three overlays, then all
parts from the fourth overlay onward.
Paul