owl icon indicating copy to clipboard operation
owl copied to clipboard

Improve automata diagrams

Open stfwn opened this issue 6 years ago • 2 comments

Cleaned up the automata diagrams a bit. They should be the semantically identical to the originals.

base-automaton bracket-automaton

stfwn avatar Jul 31 '18 11:07 stfwn

Thanks for looking into this! What did you use to make these diagrams? I think this is the kind of change I'd ultimately like to make myself, so I know how to update the diagrams if I need to later.

ianh avatar Jul 31 '18 18:07 ianh

It's a LaTeX package called TikZ. It's pretty easy to use (as far as powerful LaTeX packages go). It was the package to use for a course in university and it's pretty versatile with configuring everything, so it should be future proof :-).

I added the .tex source file for the diagrams I exported so you can easily make changes later.

stfwn avatar Jul 31 '18 19:07 stfwn