diff options
author | Jan Aalmoes <jan.aalmoes@inria.fr> | 2024-12-10 20:59:35 +0100 |
---|---|---|
committer | Jan Aalmoes <jan.aalmoes@inria.fr> | 2024-12-10 20:59:35 +0100 |
commit | 7d379d6ab0f38f9d05e44fa6039b97560ebfa725 (patch) | |
tree | b06dee30f2d35e6961aab14d29aaa47743f4f265 /images/tikz/ckoi/pos.tex | |
parent | 4ad65f91926a75ee0e761c5c60b7ca74e43910d3 (diff) |
Conseil de Heber et Mohammed
Diffstat (limited to 'images/tikz/ckoi/pos.tex')
-rw-r--r-- | images/tikz/ckoi/pos.tex | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/images/tikz/ckoi/pos.tex b/images/tikz/ckoi/pos.tex new file mode 100644 index 0000000..d34ee37 --- /dev/null +++ b/images/tikz/ckoi/pos.tex @@ -0,0 +1,14 @@ +\begin{tikzpicture} + \node[draw,align=center] (aia) at (0,0) {Protection\\contre\\AIA}; + \node[draw,align=center] (eq) at (6,0) {Imposer\\l'équité}; + \node[draw,align=center] (mia) at (12,0) {Protection\\contre\\MIA}; + + \draw[olive] (aia) -- node[above] {Alignement} (eq); + \draw[red] (mia) -- node[above] {Conflit} (eq); + + \pause + \node[draw] (utility) at (6,-3) {Utilité}; + \draw[red] (mia) -- node[below] {~~~Conflit} (utility); + \draw (aia) -- node [below] {?} (utility); + \draw (eq) -- node [left] {?} (utility); +\end{tikzpicture} |