Index of /archives/text/CTAN/macros/latex/contrib/dot2texi
Name Last modified Size Description
Parent Directory -
gpl.txt 2007-11-02 00:33 15K
examples/ 2008-05-08 02:33 -
dot2texi.tex 2008-05-08 00:29 20K
dot2texi.sty 2012-05-07 10:35 9.5K
dot2texi.pdf 2008-05-08 00:29 137K
README 2008-05-08 00:40 1.1K
This package allows you to include graphs in the DOT graph description language
in your LaTeX documents. The dot2tex[1] tool is used to invoke Graphviz[2] for
graph layout, and to transform the output from Graphviz to LaTeX code.
The generated code relies on the TikZ and PGF package or the PSTricks package.
Licensed under the GPL.
Author: Kjell Magne Fauske
Dot2tex can be downloaded from: http://www.fauskes.net/code/dot2tex/download/
or CTAN: http://www.ctan.org/tex-archive/help/Catalogue/entries/dot2tex.html
It is also available as binary packages for Debian and OpenSUSE.
New in version 3.0
------------------
- Added the outputdir option. Allows you to specify where to put
generated files.
- Added the file environment option. Allows you to set the file name of
a generated graph.
- Added the tikzedgelabels environment option.
- Added the straightedges environment option.
- Added the graphstyle environment option.
- Added the mathmode environment option.
- Added the experimental scale environment option.
[1] http://www.fauskes.net/code/dot2tex/
[2] http://www.graphviz.org/