Tagged Questions
1
vote
0answers
271 views
tikz bug in the automata package? [duplicate]
Possible Duplicate:
Strange arrow mark with TikZ edge and anchors.
The following code
\begin{tikzpicture}
\node (q0) [initial,state] {$q_0$};
\node (q1) [state,right ...