Minor change
This commit is contained in:
parent
7eff7398cc
commit
6da145eefe
1 changed files with 5 additions and 3 deletions
|
@ -47,11 +47,12 @@
|
|||
D & 0 & 1 & 0 & 0 \\
|
||||
\end{tabularx}
|
||||
|
||||
\begin{center}
|
||||
\begin{tikzpicture}[-latex,auto,x=2cm,y=2cm]
|
||||
\node(a)[state] at (0,0) {A};
|
||||
\node(b)[state] at (2,0.5) {B};
|
||||
\node(c)[state] at (3,-2) {C};
|
||||
\node(d)[state] at (0.5,-1) {D};
|
||||
\node(b)[state] at (2,0) {B};
|
||||
\node(c)[state] at (2,-2) {C};
|
||||
\node(d)[state] at (0,-2) {D};
|
||||
\path
|
||||
(a) edge (b)
|
||||
(a) edge (c)
|
||||
|
@ -61,6 +62,7 @@
|
|||
(d) edge (b)
|
||||
;
|
||||
\end{tikzpicture}
|
||||
\end{center}
|
||||
|
||||
\end{multicols}
|
||||
|
||||
|
|
Loading…
Reference in a new issue