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

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

Mise à jour presentation

File size: 5.0 KB
RevLine 
[162]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} 
[164]16\usepackage{listings}
[162]17
[164]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
[162]25% Macros
26\newcommand{\cmt}    {{\em CMT}\@\xspace}%
27\newcommand{\svn}    {{\em SVN}\@\xspace}%
[167]28\newcommand{\cvs}    {{\em CVS}\@\xspace}%
[162]29
30\setbeamercovered{dynamic}
31
32
33\definecolor{rltgreen}{rgb}{0,0.5,0}
34\pgfdeclareimage[height=1.1cm]{LogoLAL}{logos/logoLAL50ansgrand}
35\logo{ \pgfuseimage{LogoLAL} }
36
37\title{CMT/SVN news, \\ Atlas SW/SIT meeting}
[163]38\author{Christian Arnault, Vincent Garonne\\
39\{arnault,garonne\}@lal.in2p3.fr}
[162]40\institute{Laboratoire de l'accélérateur Linéaire}
41\date {April 6, 2006} % \today
42
43\begin{document}
44
45% Transparent: Première page
46\begin{frame}
47\maketitle
48%\textcolor{gray}{\it \scriptsize }
49\end{frame}
50
[165]51\section*{Outline}
[162]52\frame
53{
[164]54% \frametitle{Outline}
[162]55 \vfill
[164]56   \begin{block}{Outline}
57 \tableofcontents[hideallsubsections]
58 \end{block}
[162]59}
60
61%------------------------------- SECTION -------------------------%
[164]62
[165]63\section[\cmt]{\cmt news, feedbacks and futur improvements}
[164]64
[165]65%\subsection{The new v1r18p20060301 release}
66
[164]67%---- Slide 1 -----%
[165]68\frame 
[162]69{
[165]70 \frametitle{\cmt news (1)}
[164]71   
[165]72 \begin{block}{New \cmt release (version v1r18p20060301) }
[170]73    No major improvements but fixed several problems with the existing  CMT versions, including:
[164]74     \begin{itemize}
75          \item Non-existent directories are no longer removed from search paths   
[165]76          \item Add new warning messages in relation with setup checking which are
[167]77                explicitly called with the \texttt{--warnings option}
[164]78          \item The run-time environment for a release can be setup by specifying 
[167]79          the "runtime" during setup command, e.g.: \\                 
[164]80         \texttt{> source $\sim$/cmthome/setup.sh -tag=11.0.4,runtime}   
[165]81         \item New version of the AtlasSettings package (backwards compatible)
82       \end{itemize}
83\end{block}
84}
85
86%---- Slide 2 -----%
87\frame 
88{
89 \frametitle{\cmt news (2)} 
90 \begin{block}{New \cmt release (version v1r18p20060301)}
91\begin{itemize}
92         \item Change the internal system for settings environment variables in a proper way
93          \item Better support of the (non-)version-directory mode in severals cases:
94          \begin{itemize} 
95                \setbeamertemplate{itemize items}[circle]
96                 \item  Option to force package version directories to be created when using
97                            "\texttt{cmt co}":\\ 
98                            \texttt{set CMTSTRUCTURINGSTYLE "with\_version\_directory"}           
99                  \item Resp. \texttt{"without\_version\_directory"} force a package version  directory not
[164]100            to be created.
[165]101      \end{itemize}     
102     \item See Changelog~\cite{cmt_changelog} for more informations
[164]103\end{itemize}
104\end{block}
[162]105}
106
[165]107%---- Slide 3 -----%
108\frame 
109{
110 \frametitle{\cmt feedbacks}
[167]111
112  \begin{block}{Reports}
[165]113     \begin{itemize} 
[170]114          \item Tested on the nightlies with "no" problems except
115          \begin{itemize} 
116                \setbeamertemplate{itemize items}[circle]
117                \item Should understand the problem of eternal loop
118                          encountered with dictionaries....
119          \end{itemize}   
[165]120           \item Should be the `stable' v1r18 in the futur
[167]121           \item Problems encountered with the cmtcvs plugin in the way cvs tags are printed :
[165]122          \begin{itemize} 
123                \setbeamertemplate{itemize items}[circle]
[167]124                \item Thanks to D. Chamont, this is fixed and should
125                           be available for the next plugin release
[165]126          \end{itemize}   
[167]127     \end{itemize}
128\end{block}
129         
130  \begin{block}{Future improvements planned for the next \cmt release :}         
[165]131          \begin{itemize} 
132                \setbeamertemplate{itemize items}[circle]
133                \item  Request for having a macro that reflects all active tags , i.d.
134                           we should introduce a link between the macro and tag concepts
135                \item Improve the log message mechanism for message classification
[167]136                         within \cmt, e.g. Python's logging module~\cite{module_logging},
137                         apache logging module~\cite{log4cxx}
138          \end{itemize}
[165]139\end{block}
140}
141
[162]142%------------------------------- SECTION -------------------------%
[165]143\section{References}
[162]144%------------------------------- FRAME-------------------------%
[164]145\frame[allowframebreaks]
146{
[165]147\frametitle{References}
[170]148%\nocite{*}
[164]149\bibliographystyle{unsrt}
150\bibliography{CMT06-04-2006-sit}
151}
[162]152
153\end{document}
154%------------------------------- End Of File -------------------------%
Note: See TracBrowser for help on using the repository browser.