%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%(1)
\begin{slide}{why Prosper?}
\begin{itemize}
\item fairly easy to use
\item visual appeal
\end{itemize}
\end{slide}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%(2)
\begin{slide}{Setup the .tex file for prosper}
\begin{verbatim}
\documentclass[ options ]{prosper}

\title{Title of the Presentation}
\subtitle{text}
\author{Name of the author}
\institution{University of Arizona}
\slideCaption{caption text}
\end{verbatim}
\vspace{.2cm}
\tiny{...to be continued}
\end{slide}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%(3)
\begin{slide}{documentclass Options}
\begin{itemize}
\item final, or draft
\item total, or nototal 
\item slideBW, or slideColor
\item colorBG, or noColorBG
\item ps, or pdf
\item noaccumulate, accumulate
\item troispoints, azure, etc
\end{itemize}
\vspace{.4cm}
~23 different styles to choose from!
\end{slide}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%(4)
\begin{slide}{Setup the .tex file for prosper}
\begin{verbatim}
\begin{document}
\maketitle

\begin{slide}[ transition ]{slide title}
    insert slide text here
\end{slide}

\end{document}
\end{verbatim}
\vspace{.4cm}
transtions include split, blinds, box, wipe, dissolve, glitter, replace
\end{slide}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%(5)
\begin{slide}{slide example}
\begin{verbatim}
\begin{slide}[Glitter]{neat property}

\begin{displaymath}
\int_{-\infty}^\infty
              \delta(x-a) f(x) dx = f(a)
\end{displaymath}

\end{slide}
\end{verbatim}
\end{slide}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%(6)
\overlays{2}{
\begin{slide}[Glitter]{neat property}
\fromSlide{1}{
\begin{displaymath}
\int_{-\infty}^\infty \delta(x-a) f(x) dx = f(a)
\end{displaymath}}
\vspace{2cm}
\fromSlide{2}{\textbf{Delta functions!}... distributions?}
\end{slide}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%(7)
\overlays{4}{
\begin{slide}{Overlays}
\fromSlide{1}{We can add animation\\[.8cm]}
\fromSlide{2}{\hspace*{.5cm}using Overlays}
\fromSlide{3}{to delay\\[.8cm]}
\fromSlide{4}{\hspace*{.8cm}when things are displayed!}
\end{slide}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%(8)
\overlays{2}{
\begin{slide}{Overlays}
\fromSlide{1}{
$\backslash$\textbf{overlays}\{n\}\{\\
$\backslash$begin\{slide\}[transition]\{slide title\}\\[.5cm]

$\backslash$end\{slide\}\}}\\[.5cm]
\fromSlide{2}{
\begin{itemize}
\item $\backslash$fromSlide\{p\}\{stuff\}.\\Puts stuff on slides p through n;
\item $\backslash$onlySlide*\{p\}\{stuff\}.\\Puts stuff on slide p only, * indicates replacement;
\item $\backslash$untilSlide\{p\}\{stuff\}.\\Puts stuff on slides 1 through p;
\end{itemize}}
\end{slide}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%(9)
\begin{slide}{using Minipage to divide up a slide}
\begin{minipage}{4cm}
Spherical bessel\\ function\\[.5cm]
$j_n(x) = $\\
$(-x)^n(\frac{1}{x}\frac{d}{dx})^n \frac{sinx}{x}$
\end{minipage}
\begin{minipage}{6cm}
\includegraphics[width=6cm]{bessel}
\end{minipage}

\end{slide}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%(10)
\begin{slide}{Minipage continued}


$\backslash$begin\{slide\}[transition]\{slide title\}\\[.2cm]

$\backslash$begin\{\textbf{minipage}\}\{width of left box\}\\[.2cm]
content of left section\\[.2cm]
$\backslash$end\{\textbf{minipage}\}\\[.5cm]

$\backslash$begin\{\textbf{minipage}\}\{width of right box\}\\[.2cm]
content of right section\\[.2cm]
$\backslash$end\{\textbf{minipage}\}\\[.2cm]

$\backslash$end\{slide\}

\end{slide}

\begin{slide}{Advantages and Disadvantages}
\begin{itemize}
\item Fairly simple\\
\item More Color $=$ more fun\\
\item More functionality than Foiltex\\
\end{itemize}
\end{slide}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%(the end) 