summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/lt3graph/README
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/lt3graph/README')
-rw-r--r--macros/latex/contrib/lt3graph/README60
1 files changed, 60 insertions, 0 deletions
diff --git a/macros/latex/contrib/lt3graph/README b/macros/latex/contrib/lt3graph/README
new file mode 100644
index 0000000000..4dda6fdab7
--- /dev/null
+++ b/macros/latex/contrib/lt3graph/README
@@ -0,0 +1,60 @@
+latex-lt3graph
+=============
+
+LaTeX Package : lt3graph 0.1.9
+
+Last Modified : 2017-09-20
+
+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:
+
+* `xparse`
+* `withargs`
+
+The following package is optional, loaded only when lt3graph
+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://mirror.ctan.org/help/Catalogue/Licenses.lppl.html
+for the details of that license.