\documentclass{beamer}

\mode<presentation>
{
  \usetheme{Boadilla}
  % possiblities Singapore, Malmoe, Dresden 
  \setbeamercovered{transparent}
}

 
%\setbeamertemplate{navigation symbols}{} 
% removes the navigation symbols

%color setting more or less matching U of A colors
\setbeamercolor*{palette secondary}{use=structure,fg=white,bg=structure.fg!55!black}
\setbeamercolor*{palette tertiary}{use=structure,fg=white,bg=red!50!black}

\usepackage[english]{babel}
\usepackage[latin1]{inputenc}
\usepackage{times}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage{amsfonts}

\title{Beamer}
\subtitle{Mostly Pilfered from Kathleen Holm} 

\author{John Pate}


\institute{Program in Applied Math,\\
 University of Arizona}
\date{September 15, 2008, SWIG}


% Delete this, if you do not want the table of contents to pop up at
% the beginning of each section:
\AtBeginSection[]
{
  \begin{frame}<beamer>
    \frametitle{Outline}
    {
    \tableofcontents[currentsection]
        }
  \end{frame}
}

% If you wish to uncover everything in a step-wise fashion, uncomment
% the following command: 
%\beamerdefaultoverlayspecification{<+->}


\begin{document}

\begin{frame}
  \titlepage
\end{frame}


\section{Introduction}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%(1)
\begin{frame}
  \frametitle{Features of beamer}
\begin{itemize}
\item Complicated, elegant templates
\item Viewers can see the progress of the presentation
\item Nice boxes for theorems, definitions, etc.
\item Easy to use once you know LaTex
\item With extra options and goodness comes complication
\end{itemize}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%(2)


\begin{frame}
  \frametitle{.tex file Setup}  
  
\small{
\begin{columns}
\column{3in}
$\backslash$documentclass[ options ]\{beamer\}\\

$\backslash$mode$<$presentation$>$\\
\{\\
  $\backslash$usetheme[ options ]\{ name \}\\
  $\backslash$usecolortheme[ options ]\{ name \}\\
\}\\[.2cm]
$\backslash$title\{Title of Presentation\}\\
$\backslash$subtitle\{\}\\
$\backslash$author\{Author's name\}\\
$\backslash$institute\{University of Arizona\}
$\backslash$begin\{document\}\\
\vspaece*{0.2cm}
\hspace*{.3cm}$\backslash$begin\{frame\}\\
\hspace*{.5cm}$\backslash$titlepage\\
\hspace*{.3cm}$\backslash$end\{frame\}\\[.4cm]
\column{3in}
$\backslash$section*\{Outline\}\\
\hspace*{.3cm}$\backslash$begin\{frame\}\\
\hspace*{.5cm}$\backslash$tableofcontents\\
\hspace*{.3cm}$\backslash$end\{frame\}\\
...\\
$\backslash$section\{Name of Section\}\\
$\backslash$subsection\{...\}\\
\hspace*{.3cm}$\backslash$begin\{frame\}\\
\hspace*{.3cm}$\backslash$frametitle\{ slide's title \}\\
\hspace*{.5cm} content of slide\\
\hspace*{.3cm}$\backslash$end\{frame\}\\[.2cm] 
$\backslash$section\{Another Section\}\\
...\\
$\backslash$end\{document\}
\end{columns}
}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%(4)
\begin{frame}
\frametitle{Sample Content}
\begin{block}{This is the block title}
\begin{enumeration}
\item This is a list inside the block
\item more of the list
\end{enumeration}
\end{block} 

\begin{columns}
\column{2in}
This is a column enviornment\\
$\backslash$begin\{columns\}\\
$\backslash$column[width=1in]\\
you can divide the space up\\
$\backslash$column[width=1in]\\
into as many columns as desired\\
$\backslash$end\{columns\}\\

\column{2in}
This is a .png file of my puppies\\
\begin{center}
\includegraphics[width=2in]{./puppies.png}
\end{center}   
\end{columns}
\end{frame}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%(1)
\section{Overlays}
\begin{frame}[fragile]

\begin{itemize}
 \item You can create easy slide overlays
\pause
\item Whenever you \pause include \pause the command \pause \begin{verbatim}\pause\end{verbatim} \pause you get a \pause p\pause a\pause u\pause s\pause e
\pause\item It can help your presentations
\pause\item But used poorly can be annoying

\end{itemize}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{more overlays}
\begin{itemize}
\item <2> It means: Show this line only 

\item <3-> $<3->$ this shows up on slides 3 and after

\item <1> You can also use the $<1>$ command to create overlays

\item <6> The

\item <2> on slide $<2>$ two of the frame

\item <6> End

\item <4-5> This shows up from the fourth until the fifth slide $<4-5>$.

\item <-4> This shows up until the fifth slide $<-4>$.

\end{itemize}
\end{frame}

\section{Math\!}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%(1)
\begin{frame}
\frametitle{Theorems, Definitions, Proofs,...}

\begin{itemize}
\item Beamer supports environments to make professional looking theorems\\
\item Uses $\LaTeX$ commands so it is easy

\end{itemize}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%(2)
\begin{frame}
\frametitle{example of what we want}


\begin{block}{Definition:}
The \textbf{Riemann Zeta function} is defined, for all $s \in \mathbb{C}$, by\\
$\zeta(s)=\sum\limits_{n=1}^{\infty}\frac{1}{n^s}=\prod\limits_{p \in \mathbb{P}} \frac{1}{1-p^{-s}}$\\[1cm]
\end{block}
\pause
\begin{block}{Riemann's Hypothesis}
All non-trivial zeros of $\zeta(s)$ have real part one-half.
\end{block}

\pause
\begin{block}{}
\paragraph{Proof:} Sketch of proof $\ldots$ Notice there is no title to this block.
\begin{flushright}$\diamondsuit$\end{flushright}

\end{block}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%(3)


\section{Conclusions}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Conclusions}
\begin{itemize}
\item Beamer has the most functionality, and changable options\\
\item Something for everyone: simplicity vs complexity, \\visually boring vs stylish\\
\item Will require some research on documentation and patience.
\end{itemize}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{For more information:}
To download, see examples, etc..\\
\hspace*{1cm}\texttt{ http://latex-beamer.sourceforge.net/}\\
\hspace*{1cm} It comes with the latest download of the $\LaTeX$ package\\[1cm]
For Documentation:\\
\hspace*{1cm}Search the web.  A good guide \textit{beameruserguide.pdf}\\
\hspace*{1cm}There is plenty of help out there if want it
\end{frame}


%\input{BeamerIntro.tex}
%\input{BeamerOverlays.tex}
%\input{funmath.tex}
%\input{BeamerConcl.tex}

\end{document}



