Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!pyrnj!esquire!patwood From: patwood@esquire.UUCP (Patrick H. Wood) Newsgroups: comp.text Subject: Re: devps from Pipeline Message-ID: <78@esquire.UUCP> Date: Wed, 6-May-87 23:31:35 EDT Article-I.D.: esquire.78 Posted: Wed May 6 23:31:35 1987 Date-Received: Sat, 9-May-87 04:25:44 EDT References: <87@casey.UUCP> Organization: DP&W, New York, NY Lines: 40 Summary: devps and pic and eqn In article <87@casey.UUCP>, donna@casey.UUCP (Donna Hrynkiw) writes: > ...but please note that according to SSC's catalogue TranScript > is a >troff< to PS Translator while devps is a >ditroff< to > PS translator. Yes, TranScript is the only program I know of that correctly converts the old troff (for the Wang C/A/T phototypesetter) to PostScript > Some Problems: > - Formulas generated with eqn have a problem with vertical spacing. > Characters overlap each other; output is unacceptable. Try specifying the device "aps" to eqn, e.g., $ eqn -Taps file | troff -Tps | devps | lp devps uses an internal resolution of 720 DPI, which is very close to that of the aps-5 (723). > - pic diagrams are reduced by a factor of about 2.5. We think inches are > being interpreted as centimeters somewhere. Output can be fudged. Specify the resolution to pic as -T720, or -Taps: $ pic -T720 file | troff -Tps | devps | lp Note that the default resolution for pic is 300 DPI (Imagen 8/300 was used by many of the folks at Murray Hill). > - landscape option prints first page in landscape mode and the > rest in portrait. This is a bug I wasn't aware of; I'll fix it and send a update to SSC. If you want me to, I'll post the fix to the net. Note, you should READ the Devps User's Guide that is distributed by SSC. It tells you what to do to get eqn and pic to work right. Pat Wood Pipeline Associates, Inc. bellcore!phw5!phw (use this, it's the preferred path) P.S. If anyone has any questions about devps, please send them to me via email so we don't tie up this newsgroup.