\documentclass[pdf,troispoints]{prosper}
%%Use next line instead for a printable version that puts all overlays
%%together and removes full color background
%\documentclass[ps,nocolorBG,slidesBW,troispoints]{prosper}

\usepackage{color}

\onlyInPDF{
%The hyperref command can be used to control features of the final PDF file
% here it is used to set some basic info and cause acrobat to start in full
% screen mode
\hypersetup{pdftitle={LaTeX Prosper Demo},
  pdfsubject={demonstration of prosper capabilities},
  pdfauthor={J. Bloggs},
  pdfpagemode={FullScreen}
  }
}

\title{LaTeX Prosper Demo}

\author{J. Bloggs}

\begin{document}
\maketitle

\begin{slide}{The First Slide}

Basic slide

\end{slide}


\overlays{4}{
\begin{slide}{A slide using overlays to reveal items progressively}

\begin{itemize}
\FromSlide{2}
{\item Professionally crafted layouts are available. }
%which make a document really look as if ``printed''.

\FromSlide{3}
{\item The typesetting of mathematical formulae is supported in
  a convenient way. }

\FromSlide{4}
{\item The user only needs to learn a few easy-to-understand
  commands which specify the logical structure of a document. They almost
  never need to tinker with the actual layout of the document. }
\end{itemize}

\end{slide}
}

\begin{slide}[Glitter]{Transitions}
The transition effect between slides can be varied too. The transition just
performed is called Glitter. Other possible transitions are:

\begin{itemize}
\setlength{\itemsep}{0pt}
\item Split
\item Blinds
\item Box
\item Wipe
\item Dissolve
\item Glitter
\item Replace (the default)
\end{itemize}

\end{slide}

\end{document}





