dot2tex: Create PGF/TikZ commands from Graphviz output¶
Description¶
dot2tex is a Python module, whose purpose 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.
License¶
MIT
Upstream Contact¶
Kjell Magne Fauske, km@fauskes.net
SageMath developers
Dependencies¶
graphviz (www.graphviz.org) should be installed and in the path (for example via the graphviz spkg).
preview, a LaTeX package for extracting parts of a document.
Self-tests dependencies:
graphviz
texlive-latex-base
texlive-pictures
texlive-pstricks
Special Update/Build Instructions¶
Make sure corresponding optional doctests still pass:
sage -t –long –optional=dot2tex,graphviz,sage –all
Type¶
optional
Dependencies¶
Version Information¶
requirements.txt:
dot2tex >=2.12.0
Equivalent System Packages¶
$ sudo pacman -S dot2tex
$ conda install dot2tex
$ sudo dnf install dot2tex
$ sudo port install dot2tex
See https://repology.org/project/dot2tex/versions, https://repology.org/project/python:dot2tex/versions
If the system package is installed and if the (experimental) option
--enable-system-site-packages is passed to ./configure, then ./configure
will check if the system package can be used.