Allows you to embed DOT descriptions in your TeX document
The dot2texi package allows you to embed graphs written the DOT description language directly in your document. The dot2tex tool is used to transform the output from Graphviz to LATEX code using either the TikZ and PGF package, orthe PSTricks package. The generated code can then be included directly in you document. This package can automate the process if shell escape is enabled.
The dot2texi package allows you to embed graphs written the DOT description language directly in your document. The dot2tex tool is used to transform the output from Graphviz to LATEX code using either the TikZ and PGF package, orthe PSTricks package. The generated code can then be included directly in you document. This package can automate the process if shell escape is enabled.
To install dot2texi, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install dot2texi
To see what files were installed by dot2texi, run:
port contents dot2texi
To later upgrade dot2texi, run:
sudo port selfupdate && sudo port upgrade dot2texi
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.