26 Apr
2011
26 Apr
'11
2:06 p.m.
2011/4/24 Philipp Gesang
Is there a way to create finite state machines with ConTeXt? yes
How?
Do you want to *implement* a FSM or *draw* a diagram of it? * implementing -> Lua -> http://lua-users.org/wiki/FiniteStateMachine * drawing -> either -> use MP or -> filter through GraphViz http://www.graphviz.org/Gallery/directed/fsm.html (You might want to try http://luagraph.luaforge.net/ but beware it occasionally segfaults with luatex.)
I just want to include a finite state machine in a pdf document. -- Cecil Westerhof