Index of /archives/text/CTAN/macros/latex/contrib/graphviz

Icon  Name                                      Last modified      Size  Description
[PARENTDIR] Parent Directory - [TXT] LICENSE 2013-08-15 21:39 19K [TXT] Makefile 2013-08-15 21:41 675 [TXT] README 2013-08-25 01:05 777 [   ] README.md 2013-08-15 21:36 78 [TXT] graphviz.dtx 2013-08-24 20:46 16K [TXT] graphviz.ins 2013-08-16 05:36 1.7K [   ] graphviz.pdf 2013-08-16 05:38 96K [DIR] test/ 2013-08-25 01:03 -
This package has a little macro that lets you write directed graphs in
graphviz/dot syntax inside your LaTeX files, and have the rendered
version automatically included.  For example:

    \digraph[scale=0.5]{abc}{rankdir=LR; a->b; b->c}

Will result in three ovals in a row, labeled "a", "b", and "c",
respectively.  There are some details and known limitations described
in the documentation.


Distributed files include:

    README          -- this file
    graphviz.pdf    -- pre-compiled documentation
    graphviz.dtx    -- full source (generates .sty and .dvi/.pdf)
    graphviz.ins    -- used to extract .sty from .dtx
    Makefile        -- may be used to generate .sty and .pdf


Thanks to Scott Pakin for writing the tutorial on how to create .dtx
and .ins files.