diff options
author | Daniel de Kok <danieldk@pobox.com> | 2010-05-11 14:55:16 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 14:55:16 +0200 |
commit | 00ac0880373bd1b2648fcf41442012ffed9e66fe (patch) | |
tree | 088b5f68ef69314de3fbedd8ee6835b67b38453c /graphics/grap/README | |
parent | 41ce5a394a7569da724f75559c0a3a38ab5c1257 (diff) | |
download | slackbuilds-00ac0880373bd1b2648fcf41442012ffed9e66fe.tar.gz |
graphics/grap: Initial import
Diffstat (limited to 'graphics/grap/README')
-rw-r--r-- | graphics/grap/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/grap/README b/graphics/grap/README new file mode 100644 index 0000000000..282c29d8aa --- /dev/null +++ b/graphics/grap/README @@ -0,0 +1,10 @@ +Grap is a language for typesetting graphs specified and first +implemented by Brian Kernighan and Jon Bentley at Bell Labs. It is +an expressive language for describing graphs and incorporating them +in typeset documents. It is implemented as a preprocessor to +Kernigan's pic language for describing images, so any system that +can use pic can use grap. For sure, TeX and groff can use it. + +To be useful, the pic program from the groff package that is included +in Slackware Linux is required. + |