Convert graphs generated by Graphviz to LaTeX friendly formats
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.
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.
To install dot2tex, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install dot2tex
To see what files were installed by dot2tex, run:
port contents dot2tex
To later upgrade dot2tex, run:
sudo port selfupdate && sudo port upgrade dot2tex
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.