From f41f5526d6c0bb7404bd6aa32d6b2753aa26042d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Wed, 2 Nov 2011 23:02:56 +0100 Subject: [PATCH] Bug. --- presentation/presentation.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/presentation/presentation.tex b/presentation/presentation.tex index 6a67449..40bbe53 100644 --- a/presentation/presentation.tex +++ b/presentation/presentation.tex @@ -76,9 +76,9 @@ \node[draw,fill=white!20!blue!70!red,rectangle,minimum width=0.3cm,minimum height=0.3cm] (lc1) at (rc.270) {}; \end{scope} - \draw[<->, thick] (lb1)--(lc1); - \only<2->{\draw[<->, thick, dashed, red] (la2)--(lb2);} - \only<3->{\draw[<->, thick, dashed, red] (la1)--(lc1);} + \only<2->{\draw[<->, thick] (lb1)--(lc1);} + \only<3->{\draw[<->, thick, dashed, red] (la2)--(lb2);} + \only<4->{\draw[<->, thick, dashed, red] (la1)--(lc1);} \end{tikzpicture} \caption{Communication entre trois agents} \end{figure}