diff options
Diffstat (limited to 'images/tikz/ckoi/pos23.tex')
-rw-r--r-- | images/tikz/ckoi/pos23.tex | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/images/tikz/ckoi/pos23.tex b/images/tikz/ckoi/pos23.tex new file mode 100644 index 0000000..0c84bcb --- /dev/null +++ b/images/tikz/ckoi/pos23.tex @@ -0,0 +1,23 @@ +\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); + + + \node[align=center] (algo) at (-5,2) {Contribution 1 : \\{Nouvelle AIA}}; + \draw (algo) -- (aia); + + + \node[align=center] (theo) at (-2,-2) {Contribution 2 : \\\begin{minipage}{100px}\centering{Etude théorique de cet alignement}\end{minipage}}; + \draw (theo) -- (ali); + + + \node[align=center] (synth) at (2,2) {\emph{Contribution 3 :}\\ \begin{minipage}{100px}\centering\emph{Vers une protection contre AIA et MIA}\end{minipage}}; + \draw (synth) -- (aia); + \draw (synth) -- (mia); + + +\end{tikzpicture} |