dot2tex 2.11.3
Graphviz to LaTeX converter
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
- Outputs:
out
- Website: https://github.com/kjellmf/dot2tex
- Licenses: Expat
- Package source: gnu/packages/graphviz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install dot2tex 2.11.3
as follows:
guix install dot2tex@2.11.3
Or install the latest version:
guix install dot2tex
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.