evanw / fsm

Finite State Machine Designer
297 stars 145 forks source link

Improving Latex Export #9

Open omarzd opened 7 years ago

omarzd commented 7 years ago

I have a few suggestions:

  1. We could use the tikz library automata, and then instead of \draw, we use \node and \path, which will yield much cleaner latex, and more importantly, more easily customisable.
  2. I suggest we add an option to resize the nodes. I tried a few things on the exported latex but nothing worked. But it is much easier with the automata library.