\documentclass{beamer}

\mode<presentation>
{ \usetheme{Copenhagen} }

\AtBeginSection[]
{
   \begin{frame}
       \frametitle{Outline}
       \tableofcontents[currentsection]
   \end{frame}
}

\usepackage{graphicx}

\title{scripts.mit.edu}
\author{Noah Jessop \and Quentin Smith \\ \texttt{scripts@mit.edu}}
\institute{Student Information Processing Board}
\date{May 28, 2008}

\begin{document}

% Title slide - do not change
\begin{frame}
    \titlepage
\end{frame}

\include{summary}

%\include{contents}

\include{screenshots}

\include{services}

%\include{backend}

%\include{AFS}
%\include{suexec}
%\include{kerberos}
%\include{httpdmods}
%\include{LVS}


\begin{frame}[fragile]
  \frametitle{Demos}
  \begin{verbatim}
    athena% add scripts
    athena% scripts
  \end{verbatim}
\end{frame}

\include{scriptshome}

\include{load}

\include{closing}

\end{document}
