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

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

Mise en place style, logos et fichier tex

File size: 1.5 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\institute{Laboratoire de l'accélérateur Linéaire}
31\date {April 6, 2006} % \today
32
33\begin{document}
34
35% Transparent: Première page
36\begin{frame}
37\maketitle
38%\textcolor{gray}{\it \scriptsize }
39\end{frame}
40
41\section*{Summary}
42\frame
43{
44 \frametitle{Outline}
45 \vfill
46 \tableofcontents [hideallsubsections]
47}
48
49%------------------------------- SECTION -------------------------%
50\section{\cmt news}
51\frame
52{
53 \frametitle{\cmt news}
54 \vfill
55 \tableofcontents [hideallsubsections]
56}
57
58%------------------------------- SECTION -------------------------%
59\section{Références}
60%------------------------------- FRAME-------------------------%
61%\frame[allowframebreaks]
62%{
63%\frametitle{Références}
64%\nocite{*}
65%\bibliographystyle{alpha}
66%\bibliography{}
67%}
68
69\end{document}
70%------------------------------- End Of File -------------------------%
Note: See TracBrowser for help on using the repository browser.