I try with following code, but have many errors... Am I need to install special things for create presentation? It has any special steps for starting and executing? I tried a lot. But, I could't run a simple code so far....
\documentclass[ Options]{prosper}
\title{ aa}
\subtitle{ ss}
\author{ ccc}
\institution{ssf }
\slideCaption{sfsf }
\begin{document}
\maketitle
\begin{slide} [transition] { title }
Material for the slide
\end{slide}
\overlays{n}{
\begin{slide} [transition] { title }
Material for the slide
\end{slide}
}
\end{document}

Options), or did you use real values here? – Joseph Wright May 11 '13 at 13:09prosperclass is old and has largely been replaced by thepowerdotclass. However, both of these classes require compilation withlatex+dvips(as opposed topdflatex) since they make extensive use of Postscript commands. If you've never used a LaTeX presentation class before, I would recommendbeameroverpowerdot. Most people here prefer it. See Which package to use for presentations ? Beamer, Prosper, or Other for some discussion. – Alan Munn May 11 '13 at 13:09beamermanual has a wonderful tutorial. See also Simple Beamer Template for Total Beginners. – Alan Munn May 11 '13 at 14:16beamerwas made forpdflatex, so just runpdflatexon the file. If you have to usepstricksin your slides, have a look atpowerdot. – Uwe Ziegenhagen May 11 '13 at 15:16