summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/dot2texi/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-02-25 22:36:03 +0000
committerKarl Berry <karl@freefriends.org>2009-02-25 22:36:03 +0000
commitd9dd9480bc3b5fb14f356606582679b66111069a (patch)
treeb8389124cfd3781c731d4ca67c9405f5acf4bfbb /Master/texmf-dist/doc/latex/dot2texi/README
parentb75d77ca0161fba7c869bb47d94d70c16d3c68cb (diff)
install dot2texi, John Owens request 24 Feb 2009 21:24:13
git-svn-id: svn://tug.org/texlive/trunk@12232 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/dot2texi/README')
-rw-r--r--Master/texmf-dist/doc/latex/dot2texi/README27
1 files changed, 27 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/dot2texi/README b/Master/texmf-dist/doc/latex/dot2texi/README
new file mode 100644
index 00000000000..3d98c43c7c0
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/dot2texi/README
@@ -0,0 +1,27 @@
+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/