home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / gnu / utils / bug / 1387 < prev    next >
Encoding:
Text File  |  1992-08-20  |  2.3 KB  |  65 lines

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!wrc.xerox.COM!leisner
  3. From: leisner@wrc.xerox.COM (Marty Leisner 311/? x?)
  4. Subject: indent 1.5 - troff option
  5. Message-ID: <1992Aug20.130812.25163@spectrum.xerox.com>
  6. Sender: gnulists@ai.mit.edu
  7. Reply-To: leisner.henr801c@xerox.com
  8. Organization: Xerox
  9. Distribution: gnu
  10. Date: Thu, 20 Aug 1992 13:08:12 GMT
  11. Approved: bug-gnu-utils@prep.ai.mit.edu
  12. Lines: 51
  13.  
  14. I'm working on grinding listings...
  15.  
  16. Indent 1.4 had problems, so I got 1.5 -- appears forget about the -troff option...
  17.  
  18. I just got indent 1.5 up and running...the man page and the tex manual don't have a 
  19. troff option defined...
  20.  
  21. It appears the manual changed without updating the version.   I'm printing edition
  22. 0.02, Version 1.3, May 1992 in the texinfo file...
  23.  
  24. Looking at the texinfo manual source (I'm not texliterate, so I'm just guessing):
  25. @ignore
  26. This is intentionally undocumented because
  27. 1.  Although GNU now has groff, it would be better to use TeX.
  28.  
  29. 2.  The output of indent -troff looks awful, so we have heard.  Perhaps
  30.     it would be reasonable to use this as a starting point to printing a
  31.     program.
  32.  
  33. If you are printing your program, you may wish to use the @samp{-troff}
  34. option to produce output suitable for processing by the @code{troff}
  35. program.  When the @samp{-troff} option is specified, if the output file
  36. is not specified, the default is standard output, rather than formatting
  37. in place.
  38. @end ignore
  39.  
  40. @c Ignore the following since it is not supported.  When someone
  41. @c rewrites this program, an effort could be made to generate TeX.
  42. @c
  43. @c item -troff
  44. @c Format the program for printing with @code{troff}.  Use of this option
  45. @c is not suggested.
  46. @c  xref   Miscellaneous options
  47. @c 
  48. @c
  49.  
  50. I guess this means forget about the troff option (maybe a good idea, it doesn't
  51. appear to work well).  
  52.  
  53. What's a good way to grind listings?  I want to use the psmulti package to produce
  54. n-up output, so I need to use an output driver which users adobe's document structuring
  55. conventions...groff does, I'm using dvitps which doesn't...
  56.  
  57. I ran vgrind on SunOS 4.1.1 and it doesn't appear to do anything useful
  58. (I ran vgrind -f file | groff -mindent - | lpr ) except put the output into italics...
  59.  
  60. --
  61. marty
  62. leisner.henr801c@xerox.com  
  63. Member of the League for Programming Freedom
  64.  
  65.