RE: different transition per overlay

"Hendri Adriaens" <[email protected]>
Newsgroups gmane.comp.tex.latex.prosper.user
Message-ID <[email protected]>
> This seams like a basic question, but I can't find any documentation on
> it. Is there a way to specify a transition per overlay? I'd like to have
> one transition to start the slide, a different transition for the first 2
> overlays, then another transition for ... well, you get the idea.

Basically this is not possible since that would create a very bad
presentation.
But you can always hack the system. Either copy & paste the entire slide
and do not use overlays but let every slide have its own transition or do
something like
\documentclass[pdf]{prosper}
\begin{document}
\overlays{3}{
  \ifnum\value{overlaysCount}=1%
    \def\temp{\begin{slide}[Wipe]{test}Wipe\\}\fi
  \ifnum\value{overlaysCount}=2%
    \def\temp{\begin{slide}[Replace]{test}Replace\\}\fi
  \ifnum\value{overlaysCount}=3
    \def\temp{\begin{slide}[Box]{test}Box\\}\fi
\temp
test test test test test test test test test test test test test test
\fromSlide{2}{test test test test test test test test test test test}
\fromSlide{3}{test test test test test test test test test test test}
\end{slide}
}
\end{document}

> Also, I found that on linux with acrobat 5, I need to close and reload
> acrobat each time I regenerate the .pdf file -- has anyone found a way to
> get acrobat to stay open see the changes in the file?

This requires some programming: the editor should engage DDE with
acrobat. Contact your editors author.

-Hendri.



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.