dot2tex - A Graphviz to LaTeX converter

Author:Kjell Magne Fauske
Version:2.9.0
Licence:MIT

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

Acknowledgements

The dot parser used by dot2tex is based on code from the pydot project.

Indices and tables

Table Of Contents

Next topic

1. Installation guide

This Page