“powerdot is a presentation class for LaTeX that allows for the quick and easy development of professional presentations. It comes with many tools that enhance presentations and aid the presenter. Examples are automatic overlays, personal notes and a handout mode. To view a presentation, DVI, PS or PDF output can be used. A powerful template system is available to easily develop new styles. ”
Example 4.2. powerdot Example
\documentclass{powerdot}
\pdsetup{
lf=A simple example,
rf=Hendri Adriaens and Christopher Ellison
}
\title{A simple example}
\author{Hendri Adriaens \and Christopher Ellison}
\begin{document}
\maketitle
\begin{slide}{A simple example}
\begin{itemize}
\item Overlays \pause
\item are very \pause
\item simple
\end{itemize}
\end{slide}
\end{document}
The list of mandatory packages can be found in the PDF documentation of the powerdot class.