\documentclass[pdf,
  ps2pdf,
  hyperfigures,
  hypertex,
  breaklinks,
  final,
  slideColor,
  colorBG,
  lignesbleues]
{prosper}

%\documentclass[pdf,ps2pdf,final,slideColor,colorBG,rcore]{prosper}
%\documentclass[ps,nocolorBG,noaccumulate,rcore]{prosper}
\usepackage{psfrag}
\DefaultTransition{Split}
\hypersetup{colorlinks,linkcolor=red,urlcolor=red}

\newcounter{mypagecount}

%\Logo(0,0){\includegraphics[width=3cm]{statscrest_side_sm.eps}}

\title{The \textsf{prosper} Package}
\author{David J. Scott}
\email{d.scott@auckland.ac.nz}
\institution{\hypertarget{startslide}{Department of Statistics, University of Auckland}}
%\include{rcoredefs}





\begin{document}
\refstepcounter{mypagecount}\label{titleslide}
\maketitle


\overlays{7}{
\begin{slide}{A Slide with Overlays}\label{slide2}
\stepcounter{mypagecount}
\fromSlide{1} {\vspace{-0.5cm}
The \textsf{prosper} manual is available on the\\
    \href{http://www.stat.auckland.ac.nz/~dscott/782/}
    {STATS 782 Homepage}}\\


\fromSlide{2} {The manual covers the following topics}
  \begin{itemize}
    \fromSlide{3} {\item some examples of styles and the files used}
    \fromSlide{4} {\item structure of a \textsf{prosper} \LaTeX\ file}
    \fromSlide{5} {\item options for the class}
    \fromSlide{6} {\item the preamble}
    \fromSlide{7} {\item overlays}
\end{itemize}
\end{slide}
}




\begin{slide}{Internal Links}
\stepcounter{mypagecount}

There is nothing interesting to read on this page!\\

\vspace{1cm}
Best go back to \hyperlink{startslide}{the first slide} or
slide \pageref{slide2}

\vspace{1cm}
I can link using my own counter: this will also take
you to slide \pageref{titleslide}



\end{slide}
\end{document}

