source: atlas/presentations/CMT06-04-2006-sit.tex @ 163

Last change on this file since 163 was 163, checked in by garonne, 18 years ago

ajouts

File size: 1.6 KB
Line 
1\documentclass [compress, t]{beamer}
2\usepackage{styles/beamerthemeMarseille}
3\usepackage[latin1]{inputenc}
4\usepackage{epsfig}
5\usepackage{graphicx}
6\usepackage{graphics}
7\usepackage{subfigure}
8\usepackage{color}
9\usepackage{algorithmic}
10\usepackage{algorithm}
11\usepackage{pgfarrows, pgfnodes}
12\usepackage{url}
13\usepackage{textcomp}
14\usepackage{url}\urlstyle{sf}
15\usepackage{xspace} 
16
17% Macros
18\newcommand{\cmt}    {{\em CMT}\@\xspace}%
19\newcommand{\svn}    {{\em SVN}\@\xspace}%
20
21\setbeamercovered{dynamic}
22
23
24\definecolor{rltgreen}{rgb}{0,0.5,0}
25\pgfdeclareimage[height=1.1cm]{LogoLAL}{logos/logoLAL50ansgrand}
26\logo{ \pgfuseimage{LogoLAL} }
27
28\title{CMT/SVN news, \\ Atlas SW/SIT meeting}
29\author{Christian Arnault, Vincent Garonne\\
30\{arnault,garonne\}@lal.in2p3.fr}
31\institute{Laboratoire de l'accélérateur Linéaire}
32\date {April 6, 2006} % \today
33
34\begin{document}
35
36% Transparent: Première page
37\begin{frame}
38\maketitle
39%\textcolor{gray}{\it \scriptsize }
40\end{frame}
41
42\section*{Summary}
43\frame
44{
45 \frametitle{Outline}
46 \vfill
47 \tableofcontents [hideallsubsections]
48}
49
50%------------------------------- SECTION -------------------------%
51\section{\cmt news}
52\frame
53{
54 \frametitle{\cmt news}
55 \begin{block}{A new \cmt release : Version v1r18p20060301}
56\begin{itemize}
57 \item blah...blah...
58\end{itemize}
59\end{block}
60}
61
62%------------------------------- SECTION -------------------------%
63\section{Références}
64%------------------------------- FRAME-------------------------%
65%\frame[allowframebreaks]
66%{
67%\frametitle{Références}
68%\nocite{*}
69%\bibliographystyle{alpha}
70%\bibliography{}
71%}
72
73\end{document}
74%------------------------------- End Of File -------------------------%
Note: See TracBrowser for help on using the repository browser.