summaryrefslogtreecommitdiffstats
path: root/stage/slides.tex
diff options
context:
space:
mode:
authorthibauth <thibauth@30fcff6e-8de6-41c7-acce-77ff6d1dd07b>2011-09-02 15:36:26 +0000
committerthibauth <thibauth@30fcff6e-8de6-41c7-acce-77ff6d1dd07b>2011-09-02 15:36:26 +0000
commit42ca9b949e93190077fddc110362a75ebcce2c43 (patch)
tree6edce97d10e69e93d4974b2e983fc9e34567b768 /stage/slides.tex
parent9a29b5c9177a6e2bc35b652909cb8aefdd4e8482 (diff)
downloadpacemaker-42ca9b949e93190077fddc110362a75ebcce2c43.tar.gz
Beginning of tikz picture
git-svn-id: https://scm.gforge.inria.fr/svn/pacemaker@76 30fcff6e-8de6-41c7-acce-77ff6d1dd07b
Diffstat (limited to 'stage/slides.tex')
-rw-r--r--stage/slides.tex23
1 files changed, 11 insertions, 12 deletions
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}