Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!mit-eddie!uw-beaver!uw-june!wolf.cs.washington.edu!slh From: slh@wolf.cs.washington.edu (Scott Heyano) Newsgroups: comp.unix.aix Subject: Re: C/A/T Phototypesetter output from troff? Summary: ditroff Keywords: troff, C/A/T, Phototypesetter Message-ID: <14893@june.cs.washington.edu> Date: 5 Feb 91 01:02:27 GMT References: <8709@hub.ucsb.edu> Sender: news@cs.washington.edu Reply-To: slh@wolf.cs.washington.edu (Scott Heyano) Distribution: comp Organization: Computer Science & Engineering, U. of Washington, Seattle Lines: 18 In article <8709@hub.ucsb.edu> raj@pollux.geog.ucsb.edu (Richard A Johnson) writes: |I can't find a way to make troff on the RS/6000 produce the standard C/A/T |Phototypesetter files which it produces on every other version of Unix! |Apparently IBM has changed this command SIGNIFICANTLY! | |Is there a way to get C/A/T Phototypesetter output from troff? |Lacking that, is there a way to get a standard Postscript file from troff? | The troff on rs/6000 is ditroff (device-independent troff). I couldn't find a way to get it output normal troff, though I guess if you could put together a device descr file you could. I think there are other version of unix that don't have old troff either. If gcc is running on aix or will run on aix then you could get g++ and then groff, which produces postscript (CAT files too?). Also, there should be some pd troff's. Of course, none of these "solutions" is easy.