fromtoSlides command
Brought to you by:
goualard
Hi,
I would find convenient a command who allow to define
overlapping from one slide to another one.
For example, when I want an element to appear from the
slide 3 to 6, I have to do:
\onlySlide{3}{element}
\onlySlide{4}{element}
\onlySlide{5}{element}
\onlySlide{6}{element}
It could be much more convenient to define:
\fromtoSlide{3}{6}{element}
Well, that's all... I really don't know if it is really
hard to code (I haven't any clue about TeX programming
now).
Anyway, you have done a great job by doing this
package. I really enjoy to do slides now ! :-)
Thanks.
--
Emmanuel
Logged In: NO
Hi.
Actually, I do this frequently with two of the existing cmds:
\fromSlide3{
\untilSlide6{
element
}
}
Cheers,
Immir
Logged In: YES
user_id=1084025
I concur. This would be a great feature, and one I was going to request
before I saw that someone had already done so.
And, thanks for all the work you've done so far!
-Richard