\documentclass[hyperref=pdftex, presentation]{beamer}
% Replacing 'presentation' with 'handout' in the above line
% will produce 4 slides per page.
% The hyperref option makes it possible to include hyperlinks.

\mode<presentation> {
\usetheme{Boadilla}
\setbeamercovered{transparent}
}

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

\mode<handout>{
\usepackage{pgfpages}
\pgfpagesuselayout{4 on 1}[letterpaper,landscape,border shrink=5mm]
\setbeamercolor{background canvas}{bg=black!10} }

\setbeamertemplate{footline}
{
\leavevmode%
\hbox{%
\begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,center]{author
	in head/foot}%
	\usebeamerfont{author in head/ foot}\insertshortauthor%&\approx& (\insertshorti
\end{beamercolorbox}%
\begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,center]{title
	in head/foot}%
	\usebeamerfont{title in head/foot}\insertshorttitle
\end{beamercolorbox}%
\begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,right]{date in
	head/foot}%
	\usebeamerfont{date in head/foot}\insertshortdate\hspace*{2em}
	\insertframenumber / \inserttotalframenumber\hspace*{2ex}
\end{beamercolorbox}}%
\vskip0pt%
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%\title[GEANT4/EGS5]{GEANT4/EGS5}

\title{Gain cal}

\author{Sho Uemura}
%\institute[SLAC]{SLAC\\}
\date[August 30, 2012]

\begin{document}

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

\begin{frame}{Hit energy distributions}
	\begin{center}
		\includegraphics[width=\textwidth]{formula}
	\end{center}
\end{frame}

\begin{frame}{MC and data}
	\begin{center}
		\includegraphics[width=0.4\textwidth]{ecalgainplots_counts_sim}
		\includegraphics[width=0.4\textwidth]{ecalgainplots_counts_data}
	\end{center}
\end{frame}

\begin{frame}{E/p distributions}
	\begin{center}
		\includegraphics[width=0.4\textwidth]{nohv4_gains}
		\includegraphics[width=0.4\textwidth]{gain4_gains}

		\includegraphics[width=0.5\textwidth]{uncal_espread}
		\includegraphics[width=0.5\textwidth]{gain4_espread}
	\end{center}
\end{frame}

\end{document}

