summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/lt3graph/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-12-08 00:19:02 +0000
committerKarl Berry <karl@freefriends.org>2013-12-08 00:19:02 +0000
commit950eb9444a8f9d027a4ad7d10e4903eabe800981 (patch)
tree399d2882267b184bf9b84ddaa11616d8e3602fa8 /Master/texmf-dist/doc/latex/lt3graph/README
parentd08391dfaa3c78e1a32923a02ec86b30f8043077 (diff)
lt3graph (7dec13)
git-svn-id: svn://tug.org/texlive/trunk@32356 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/lt3graph/README')
-rw-r--r--Master/texmf-dist/doc/latex/lt3graph/README65
1 files changed, 65 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/lt3graph/README b/Master/texmf-dist/doc/latex/lt3graph/README
new file mode 100644
index 00000000000..dc000a3790d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/lt3graph/README
@@ -0,0 +1,65 @@
+latex-lt3graph
+=============
+
+LaTeX Package : lt3graph 0.0.9-r1
+
+Last Modified : 2013-12-07
+
+Author : Michiel Helvensteijn (www.mhelvens.net)
+
+
+Summary
+-------
+
+A graph datastructure for the LaTeX3 programming environment
+
+
+Prerequisites
+-------------
+
+To use this package, you need the following packages:
+
+* `l3candidates`
+* `l3clist`
+* `l3msg`
+* `l3prg`
+* `l3prop`
+* `xparse`
+* `withargs`
+
+The following package is optional, loaded only when the package
+is loaded with the 'display' option, for displaying graph info
+in a table:
+
+* `xcolor`
+
+To generate the documentation some additional packages are needed.
+
+
+Installation
+-------------
+
+`lt3graph.sty` is provided directly in the package archive. Put
+it in a place where your LaTeX distribution can find it.
+
+(`lt3graph.sty` is not generated, but manually maintained; you
+ may use docstrip to remove the documentation, but you don't
+ have to; it will just work the way it is)
+
+
+Documentation
+-------------
+
+`lt3graph.pdf` is provided directly in the package archive. To
+generate the documentation yourself, run LaTeX on lt3graph.tex.
+
+(`lt3graph.tex` does not contain the package code itself; it inputs
+ `lt3graph.sty` directly to document the implementation)
+
+
+License
+-------
+
+This material is subject to the LaTeX Project Public License. See
+http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html
+for the details of that license.