
\documentclass{seminar}
 
\usepackage{fancybox,semcolor}
\input rgb.tex

 
 \newpagestyle{mypage}
{\hfil\Large\textbf{\textcolor{chocolate4}{\thetitle}}\hfil}
{\hfil
\tiny\textcolor{royalblue}{Dr. May Boggess, Dept. Statistics, Texas A \& M University}
\hfil\thepage}

\begin{document}


\title{{The title of this talk}}
 

\pagestyle{mypage}
 \slideframe{oval}
 \color{navy}{
\begin{slide}

Go to 
\small{{\tt http://www.ctan.org/tex-archive/macros/latex/contrib/seminar/}}
and download seminar.zip (look near the top of the page).
From this put
seminar.cls, seminar.sty, sem-page.sty and semcolor.sty
in the same folder as your .tex file.

I also wanted more options for nice slide frames, so
I downloaded fancybox.sty from
\small{{\tt http://www.ctan.org/tex-archive/macros/latex/contrib/fancybox/}.}

Then I wanted to have more colors to choose from, so I found
\small{{\tt http://www-astro.physics.ox.ac.uk/\~kmb/latex\_colour.html}}
and downloaded rgb.tex.


\end{slide}

\begin{slide}

 Use {\tt documentclass\{seminar\}} and follow that with 
 {\tt usepackage\{fancybox,semcolor\}}. If you want
 more colors with good names also do
 {\tt input rgb.tex}.
 
 To create the slides, do {\tt latex filename.tex} to create the .dvi as usual.
 The do {\tt dvips -t landscape filename} to create a .ps which knows
 it is in landscape! Then  finally {\tt ps2pdf filename.ps} to get the .pdf.
 Control L in Adobe gives full screen. Page up and down to move pages.
 Escape to get off full screen mode.
 
\end{slide}
}
\end{document}