diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/lt3graph/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/lt3graph/README | 65 |
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. |