summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tikz-dependency/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/tikz-dependency/README')
-rw-r--r--Master/texmf-dist/doc/latex/tikz-dependency/README38
1 files changed, 32 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/tikz-dependency/README b/Master/texmf-dist/doc/latex/tikz-dependency/README
index 1de8cf23449..20272804669 100644
--- a/Master/texmf-dist/doc/latex/tikz-dependency/README
+++ b/Master/texmf-dist/doc/latex/tikz-dependency/README
@@ -1,15 +1,41 @@
-------------------------------------------------------
-TikZ-dependency -- A library to draw dependency graphs
-------------------------------------------------------
+**TikZ-dependency** -- A library to draw dependency graphs
+==========================================================
TikZ-dependency allows you to draw dependency graphs with little or
no effort. It also comes with a lot of styling facilities, to let you
personalize the look and feel of the graphs at your liking.
-Read the documentation in tikz-dependency-doc.pdf for installation and
-usage instructions.
+The package has a very easy to learn, high level interface that can be
+used to draw simple dependency trees, complex non projective graphs,
+bubble parses, and in general any kind of graph which is based on a
+sequence of nodes and edges among these.
-Licensing information is in the LICENSE file.
+Read the documentation in
+
+> tikz-dependency-doc.pdf
+
+for installation and usage instructions.
+
+Licensing information is in the file
+
+> LICENSE
Do not hesistate to contact me for comments, bug reports or
feature requests. Thanks for using tikz-dependency!
+
+Changelog
+---------
+
+* **Version 1.1** (Jan 17, 2012)
+
+ - Added the possibility to use simple arcs as edges (keys: "arc edge"/"segmented edge")
+ - Added "edge start x offset" and "edge end x offset" to fine tune edge start/end point position
+ - Added \depstyle to define styles more easily
+ - Added "simple" theme, based on the parse on page 1 of [Nivre and McDonald, ACL-HLT 2008]
+ - Added instructions to draw bubble parses
+ - Fixed bug that would cause groupedges not to be straight under some circumstances
+
+* **Version 1.0** (Nov 26, 2011)
+
+ - First public release
+