www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit f72bf772d8194224f0b1dec8e42302819a09e93c
parent f917b74ca6351841b4c6874aae59cc9647fccd8e
Author: Georges Dupéron <jahvascriptmaniac+github@free.fr>
Date:   Mon, 23 May 2011 17:40:23 +0200

Légende horizontale sur le 1er diagramme.

Diffstat:
Mpresentation/presentation.tex | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/presentation/presentation.tex b/presentation/presentation.tex @@ -309,7 +309,7 @@ Avez-vous des questions~? \draw[transition,<-] (game.north) -- ++(0,0.3cm) -| ($.5*(game) + .5*(score)$); \node[state,text width=1.2cm, below=of frontpage] (activite) {Activité}; - \draw[transition] ($(activite.south)+(-.75cm,-.5cm)$) -- node[auto,swap,font=\footnotesize,scale=0.8] {\shortstack{\shortstack{Évènement\\(Intent)}}} ($(activite.south)+(.75cm,-.5cm)$); + \draw[transition] (activite.north east) ++(0.5cm,0) -- node[auto,swap,font=\footnotesize,scale=0.8] {\shortstack{\shortstack{Évènement\\(Intent)}}} ++(1.5cm,0); \end{tikzpicture} \end{frame}