diff options
Diffstat (limited to 'figs/example4det.dot')
-rw-r--r-- | figs/example4det.dot | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/figs/example4det.dot b/figs/example4det.dot index 2d88a37..7121690 100644 --- a/figs/example4det.dot +++ b/figs/example4det.dot @@ -1,10 +1,10 @@ digraph example4det { rankdir="LR"; node [texmode="math",shape="circle",style="state"]; - q0 [style="state,initial",label="\{0\}"]; - q01 [style="state",label="\{0,1\}"]; - q02 [style="state,final",label="\{0,2\}"]; - q012 [style="state,final",label="\{0,1,2\}"]; + q0 [style="state,initial",label="0",texlbl="$\{0\}$"]; + q01 [style="state",label="01",texlbl="$\{0,1\}$"]; + q02 [style="state,final",label="02",texlbl="$\{0,2\}$"]; + q012 [style="state,final",label="012",texlbl="$\{0,1,2\}$"]; edge [texmode="math",lblstyle="auto"]; q0 -> q0 [label="b",topath="loop above"]; q0 -> q01 [label="a"]; |