summaryrefslogtreecommitdiffstats
path: root/stage
diff options
context:
space:
mode:
Diffstat (limited to 'stage')
-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}