commit e83508aff286a6c6c37c21f278f0e1bcfdb7b544 parent d4a54bf642ad62b98da15c82ed1dbc57c7ce32c5 Author: Georges Dupéron <jahvascriptmaniac+github@free.fr> Date: Mon, 23 May 2011 16:57:49 +0200 Deuxième figure. Diffstat:
| M | presentation/presentation.tex | | | 13 | +++++++++++++ |
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/presentation/presentation.tex b/presentation/presentation.tex @@ -301,4 +301,17 @@ Avez-vous des questions~? \end{tikzpicture} \end{frame} +\begin{frame} + \begin{tikzpicture}[bend angle=10, shorten >=0.1cm, shorten <=0.1cm] + \node[draw] (activite) {Activité}; + \node[draw,below right=of activite] (modele) {Modèle}; + \node[draw,below left=of activite] (xml) {Vue (XML)}; + \draw[->] (activite) edge[bend right] (modele); + \draw[->] (modele) edge[bend right] (activite); + \draw[->] (activite) edge[bend left] (xml); + \draw[->] (xml) edge[bend left] (activite); + \end{tikzpicture} +\end{frame} + + \end{document} \ No newline at end of file