\documentclass{beamer}

\setbeamercovered{transparent}

%\usetheme{Antibes}
%\usetheme{AnnArbor}
%\usetheme{Bergen}
%\usetheme{Berkeley}
%\usetheme{Berlin}
%\usetheme{Boadilla}
%\usetheme{boxes}
%\usetheme{CambridgeUS}
%\usetheme{Copenhagen}
%\usetheme{Darmstadt}
%\usetheme{default}
%\usetheme{Dresden}
%\usetheme{Frankfurt}
%\usetheme{Goettingen}
%\usetheme{Hannover}
%\usetheme{Ilmenau}
%\usetheme{JuanLesPins}
%\usetheme{Luebeck}
%\usetheme{Madrid}
%\usetheme{Malmoe}
%\usetheme{Marburg}
%\usetheme{Montpellier}
%\usetheme{PaloAlto}
%\usetheme{Pittsburgh}
%\usetheme{Rochester}
%\usetheme{Singapore}
%\usetheme{Szeged}
%\usetheme{Warsaw}



%\usecolortheme{albatross}
%\usecolortheme{beaver}
%\usecolortheme{beetle}
%\usecolortheme{crane}
%\usecolortheme{default}
%\usecolortheme{dolphin}
%\usecolortheme{dove}
%\usecolortheme{fly}
%\usecolortheme{lily}
%\usecolortheme{orchid}
%\usecolortheme{rose}
%\usecolortheme{seagull}
%\usecolortheme{seahorse}
%\usecolortheme{sidebartab}
%\usecolortheme{whale}
%\usecolortheme{wolverine}


%\usefonttheme{default}
%\usefonttheme{professionalfonts}
%\usefonttheme{serif}
%\usefonttheme{structurebold}
%\usefonttheme{structureitalicserif}
%\usefonttheme{structuresmallcapsserif}


\begin{document}
\title{The Introduction to Beamer\\
to End All Introductions to Beamer
}
\author{Your Name Here}
\institute{University of Arizona}
\date{July 16, 2008}




	\begin{frame}

\maketitle

	\end{frame}


\frame{
	$$
	\begin{pmatrix}
	1 & 2 &  3 \\
	4 & 5 & 6 \\
	7 & 8 & 9
	\end{pmatrix}
	$$
}

\frame{
	\begin{center}
		\begin{tabular}{cc}
		Hello	& Good bye \\
	\hline $x^2$	& $\sin \alpha$	
		\end{tabular}
	\end{center}
}


\frame{
 \begin{itemize}
  \item<1-> No more than
  \item<2-> 5 to 6
  \item<3-> lines
  \item<4-> per page.
  \end{itemize}
}


\frame{
	\begin{itemize}
\item Peek
\pause
\item A
\pause
\item Boo
	\end{itemize}
}

\frame{

Peek
\pause

A

\pause

Boo

}


\frame{
	\only<1-2>{Peek\\}
	\only<2-3>{A\\}
	\only<3>{Boo}
}



\frame{
		\frametitle{Debugging Tips}

	\begin{itemize}
	\item <+-| alert@+> Tex slowly
	\item <+-| alert@+> Check your code often
	\end{itemize}
}




\end{document}