Skip to content
Travis Collins edited this page Nov 13, 2015 · 2 revisions

So a good tool to make flowcharts with code, not directly in your latex code perse. I've used the dot language with graphviz, and it has worked very well.

Example Graph:

Code:

graph{ a -- b a -- c c -- b }

Build output file

Installing

OSX: brew install graphviz
Ubuntu: sudo apt-get install graphviz
Windows: ...

Clone this wiki locally