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

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

ajout references

File size: 3.3 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\usepackage{listings}
17
18% Beamer Options
19\setbeamercovered{dynamic}
20\setbeamertemplate{blocks}[rounded][shadow=true]
21\setbeamertemplate{background canvas}[vertical shading][bottom=white,top=structure.fg!20]
22
23%%%% macros %%%%
24
25% Macros
26\newcommand{\cmt}    {{\em CMT}\@\xspace}%
27\newcommand{\svn}    {{\em SVN}\@\xspace}%
28
29\setbeamercovered{dynamic}
30
31
32\definecolor{rltgreen}{rgb}{0,0.5,0}
33\pgfdeclareimage[height=1.1cm]{LogoLAL}{logos/logoLAL50ansgrand}
34\logo{ \pgfuseimage{LogoLAL} }
35
36\title{CMT/SVN news, \\ Atlas SW/SIT meeting}
37\author{Christian Arnault, Vincent Garonne\\
38\{arnault,garonne\}@lal.in2p3.fr}
39\institute{Laboratoire de l'accélérateur Linéaire}
40\date {April 6, 2006} % \today
41
42\begin{document}
43
44% Transparent: Première page
45\begin{frame}
46\maketitle
47%\textcolor{gray}{\it \scriptsize }
48\end{frame}
49
50\section*{Summary}
51\frame
52{
53% \frametitle{Outline}
54 \vfill
55   \begin{block}{Outline}
56 \tableofcontents[hideallsubsections]
57 \end{block}
58}
59
60%------------------------------- SECTION -------------------------%
61
62\section{\cmt news, feedbacks and futur improvements}
63\subsection{The new v1r18p20060301 release}
64
65%---- Slide 1 -----%
66\frame [allowframebreaks]
67{
68 \frametitle{\cmt news}
69 
70 \begin{block}{New \cmt release (version v1r18p20060301)}
71\begin{itemize}
72     \item Should be the stable v1r18 in the futur
73     \item See Changelog~\cite{cmt_changelog} for more informations
74     \item Tested on the nightlies with no  problems
75\end{itemize}
76\end{block}
77   
78 \begin{block}{New \cmt release (version v1r18p20060301)}
79\begin{itemize}   
80    \item No major improvements but fixed several problems with the existing  CMT versions, including:     
81     \begin{itemize}
82      \setbeamertemplate{itemize items}[circle]
83          \item Non-existent directories are no longer removed from search paths   
84          \item The run-time environment for a release can be setup by specifying 
85          the "runtime" during setup command, e.g.:\\                 
86         \texttt{> source $\sim$/cmthome/setup.sh -tag=11.0.4,runtime}   
87          \item Better support of the (non-)version-directory mode in severals cases.
88          \item  Option to force package version directories to be created when using
89          "\texttt{cmt co}":\\ 
90            \texttt{set CMTSTRUCTURINGSTYLE "with\_version\_directory"}
91            resp. \texttt{"without\_version\_directory"} force a package version  directory not
92            to be created.
93       \end{itemize}
94\end{itemize}
95\end{block}
96}
97
98%------------------------------- SECTION -------------------------%
99\section{Report of the SVN evaluation for Atlas}
100
101
102
103%------------------------------- SECTION -------------------------%
104\section{Références}
105%------------------------------- FRAME-------------------------%
106\frame[allowframebreaks]
107{
108\frametitle{Références}
109\nocite{*}
110\bibliographystyle{unsrt}
111\bibliography{CMT06-04-2006-sit}
112}
113
114\end{document}
115%------------------------------- End Of File -------------------------%
Note: See TracBrowser for help on using the repository browser.