% This is a sample document for seminar.cls
%
\documentclass{seminar}
\usepackage{fancybox,pandora,color}

\def\printlandscape{\special{landscape}}    % Works with dvips.

\articlemag{1}

%% Uncomment the line below to put 2 slides to a page.
%\twoup   

%Uncomment these to get page header markings etc
\newpagestyle{327}%
{{\color{HotPink} \em You can put a neat running header in here} \hspace{\fill}\rightmark 
\hspace{\fill}\thepage}{}%
\pagestyle{327}
%\markright{Choice under uncertainty}

\slideframe{Oval}

\newcommand{\heading}[1]{%
  \begin{center}
    \large\bf
    \shadowbox{#1}%
  \end{center}
  \vspace{1ex minus 1ex}}

\newcommand{\BF}[1]{{\bf #1:}\hspace{1em}\ignorespaces}

\newcommand{\spring}[1]{%
  \begin{center}
    \large\bf
    \fcolorbox{mediumaquamarine}{yellow}{\textcolor{cyan}{#1}} %
  \end{center}
  \vspace{1ex minus 1ex}}

\newcommand{\autumn}[1]{%
  \begin{center}
    \large\bf
    \fcolorbox{chocolate}{firebrick}{\textcolor{orange}{#1}} %
  \end{center}
  \vspace{1ex minus 1ex}}


\input{rgb}

\begin{document}


\begin{slide}

\heading{What does an interferometer measure?}

\begin{itemize}
\item {\color{DarkOrchid3} Fourier Transform} of sky brightness distribution, 
{\color{DarkOrchid3} a bit}.
\end{itemize}

\end{slide}


\begin{slide}

\spring{hello there {\em !}}

\heading{Problems with stochastic dominance as a DT}

\begin{center}
  \begin{tabular}{|r|l|}\hline
    $z$ & $p(z)$\\ \hline
    \$999 & .01\\ \hline
    \$1,000,000 & .99 \\ \hline
  \end{tabular}%
  \hspace{1cm}%
  \begin{tabular}{|r|l|}\hline
    $z$ & $q(z)$\\ \hline
    \$1,000 & 1\\ \hline
  \end{tabular}
\end{center}
\end{slide}

\begin{slide}

\autumn{One thing this example illustrates is \ldots }

Anything you want to be on a single page just needs to be put into a slide
environment. 


\end{slide}


\end{document}

