Math & Science ⇒ Construction of Automata Graph
Construction of Automata Graph
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?)
- Attachments
-
- automata-graph.png (278.79 KiB) Viewed 2848 times
Reason: Preferably no external links (see Board Rules). Attachments go onto the forum server where possible.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
Construction of Automata Graph
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