Xref: utzoo comp.sources.wanted:7371 comp.lang.postscript:2159 Path: utzoo!attcan!utgpu!utstat!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!husc6!bbn!usc!csun!srhqla!kosman!kevin From: kevin@kosman.UUCP (Kevin O'Gorman) Newsgroups: comp.sources.wanted,comp.lang.postscript Subject: Re: Looking for troff to postscript(LaserWriter II) converter Keywords: troff postscript LaserWriter Message-ID: <769@kosman.UUCP> Date: 12 May 89 15:40:05 GMT References: <288@iaoobelix.UUCP> <1090@ssp15.idca.tds.philips.nl> Reply-To: kevin@kosman.UUCP (Root) Followup-To: comp.sources.wanted Organization: K.O.'s Manor - Vital Computer Systems, Oxnard, CA 93035 Lines: 17 In article <1090@ssp15.idca.tds.philips.nl> jos@idca.tds.PHILIPS.nl (Jos Vos) writes: >In article <288@iaoobelix.UUCP> vogt@iaoobelix.UUCP (Gerald Vogt) writes: > >>I'm looking for a program, that takes troff-output and converts >>it to PostScript. I want to print my Elm manuals on our LaserWriter II. >>Is there any public source? > >Tpscript (from comp.sources.* some time ago) converts Device-independent >troff to PostScript. For C/A/T troff output I don't know a filter. One approach, not perfect, is to run the stuff through nroff, and put the results through lp2ps, which is part of the TeX distribution. This transforms printer-things to postscript. I have only just started to look at this myself, so there may be gotchas I don't know about yet. Of course, you lose some of the pretty features by running it through nroff instead of troff, but it may be enough for you.