home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / 3b1 / 4358 < prev    next >
Encoding:
Text File  |  1993-01-22  |  3.8 KB  |  84 lines

  1. Newsgroups: comp.sys.3b1
  2. Path: sparky!uunet!stanford.edu!unixhub!ditka!hico2!kak
  3. From: kak@hico2.westmark.com (Kris A. Kugel)
  4. Subject: Re: Any graphics or better wp's for 7300?
  5. Message-ID: <C14r3v.MD6@hico2.westmark.com>
  6. Reply-To: kak2@hico2.westmark.com
  7. Organization: High Country Software
  8. X-Newsreader: TIN [version 1.1 PL8]
  9. References: <4143@ecicrl.ocunix.on.ca>
  10. Distribution: na
  11. Date: Wed, 20 Jan 1993 02:04:40 GMT
  12. Lines: 70
  13.  
  14. Chris Lewis (clewis@ferret.ocunix.on.ca) wrote:
  15. : In article <1993Jan16.021127.14456@d-and-d.com> dnichols@d-and-d.com (DoN. Nichols) writes:
  16. : >In article <1993Jan15.131743.954@cbnewsm.cb.att.com> rlsx@cbnewsm.cb.att.com (russell.l.stauffer) writes:
  17. : >>I want to be able to make up some "fliers" and posters at home on a Unixpc.
  18. : >>What, if anything, is out there that would enable me to do this ??  I'd
  19. : >>like a "graphical" word processor, similar to FrameMaker, etc. to the point
  20. : >>that I can "draw" something with the mouse & stick it on a page with text
  21. : >>on it.  Or, even a better word processor than "stock" that would allow me
  22. : >>to make up a page with different text sizes (fonts, too?) on it (I suppose
  23. : >>I could try "troff" if it's there...).  Any suggestions?
  24.  
  25. : I don't think troff is very suitable for this.  You can do newsletters
  26. : okay, but fliers and posters need more graphics power.
  27.  
  28. : >    Troff is not there, only nroff.  However, you can use groff (Gnu's
  29. : >implementation of troff, with pic (for line drawings from text commands).  I
  30. : >think that there are binaries of this out there,
  31.  
  32. : The only one that I am aware of is Picasso, an unadvertised package contained
  33. : in one of the AT&T DWB 2.x releases for 3b2 series machines.  With that you
  34. : could do full blown mouse point/click/stretch etc. and generate pic.
  35. : Only if you had a blit or 5620 as a display - this ain't X windows stuff....  : Nor does it seem to be available anymore, or on other platforms.
  36. : I've heard rumors of something for DWB 3.x, but AT&T decided to not do
  37. : DWB 3.x for 3b1s (even after we pretty-pleased a lot).
  38. : -- 
  39. : Chris Lewis; clewis@ferret.ocunix.on.ca; Phone: Canada 613 832-0541
  40. : Psroff 3.0 info: psroff-request@ferret.ocunix.on.ca
  41. : Ferret list: ferret-request@ferret.ocunix.on.ca
  42.  
  43. Ignoring for the moment that I don't think troff/nroff is
  44. really the way to go for the case you describe,
  45. (I've just put together a org chart using pic,
  46. and it ain't all that much fun.  You CAN do it.)
  47. I'll describe what I've done.
  48.  
  49. Now, in the same document, I've got a diagram I drew with cdraw
  50. and then converted into pic.  I got the tool cdraw2fig from
  51. an archive, and the program fig2dev from and archive, and
  52. produced the diagram thusly (from my Makefile)
  53.  
  54. .cd.fig:
  55.     cdraw2fig $< > $@
  56. .fig.pic:
  57.     fig2dev -Lpic $< > $@
  58.  
  59. Well, actually, it's not as easy as that yet.  I had to track
  60. down a generated broken "fig" construct, the generation is not
  61. quite clean.  And in reality, I think cdraw, while better than
  62. nothing, really could use some improvements.
  63. (creating subassemblies, for one).
  64. Pic has some really nasty long-term problems, one of which is
  65. you really can't make a generalize picture, because the fonts
  66. don't scale.  Probably the long-term solution is to generate
  67. postscript from pic rather than troff constructs in a groff/gs-type
  68. system, and so take advantage of scalable fonts.
  69.  
  70. Y'know, I'm TIRED of trying to manually drag my UNIX into the 90's.
  71. I LIKE troff; if AT&T had spent 1/8 the effort the DOS WP people did,
  72. and made it available, we'd have a pleasant, decent text processing system.
  73. Instead, GNU'll have to create a decent gnuware version that we can
  74. modify ourselves just so we can play catchup with idiotic DOS boxes....
  75.  
  76.  
  77. (can you tell I've spent all week
  78.  trying to create a document with diagrams?
  79.  I now know how to plot with grap, gnuplot,
  80.  and ghostscript remotely via uux)
  81.  
  82. Kris A. Kugel    908-842-2707
  83. hico2!kak    kak@hico2.westmark.com
  84.