source: trunk/forge/forge.tex @ 228

Last change on this file since 228 was 228, checked in by nanardon, 15 years ago
  • add a plan (1st shot)
  • Property svn:keywords set to Id
File size: 1.1 KB
Line 
1% $Id$
2\documentclass[notes]{beamer}
3\usepackage[frenchb]{babel}
4\usepackage[T1]{fontenc}
5\usepackage{moreverb}
6\usepackage{graphicx}
7
8\mode<presentation>
9{
10  \definecolor{beamerstructure}{RGB}{143,79,112}
11  \definecolor{sidebackground}{RGB}{230,242,250}
12  \color{beamerstructure}
13  \usetheme[secheader]{Madrid}
14  \usepackage{times}
15  \userightsidebarcolortemplate{\color{sidebackground}}
16  \beamertemplateballitem
17}
18
19\AtBeginSection[]
20{
21\begin{frame}<beamer>
22    \frametitle{Plan}
23    \tableofcontents[currentsection,hideothersubsections]
24\end{frame}
25}
26
27\AtBeginSubsection[]
28{
29\begin{frame}<beamer>
30%    \frametitle{}
31    \tableofcontents[sectionstyle=show/hide,subsectionstyle=show/shaded/hide]
32\end{frame}
33}
34
35\title{Forge}
36\subtitle{Suivi de code}
37\author{Olivier Thauvin}
38\date{\today}
39
40\begin{document}
41
42\frame{\titlepage}
43
44\begin{frame}
45\tableofcontents[hideallsubsections]
46\end{frame}
47
48\section{Projet de code}
49
50\subsection{Versionnement ?}
51
52\subsection{Suivi du projet}
53
54\section{forge.ipsl.jussieu.fr}
55
56\subsection{Services fournis}
57
58\subsubsection{Utilisateurs}
59
60\subsubsection{Projets}
61
62\subsection{Assurance vie}
63
64\end{document}
Note: See TracBrowser for help on using the repository browser.