Changeset 122 for trunk/subversion


Ignore:
Timestamp:
12/19/06 09:36:23 (18 years ago)
Author:
nanardon
Message:
  • switch to beamer
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/subversion/subversion.tex

    r88 r122  
    11% $Id$ 
    2 \documentclass[blends,slideColor,colorBG,pdf,ps2pdf]{prosper} 
     2\documentclass[notes]{beamer} 
     3%\documentclass[blends,slideColor,colorBG,pdf,ps2pdf]{prosper} 
    34\usepackage[frenchb]{babel} 
    45\usepackage[T1]{fontenc} 
    56\usepackage{multicol} 
     7\usepackage[framesassubsections]{beamerprosper} 
     8 
     9\mode<presentation> 
     10{ 
     11  \definecolor{beamerstructure}{RGB}{143,79,112} 
     12  \definecolor{sidebackground}{RGB}{230,242,250} 
     13  \color{beamerstructure} 
     14  \usetheme{Antibes} 
     15  \usepackage{times} 
     16  \userightsidebarcolortemplate{\color{sidebackground}} 
     17  \beamertemplateballitem 
     18} 
    619 
    720\title{Subversion} 
    821\subtitle{parce que cvs sucks} 
    922\author{Olivier Thauvin} 
    10 \email{olivier.thauvin@aerov.jussieu.fr} 
     23%\email{olivier.thauvin@aerov.jussieu.fr} 
    1124%%\institution{ 
    1225%%  \includegraphics*[height=0.3\textheight]{gnutux.eps} 
     
    119132    \begin{tabular}{lc} 
    120133    La première fois:& 
    121     \includegraphics*[height=0.5\textheight]{workco}\\ 
     134    \includegraphics[height=0.4\textheight]{workco}\\ 
    122135    \hline 
    123136    Après:& 
    124     \includegraphics*[height=0.5\textheight]{workupdate} 
     137    \includegraphics[height=0.4\textheight]{workupdate} 
    125138    \end{tabular} 
    126139    \end{slide} 
     
    367380    \begin{slide}{Gérer les conflits} 
    368381    \begin{figure}[htb] 
    369     \includegraphics*[height=0.3\textheight]{conflict} 
     382    \includegraphics[height=0.3\textheight]{conflict} 
    370383    \end{figure} 
    371384    Si 2 commits sur le même fichier 
     
    393406    \bigskip 
    394407    \begin{figure}[htb] 
    395     \includegraphics*[width=0.9\textwidth]{merge} 
     408    \includegraphics[width=0.9\textwidth]{merge} 
    396409    \end{figure} 
    397410    \end{slide} 
     
    406419    \bigskip 
    407420    \begin{figure}[htb] 
    408     \includegraphics*[width=0.9\textwidth]{branches} 
     421    \includegraphics[width=0.9\textwidth]{branches} 
    409422    \end{figure} 
    410423    \end{slide} 
Note: See TracChangeset for help on using the changeset viewer.