Ajout du 1er graphe

This commit is contained in:
Bertrand BRUN 2010-09-28 08:23:42 +02:00
parent 58faa536c1
commit 5276f97c3d

View File

@ -12,7 +12,13 @@
\begin{figure}[h!]
\centering
\begin{tikzpicture}
\begin{tikzpicture}[node distance=3cm]
\node (J1) {$J_{1}$};
\node (J2) [above of=J1] {$J_{2}$};
\node (J3) [right of=J1] {$J_{3}$};
\draw[->] (J1) -- (J2);
\draw[->] (J1) -- (J3);
\draw[->] (J3) -- (J2);
\end{tikzpicture}
\caption{Graphe G}
\label{fig:graphe-g}