home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / text / 1539 < prev    next >
Encoding:
Internet Message Format  |  1993-01-07  |  1.4 KB

  1. Xref: sparky comp.text:1539 alt.text.dwb:100 comp.sys.att:2830
  2. Newsgroups: comp.text,alt.text.dwb,comp.sys.att
  3. Path: sparky!uunet!UB.com!daver!hico2!kak
  4. From: kak@hico2.westmark.com (Kris A. Kugel)
  5. Subject: Re: info needed on gc2pic
  6. Message-ID: <C0GLJ2.93o@hico2.westmark.com>
  7. Followup-To: comp.text,alt.text.dwb,comp.sys.att
  8. Reply-To: kak2@hico2.westmark.com
  9. Organization: High Country Software
  10. X-Newsreader: TIN [version 1.1 PL8]
  11. References: <C0E9Iw.3Ip@hico2.westmark.com>
  12. Date: Thu, 7 Jan 1993 01:01:47 GMT
  13. Lines: 33
  14.  
  15. I wrote:
  16. : There's a set of troff macros that turn a "typewriter drawing" into
  17. : lines called "gc".
  18. : As I recall, it handles curves through the use of adjacent '(' or '@'
  19. : characters.  I think they work only for certain Xerox printers.
  20.  
  21. :     .GS
  22. :         @@@
  23. :            @   @
  24. :         @@@
  25. :     .GE
  26.  
  27. : There's a filter version, called "gc2pic",
  28. : which generates "pic" output.  The version I used
  29. : did not handle any form of curves.
  30.  
  31. : Given my lack of a working "xcip/cip" program
  32. : for generating pic output, gc2pic seems like
  33. : the easiest way of creating pic pictures fast.
  34.  
  35. : Is there a newer version of gc2pic available that corrects
  36. : the curve problem?
  37.  
  38. Thanks to a friend with an actual manual page,
  39. I find that the curve-handling invocation is
  40.  
  41.     gc2pic +s
  42.  
  43. Evidently, splines are an option because some
  44. output devices can't handle them.
  45.  
  46. I ended up not being able to use gc2pic, because of its
  47. tendency to plot text positions exactly as in its input....
  48.