\documentclass [compress, t]{beamer} \usepackage{styles/beamerthemeMarseille} \usepackage[latin1]{inputenc} \usepackage{epsfig} \usepackage{graphicx} \usepackage{graphics} \usepackage{subfigure} \usepackage{color} \usepackage{algorithmic} \usepackage{algorithm} \usepackage{pgfarrows, pgfnodes} \usepackage{url} \usepackage{textcomp} \usepackage{url}\urlstyle{sf} \usepackage{xspace} % Macros \newcommand{\cmt} {{\em CMT}\@\xspace}% \newcommand{\svn} {{\em SVN}\@\xspace}% \setbeamercovered{dynamic} \definecolor{rltgreen}{rgb}{0,0.5,0} \pgfdeclareimage[height=1.1cm]{LogoLAL}{logos/logoLAL50ansgrand} \logo{ \pgfuseimage{LogoLAL} } \title{CMT/SVN news, \\ Atlas SW/SIT meeting} \author{Christian Arnault, Vincent Garonne} \institute{Laboratoire de l'accélérateur Linéaire} \date {April 6, 2006} % \today \begin{document} % Transparent: Première page \begin{frame} \maketitle %\textcolor{gray}{\it \scriptsize } \end{frame} \section*{Summary} \frame { \frametitle{Outline} \vfill \tableofcontents [hideallsubsections] } %------------------------------- SECTION -------------------------% \section{\cmt news} \frame { \frametitle{\cmt news} \vfill \tableofcontents [hideallsubsections] } %------------------------------- SECTION -------------------------% \section{Références} %------------------------------- FRAME-------------------------% %\frame[allowframebreaks] %{ %\frametitle{Références} %\nocite{*} %\bibliographystyle{alpha} %\bibliography{} %} \end{document} %------------------------------- End Of File -------------------------%