dot2tex - A Graphviz to LaTeX converter¶
- Author:
Kjell Magne Fauske
- Version:
2.11.2
- Licence:
The purpose of dot2tex is to give graphs generated by Graphviz a more LaTeX friendly look and feel. This is accomplished by converting xdot output from Graphviz to a series of PSTricks or PGF/TikZ commands. This approach allows:
Typesetting labels with LaTeX, allowing mathematical notation
Using native PSTricks and PGF/TikZ commands for drawing arrows
Using backend specific styles to customize the output
User’s guide¶
Additional notes¶
Acknowledgements¶
The dot parser used by dot2tex is based on code from the pydot project.