Hi, I would like to know how to construct a graph for an automata similar to the attached.
I have looked at other packages such as tikZ, vaucanson and gastex but those seems to do only single-element state graphs.
Edit: The graph shown may have been constructed using beamer (could it be a beamer-exclusive feature?)
Math & Science ⇒ Construction of Automata Graph
Construction of Automata Graph
- Attachments
-
- automata-graph.png (278.79 KiB) Viewed 2757 times
Last edited by localghost on Tue Nov 20, 2012 10:11 am, edited 1 time in total.
Reason: Preferably no external links (see Board Rules). Attachments go onto the forum server where possible.
Reason: Preferably no external links (see Board Rules). Attachments go onto the forum server where possible.
- Stefan Kottwitz
- Site Admin
- Posts: 10308
- Joined: Mon Mar 10, 2008 9:44 pm
Construction of Automata Graph
TikZ can also be used without a specific automata library. Or one may use the automata library and use additional TikZ commands if required.
A general TikZ approach:
Stefan
A general TikZ approach:
- Define node styles
- Place nodes (for example in a matrix of nodes, or with relative positioning, or absolute coordinates)
- Connect nodes with arrows / edges, with nodes as labels
Stefan
LaTeX.org admin
Re: Construction of Automata Graph
Thanks for the advice and suggestions. I will try it out soon.