commit 0e622d5dbe2fc95bf47767b70cd8499b5e8cdf4b
parent 17f414d8184c5704a977c2dd3a549c779d0011a3
Author: Georges Dupéron <jahvascriptmaniac+github@free.fr>
Date: Thu, 3 Nov 2011 00:06:43 +0100
Deuxième image.
Diffstat:
1 file changed, 18 insertions(+), 6 deletions(-)
diff --git a/presentation/presentation.tex b/presentation/presentation.tex
@@ -2,11 +2,9 @@
\usepackage[utf8]{inputenc}
\usepackage[frenchb]{babel}
\usepackage{tikz}
-%\usepackage{subfigure}
-%\usepackage[scriptsize]{caption}
-\usepackage{multicol}
+\usepackage[scriptsize]{caption}
\renewcommand*{\figurename}{}
-\usetikzlibrary{shapes,positioning,snakes,calc}
+\usetikzlibrary{shapes,positioning,snakes,calc,chains}
\usetheme{Darmstadt}
\usepackage{graphicx}
@@ -157,8 +155,22 @@
\end{itemize}
% Ajouter la photo de Samuel Morse.
- % TODO
- Un exemple Alphabet écrit en morse.
+ \begin{figure}
+ \centering
+ \begin{tikzpicture}
+ \begin{scope}[
+ start chain,
+ node distance=1mm,
+ every node/.style={on chain},
+ dot/.style={fill=black,circle,minimum height=1mm,minimum width=1mm,inner sep=0pt},
+ dash/.style={fill=black,rounded rectangle,minimum height=1mm,minimum width=4mm,inner sep=0pt}]
+ \node[dot] {}; \node[dash] {}; \node[dot] {}; \node[dash] {}; \node[dot] {}; \node[dot] {}; \node[dot] {}; \node[dash] {};
+ \node[dash] {}; \node[dot] {}; \node[dot] {}; \node[dot] {}; \node[dot] {}; \node[dot] {}; \node[dot] {}; \node[dash] {};
+ \node[dash] {}; \node[dot] {}; \node[dot] {}; \node[dot] {}; \node[dot] {}; \node[dash] {};
+ \end{scope}
+ \end{tikzpicture}
+ \caption{Mot «Alphabet» écrit en morse.}
+ \end{figure}
\end{frame}