\documentclass{beamer}
\mode<presentation>
\usepackage{amssymb}
\usepackage{color}
\usetheme{Warsaw}
\title{Mathematics at Oxford}
%Insert in the braces the title of the presentation
\author{A Smith}
%Insert in the braces the name(s) of the author(s)
\date{2 February 2011}
%Insert in the braces the date of the presentation
\institute{Mathematical Institute, University of Oxford}
%Insert in the braces the name of the Institution the author is affliated too.  Can be left blank.

\begin{document}

%The first frame
\begin{frame}
\titlepage
\end{frame}


%The second frame.  This creates a table of contents or an overview of the presentation and can be removed if not required.
\begin{frame}
\frame{Outline}
\tableofcontents
\end{frame}

\section{Undergraduate Mathematics Courses}

\begin{frame}
\frametitle{Undergraduate Mathematics Courses}% Insert title.
There are four undergraduate courses. These are:

\begin{enumerate}
\item Mathematics
\item Mathematics \& Computer Science
\item Mathematics \& Philosophy
\item Mathematics \& Statistics
\end{enumerate}

\end{frame}

\section{Some Fact and Figures}

\begin{frame}
\frametitle{Some Facts and Figures}% Insert title.
% Text can be typed here or included in environments such as enumerate, itemize, theorem e.t.c.
The following facts about the Mathematics students will be of interest:

\medskip

\pause

\textbf{Offers made for October 2010} 

\medskip
\small{
\begin{tabular}[h]{|l|c|c|c|c|}
\hline
& Maths & Maths \& CompSci & Maths \&Phil & Maths \& Stats\\
\hline
Number  & 184 & 21 & 17 & 29\\
\hline
\end{tabular}}


\pause
\medskip

\textbf{Part C Students Examined in 2010}

\medskip
\small{
\begin{tabular}[h]{|l|c|c|c|c|}
\hline
& Maths & Maths \& CompSci & Maths \&Phil & Maths \& Stats\\
\hline
Number  & 106 & 13 & 17 & 12\\
\hline
\end{tabular}}
\end{frame}


\section{Some Equations You May Study}

\begin{frame}
\frametitle{Some Equations You May Study}
\begin{block}{D'Alembert's Wave Equation}
\begin{equation}
\frac{\delta^2y}{\delta t^2}=c^2\frac{\delta^2y}{\delta x^2}
\end{equation}
\end{block}

\begin{block}{Cayley-Hamilton Theorem}
\begin{equation}
\chi_{A}(A)=0
\end{equation}
\end{block}

\end{frame}


\end{document}
%

