home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / linux / 25744 < prev    next >
Encoding:
Text File  |  1993-01-28  |  1.8 KB  |  51 lines

  1. Newsgroups: comp.os.linux
  2. From: agc@weasel.demon.co.uk (Alan Charlton)
  3. Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!elroy.jpl.nasa.gov!ames!agate!doc.ic.ac.uk!pipex!demon!weasel.demon.co.uk!agc
  4. Subject: Re: Groff won't do PostScript!  Sob!
  5. In-Reply-To: cs911461@ariel.yorku.ca's message of Tue, 26 Jan 1993 08:44:03 GMT
  6. References: <1993Jan26.084403.10094@newshub.ariel.yorku.ca>
  7. Organization: home
  8. Apparently-To: mail2news@news.demon.co.uk
  9. Date: Tue, 26 Jan 1993 19:41:19 +0000
  10. Message-ID: <AGC.93Jan26194119@weasel.demon.co.uk>
  11. Sender: usenet@demon.co.uk
  12. Lines: 37
  13.  
  14. In article <1993Jan26.084403.10094@newshub.ariel.yorku.ca> cs911461@ariel.yorku.ca (CHRISTIAN D. ARMOUR) writes:
  15.  
  16.    $ groff -Tps -man lc.1 > lc.ps
  17.  
  18.    Here's what it says:
  19.  
  20.    gtroff: can't open `DESC'
  21.    gtroff: fatal error: sorry, I can't continue
  22.  
  23. I had this problem.  It appears that the groff which came with the
  24. 0.98.5 SLS (like wot I have) is - errr.... broken.  As a stop-gap
  25. measure I did a work-around as follows:
  26.  
  27.     groff -Tdvi file > file.dvi
  28.  
  29. then;
  30.  
  31.     dvips file.dvi -o file.ps
  32.  
  33. ...which worked a treat on the elm 2.4.20 documentation.  However, I
  34. then grabbed the sources for groff-1.06 from prep.ai.mit.edu and made
  35. it (and boy, does that c++ object code take up a lot of disk space!).
  36. I tried the `-Tps' thing again, and this time it worked.  Strangely
  37. enough, though, I found that the fonts generated by dvips are *vastly*
  38. superior in terms of readability and style than the ones generated by
  39. the groff Postscript driver.
  40.  
  41. Moral:  don't bother with `groff -Tps' - use `groff -Tdvi'and `dvips'
  42.     instead!
  43.  
  44. Hope this helps,
  45.  
  46. Alan
  47. --
  48. |  Alan Charlton            |  `Time is an illusion -   |
  49. |  agc@weasel.demon.co.uk   |   lunchtime, doubly so.'  |
  50. |  agc@cix.compulink.co.uk  |  - Douglas Adams          |
  51.