home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / graphics / gpic.1.01.README < prev    next >
Encoding:
Text File  |  1994-01-07  |  1.1 KB  |  27 lines

  1. This package contains the binary for gpic, compiled on 
  2. a NeXT-station (68040) running 2.0.  Included is the
  3. binary, the manual page, and a sample picture of a 2-3 tree.
  4.  
  5. Gpic is part of the groff distribution, written by James Clark.
  6. The source is available from prep.ai.mit.edu.  The version I 
  7. compiled was version 1.01.  I used cc++ and the libraries and
  8. include files from libg++ version 1.39.
  9.  
  10. Gpic is based on pic, written by Brian Kernighan at Bell Laboratories.
  11. If you need to learn more about pic -- basically a subset of gpic --
  12. you should get Bell Laboratories Computing Science Technical Report No. 85.
  13. The following is an excerpt from its abstract:
  14.  
  15.     PIC is a language for drawing simple figures on a typesetter.
  16.     The basic objects in PIC are boxes, circles, ellipses, lines,
  17.     arrows, arcs, spline curves, and text.  These may be placed
  18.     anywhere, at positions specified absolutely or in terms of
  19.     previous objects. 
  20.  
  21. There was also an article in Software Practice & Experience a few years
  22. ago, describing pic.  Those are the only documents I know of.
  23.  
  24. If you have any questions, send me a mail and I'll try to answer.
  25.  
  26. --Kjell                    kjell@cs.ucsc.edu
  27.