From 7d379d6ab0f38f9d05e44fa6039b97560ebfa725 Mon Sep 17 00:00:00 2001 From: Jan Aalmoes Date: Tue, 10 Dec 2024 20:59:35 +0100 Subject: Conseil de Heber et Mohammed --- images/tikz/ckoi/pos2.tex | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 images/tikz/ckoi/pos2.tex (limited to 'images/tikz/ckoi/pos2.tex') diff --git a/images/tikz/ckoi/pos2.tex b/images/tikz/ckoi/pos2.tex new file mode 100644 index 0000000..209b436 --- /dev/null +++ b/images/tikz/ckoi/pos2.tex @@ -0,0 +1,24 @@ +\begin{tikzpicture} + \node[align=center] (eq) at (0,0) {Imposer\\l'équité}; + \node[align=center] (aia) at (-6,0) {Protection\\contre\\AIA}; + \node[align=center] (mia) at (6,0) {Protection\\contre\\MIA}; + + \draw[olive] (aia) -- node[above] (ali) {Alignement ?} (eq); + \draw[red] (mia) -- node[above] {Conflit} (eq); + + \pause + \node[align=center] (algo) at (-5,2) {Contribution 1 : \\{Nouvelle AIA}}; + \draw (algo) -- (aia); + \pause + + \node[align=center] (theo) at (-2,-2) {Contribution 2 : \\\begin{minipage}{100px}\centering{Etude théorique de cet alignement}\end{minipage}}; + \draw (theo) -- (ali); + \pause + + \node[align=center] (synth) at (2,2) {Contribution 3 :\\ \begin{minipage}{100px}\centering{Vers une protection contre AIA et MIA}\end{minipage}}; + \draw (synth) -- (aia); + \draw (synth) -- (mia); + + + +\end{tikzpicture} -- cgit v1.2.3