PPower4 is a
post processor for LaTeX files to build pages step by step.
PPower4 provides a small LaTeX
package (pause.sty) which let's the
user insert small coloured spots (using the command
\pause) in the PDF file where a
break should be make during display. During postprocessing
PPower4 removes these coloured chunks and
adjusts the page number. This leads to the impression that
the same page is displayed step by step.
Additional packages are provided for setting background
colours (background.sty) and page
transitions (pagetrans.tex) - this
actually is a feature of hyperref.sty
and can be used with any LaTeX based solution.
9.1.1. Example
Example 1.8. PPower4 Example
...
% example for PDF pagetransition
\Dissolve
...
\begin{itemize}
\item item 1\pause
\item item 2\pause
\item item 3\pause
\end{itemize}
...