diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/dottex/README |
Initial commit
Diffstat (limited to 'macros/latex/contrib/dottex/README')
-rw-r--r-- | macros/latex/contrib/dottex/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/macros/latex/contrib/dottex/README b/macros/latex/contrib/dottex/README new file mode 100644 index 0000000000..9a5047b651 --- /dev/null +++ b/macros/latex/contrib/dottex/README @@ -0,0 +1,5 @@ +This package allows you to include dot and neato graphics in your LaTeX files. +Dot is part of the graphviz package (http://www.graphviz.org/) and allows you to +create directed graphs. Neato is for undirected graphs. + +Licensed under the GPL. |