From 0e622d5dbe2fc95bf47767b70cd8499b5e8cdf4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Thu, 3 Nov 2011 00:06:43 +0100 Subject: [PATCH] =?UTF-8?q?Deuxi=C3=A8me=20image.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- presentation/presentation.tex | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/presentation/presentation.tex b/presentation/presentation.tex index 99bba19..b9c1130 100644 --- 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}