|
Sign in |
|
“Prosper is a LaTeX class for writing transparencies. It is written on top of the seminar class by Timothy Van Zandt. It aims at offering an environment for easily creating slides for both presentations with an overhead projector and a video projector. Slides prepared for a presentation with a computer and a video projector may integrate animation effects, incremental display, and such. ”
Example 1.9. prosper Example \documentclass[slideColor,colorBG,pdf,azure]{prosper}
\usepackage{textcomp}
\title{The \texttt{Prosper} Class}
\subtitle{Producing Slides with \LaTeX}
\author{John Doe}
\email{jd@eval.com}
\institution{The Evaluation Company}
\slideCaption{Slides with \texttt{Prosper}/\LaTeX}
\begin{document}
\maketitle
\overlays{3}{
\begin{slide}{Introduction}
The \texttt{Prosper} class translates into two different formats:
\begin{itemize}
\item Adobe\textregistered\ \it{Postscript}\texttrademark
\item Adobe\textregistered\ \it{Portable Document Format}
\texttrademark\ (PDF)
\end{itemize}
The compilation process:\\
\fromSlide*{1}{\fbox{\LaTeX}}%
\fromSlide*{2}{$\rightarrow$ \fbox{DVI}}%
\fromSlide*{3}{$\rightarrow$ \fbox{PostScript} or \fbox{PDF}}%
\end{slide}
}
\end{document}
http://sourceforge.net/projects/prosper/ (last time checked: 2009-04-24) |