\documentclass[presentation]{polyout}
%\documentclass[printable]{polyout}
%\documentclass[article]{polyout}

\usetheme{Warsaw}
\usecolorthemes{}{seagull}

\title{Simple example}
\stitle{Shows an overview of \emph{polyout} possibilities}
\author{Nathana\"el Cottin}
\keywords{latex, polyout} % Only appear in article mode
\contact{contact@ncottin.net}
\website{http://www.ncottin.net}

\version{0.0.1}
\date{\today}	% Displays version number

\begin{document}

\frame{
	\maketitle
}

\begin{abstract}
\emph{polyout} is a powerful \LaTeX\ class designed to
help reseachers and teachers make presentations and
corresponding explainations using a single source file.
\end{abstract}

\tableofcontents

\section{Introduction}
\par Introduction goes here

\frame{
	\frametitle{Simple example introduction}
	
	Notice that frame title and section title are
	different
}

\section{Missing options}
\par Other options may be added to change the output
appearance:

\frame{
	\frametitle{Options to set}
	
	\begin{itemize}
		\item nonavbar
		\item pnum
		\item scientific
		\item compress
		\item twoside
		\item \dots
	\end{itemize}
}

\end{document}
