[NTG-context] Finite state machine

2011-04-26 Thread Cecil Westerhof
Is there a way to create finite state machines with ConTeXt? -- Cecil Westerhof ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl /

Re: [NTG-context] Finite state machine

2011-04-26 Thread luigi scarso
On Tue, Apr 26, 2011 at 3:14 PM, Cecil Westerhof cldwester...@gmail.com wrote: Is there a way to create finite state machines with ConTeXt? yes -- luigi ___ If your question is of interest to others as well,

Re: [NTG-context] Finite state machine

2011-04-26 Thread Cecil Westerhof
2011/4/26 luigi scarso luigi.sca...@gmail.com: On Tue, Apr 26, 2011 at 3:14 PM, Cecil Westerhof cldwester...@gmail.com wrote: Is there a way to create finite state machines with ConTeXt? yes How? -- Cecil Westerhof

Re: [NTG-context] Finite state machine

2011-04-26 Thread luigi scarso
On Tue, Apr 26, 2011 at 3:38 PM, Cecil Westerhof cldwester...@gmail.com wrote: 2011/4/26 luigi scarso luigi.sca...@gmail.com: On Tue, Apr 26, 2011 at 3:14 PM, Cecil Westerhof cldwester...@gmail.com wrote: Is there a way to create finite state machines with ConTeXt? yes How? I don't know

Re: [NTG-context] Finite state machine

2011-04-26 Thread Cecil Westerhof
2011/4/26 luigi scarso luigi.sca...@gmail.com: On Tue, Apr 26, 2011 at 3:38 PM, Cecil Westerhof cldwester...@gmail.com wrote: 2011/4/26 luigi scarso luigi.sca...@gmail.com: On Tue, Apr 26, 2011 at 3:14 PM, Cecil Westerhof cldwester...@gmail.com wrote: Is there a way to create finite state

Re: [NTG-context] Finite state machine

2011-04-26 Thread Vedran Miletić
2011/4/26 Cecil Westerhof cldwester...@gmail.com 2011/4/26 luigi scarso luigi.sca...@gmail.com: On Tue, Apr 26, 2011 at 3:38 PM, Cecil Westerhof cldwester...@gmail.com wrote: 2011/4/26 luigi scarso luigi.sca...@gmail.com: On Tue, Apr 26, 2011 at 3:14 PM, Cecil Westerhof

Re: [NTG-context] Finite state machine

2011-04-26 Thread Philipp Gesang
On 2011-04-26 15:38:43, Cecil Westerhof wrote: 2011/4/26 luigi scarso luigi.sca...@gmail.com: On Tue, Apr 26, 2011 at 3:14 PM, Cecil Westerhof cldwester...@gmail.com wrote: Is there a way to create finite state machines with ConTeXt? yes How? Do you want to *implement* a FSM or

Re: [NTG-context] Finite state machine

2011-04-26 Thread luigi scarso
On Sun, Apr 24, 2011 at 8:10 PM, Philipp Gesang pges...@ix.urz.uni-heidelberg.de wrote: Whoa, you have seen these emails two days ago... On 2011-04-26 15:38:43, Cecil Westerhof wrote: 2011/4/26 luigi scarso luigi.sca...@gmail.com: On Tue, Apr 26, 2011 at 3:14 PM, Cecil Westerhof

Re: [NTG-context] Finite state machine

2011-04-26 Thread Cecil Westerhof
2011/4/26 Vedran Miletić riva...@gmail.com: There is not a module like for flow charts? (Makes sense, because I could not find something.) There is automata.mp at http://tug.ctan.org/tex-archive/graphics/metapost/contrib/macros/automata The first redirects to ch.mp and the second seems only

Re: [NTG-context] Finite state machine

2011-04-26 Thread Cecil Westerhof
2011/4/24 Philipp Gesang pges...@ix.urz.uni-heidelberg.de: 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

Re: [NTG-context] Finite state machine

2011-04-26 Thread Philipp Gesang
On 2011-04-26 16:00:55, luigi scarso wrote: On Sun, Apr 24, 2011 at 8:10 PM, Philipp Gesang pges...@ix.urz.uni-heidelberg.de wrote: Whoa, you have seen these emails two days ago... No divination involved, just that the last sys update broke my ntp client … On 2011-04-26 15:38:43, Cecil

Re: [NTG-context] Finite state machine

2011-04-26 Thread Hans Hagen
On 26-4-2011 4:06, Cecil Westerhof wrote: I just want to include a finite state machine in a pdf document. tex's hyphenation routine will do I guess Hans - Hans Hagen | PRAGMA ADE

Re: [NTG-context] Finite state machine

2011-04-26 Thread mathew
On Tue, Apr 26, 2011 at 09:06, Cecil Westerhof cldwester...@gmail.com wrote: I just want to include a finite state machine in a pdf document. I usually go GraphViz - SVG, touch up the SVG with Inkscape, then save from Inkscape to PDF. If you're happy with GraphViz's standard output, it'll write

Re: [NTG-context] Finite state machine

2011-04-26 Thread Cecil Westerhof
2011/4/26 mathew m...@pobox.com: I just want to include a finite state machine in a pdf document. I usually go GraphViz - SVG, touch up the SVG with Inkscape, then save from Inkscape to PDF. If you're happy with GraphViz's standard output, it'll write PDF directly. SVG can be included in a

Re: [NTG-context] Finite state machine

2011-04-26 Thread Vedran Miletić
2011/4/26 Cecil Westerhof cldwester...@gmail.com 2011/4/26 mathew m...@pobox.com: I just want to include a finite state machine in a pdf document. I usually go GraphViz - SVG, touch up the SVG with Inkscape, then save from Inkscape to PDF. If you're happy with GraphViz's standard

Re: [NTG-context] Finite state machine

2011-04-26 Thread Aditya Mahajan
On Tue, 26 Apr 2011, Vedran Miletić wrote: 2011/4/26 Cecil Westerhof cldwester...@gmail.com 2011/4/26 mathew m...@pobox.com: I just want to include a finite state machine in a pdf document. I usually go GraphViz - SVG, touch up the SVG with Inkscape, then save from Inkscape to PDF. If

Re: [NTG-context] Finite state machine

2011-04-26 Thread Hans Hagen
On 26-4-2011 7:45, Aditya Mahajan wrote: http://randomdeterminism.wordpress.com/2010/10/09/using-eps-and-svg-images/ but (That is indeed m_k_v_i and not m_k_i_v due to a typo in grph-inc.lua) was fixed, wasn't it? -

Re: [NTG-context] Finite state machine

2011-04-26 Thread Aditya Mahajan
On Tue, 26 Apr 2011, Hans Hagen wrote: On 26-4-2011 7:45, Aditya Mahajan wrote: http://randomdeterminism.wordpress.com/2010/10/09/using-eps-and-svg-images/ but (That is indeed m_k_v_i and not m_k_i_v due to a typo in grph-inc.lua) was fixed, wasn't it? Yes, but I have not updated the

Re: [NTG-context] Finite state machine

2011-04-26 Thread Hans Hagen
On 26-4-2011 8:33, Aditya Mahajan wrote: On Tue, 26 Apr 2011, Hans Hagen wrote: On 26-4-2011 7:45, Aditya Mahajan wrote: http://randomdeterminism.wordpress.com/2010/10/09/using-eps-and-svg-images/ but (That is indeed m_k_v_i and not m_k_i_v due to a typo in grph-inc.lua) was fixed,