Tagged Questions
5
votes
1answer
133 views
Automaton backedge arrows running into other states
I am trying to draw a finite-state automaton using the automata package in TikZ and am having trouble getting an edge to "clear" the other states (that is, not run into them). Having read this ...
3
votes
1answer
146 views
Tikz text not adjusting itself for the arrow
I have the code below which produces the image (unfortunately the code doesnt work since the image files are not available here). The text "Done" is for some reason getting placed well below the ...
2
votes
1answer
1k views
How to style Tikz arrow tip for state-loop?
I want to have a state-node with a loop, where the arrow tip is customized (here with -triangle 60). How do change the arrow tip a loop uses?
Heres a short example. I expect the loop to have the same ...
19
votes
2answers
2k views
Arc between arrows in TikZ (automata library)
Here's what I have for now:
\begin{tikzpicture}[->,>=stealth',shorten >=1pt,auto,node distance=3.5cm,
semithick, bend angle=35]
\tikzstyle{every ...