Matt Torok
Results
3
comments of
Matt Torok
@andrewmartin @justinhernandez No problem, glad my little plugin could help :) This is exactly the type of thing I created it for.
I'm using OS X 10.8.5, with the MacTex 2013a TeX distribution.
The `graphviz` package will do it. Just include that package, then add something like `\digraph[scale=0.5]{abc}{rankdir=LR; a->b->c;}` to your .tex file. Compiling it with latexmk using both the '-outputdir' and '-cd'...