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 \\
|
D & 0 & 1 & 0 & 0 \\
|
||||||
\end{tabularx}
|
\end{tabularx}
|
||||||
|
|
||||||
|
\begin{center}
|
||||||
\begin{tikzpicture}[-latex,auto,x=2cm,y=2cm]
|
\begin{tikzpicture}[-latex,auto,x=2cm,y=2cm]
|
||||||
\node(a)[state] at (0,0) {A};
|
\node(a)[state] at (0,0) {A};
|
||||||
\node(b)[state] at (2,0.5) {B};
|
\node(b)[state] at (2,0) {B};
|
||||||
\node(c)[state] at (3,-2) {C};
|
\node(c)[state] at (2,-2) {C};
|
||||||
\node(d)[state] at (0.5,-1) {D};
|
\node(d)[state] at (0,-2) {D};
|
||||||
\path
|
\path
|
||||||
(a) edge (b)
|
(a) edge (b)
|
||||||
(a) edge (c)
|
(a) edge (c)
|
||||||
|
@ -61,6 +62,7 @@
|
||||||
(d) edge (b)
|
(d) edge (b)
|
||||||
;
|
;
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
||||||
|
\end{center}
|
||||||
|
|
||||||
\end{multicols}
|
\end{multicols}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue