From 42ca9b949e93190077fddc110362a75ebcce2c43 Mon Sep 17 00:00:00 2001 From: thibauth Date: Fri, 2 Sep 2011 15:36:26 +0000 Subject: Beginning of tikz picture git-svn-id: https://scm.gforge.inria.fr/svn/pacemaker@76 30fcff6e-8de6-41c7-acce-77ff6d1dd07b --- stage/slides.tex | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'stage/slides.tex') diff --git a/stage/slides.tex b/stage/slides.tex index 57666dd..4ce1f2d 100644 --- a/stage/slides.tex +++ b/stage/slides.tex @@ -125,7 +125,7 @@ Fonctionnement par \alert{ronde} : \end{columns} \end{frame} -\begin{frame}{Fonctionnement} +\begin{frame}[fragile]{Fonctionnement} \begin{columns}[t] \begin{column}{0.4\textwidth} @@ -136,17 +136,16 @@ $1$ choisit un secret $S$ et le diffuse. \begin{column}{0.55\textwidth} -À FAIRE - -%\begin{tikzpicture} -%\matrix [nodes=draw,circle,ampersand replacement=\&,row sep=1cm] -%{ -%\node (a) {1}; \\ -%\node (b) {2}; \\ -%\node (c) {3}; \\ -%}; -%\draw [->] (a.south); -%\end{tikzpicture} +\begin{tikzpicture} +\node[matrix,nodes=draw,circle,row sep=1cm](mesh) at (0,0) +{ +\node (1) {1}; \\ +\node (2) {2}; \\ +\node (3) {3}; \\ +}; +\draw (1) -- (2); +\onslide<2->\draw (2) -- (3); +\end{tikzpicture} \end{column} \end{columns} -- cgit v1.2.3-70-g09d2