transformationExo.tex 942 B

12345678910111213141516171819202122
  1. \begin{tikzpicture}[node distance=1cm,>=stealth',scale=1,transform shape, on grid, auto]%>=latex
  2. \tikzstyle{every label}=[black]
  3. \begin{scope}
  4. \node (MMS) {$MM_s$};
  5. \node (ms) [below of=MMS, yshift=-0.4cm] {$m_s$};
  6. %\path[->] (ms) edge [dash pattern=on 2pt off 2pt] node {$conforme à$} (MMS);
  7. \path[->] (ms) edge [dash pattern=on 2pt off 2pt] (MMS);
  8. \node (ts) [above of=ms, xshift=-0.1cm, yshift=-0.2cm]
  9. {\scriptsize{conforme à}};
  10. \node (MMT) [right of=MMS, xshift=0.8cm] {$MM_t$};
  11. \node (mt) [below of=MMT, yshift=-0.4cm] {$m_t$};
  12. %\path[->] (mt) edge [dash pattern=on 2pt off 2pt] node {$conforme à$} (MMT);
  13. \path[->] (mt) edge [dash pattern=on 2pt off 2pt] (MMT);
  14. \node (tt) [above of=mt, xshift=-0.1cm, yshift=-0.2cm] {\scriptsize{conforme à}};
  15. \path[->,thick] (ms) edge node [below,yshift=-0.2cm] {\scriptsize{Transformation exogène}} (mt);
  16. \end{scope}
  17. \end{tikzpicture}