%##############################################################################
%  PRESENTATION TEMPLATE.TEX
%
%  DESCRIPTION
%    This document is a template TEX file for a BEAMER presentation.
%
%  AUTHOR
%    Taylor Hines, taylor.hines@asu.edu
%
%  MODIFICATION HISTORY
%    05/11/09 - Date of creation
%
%  NOTES
%    You definitely do not need to acknowledge me in any way if you
%    use this template.  This document has probably been borderline
%    copied from other people.  In fact, you should probably just
%    delete this paragraph.
%
%##############################################################################
%##############################################################################
%
%       TITLE:
%
%       AUTHOR:
%
%       DATE:
%
%
%##############################################################################
%##############################################################################
%
%   SETTINGS AND PACKAGES
%
\documentclass[compress]{beamer}

\input{BEAMERoptions.tex}

\usepackage{graphics,multimedia,times,url}
\usepackage[english]{babel}

\title{Sample BEAMER Presentation}
\author{ Author\thanks{author@asu.edu} }
\date{May 11, 2009}

\institute[Mathematics and Statistics]{
\includegraphics[height=.85cm]{ASUlogo.pdf} \\
{\color{ASUred} SCHOOL OF \textbf{MATHEMATICAL AND STATISTICAL SCIENCES}}}

%#############################################################################
%#############################################################################
%
%   BEGIN PRESENTATION
%
\begin{document}

%#############################################################################
%#############################################################################
%
%       TITLE FRAME
%
\begin{frame}[plain]
	\titlepage
	\transboxout
\end{frame}

%#############################################################################
%#############################################################################
%
%       INTRODUCTION
%
\section{Introduction}\label{Introduction}

\begin{frame}\frametitle{Introduction}
\end{frame}

%#############################################################################
%#############################################################################
%
%       CONCLUSION
%
\section{Remarks}\label{Remarks}

\begin{frame}\frametitle{Remarks}
\end{frame}

%#############################################################################
%#############################################################################
%
%       ACKNOWLEDGMENTS
%
\section{Acknowledgments}\label{Acknowledgments}

\begin{frame}\frametitle{Acknowledgments}
\end{frame}

%##############################################################################
%##############################################################################
%
%       END OF PRESENTATION
%
\end{document}
