Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!caen!uwm.edu!uwvax!astroatc!vidiot!brown From: brown@vidiot.UUCP (Vidiot) Newsgroups: comp.lang.postscript Subject: Re: including postscript files in troff files Message-ID: <1612@vidiot.UUCP> Date: 14 Apr 91 01:42:45 GMT References: <5353@ns-mx.uiowa.edu> <1595@vidiot.UUCP> <1383@ecicrl.ocunix.on.ca> Reply-To: brown@vidiot.UUCP (Vidiot) Organization: Vidiot's Hangout Lines: 81 In article <1383@ecicrl.ocunix.on.ca> clewis@ferret.ocunix.on.ca (Chris Lewis) writes: brown@vidiot.UUCP (Vidiot) writes: <>In article <5353@ns-mx.uiowa.edu> papalacharla@icaen.uiowa.edu (Paparao Palacharla) writes: <>You don't say which troff you are using. If it is a troff text processor that <>provides output for the C/A/T phototypesetter, then the answer is you can't. < Not easily anyway. The old troff produces very specialized output that can't <>contain any kind of special code that can be sent to the post processor that <>converts C/A/T output to PostScript. < But, if you are using a post-processor, like the pscat program from the Adobe <>TranScript package, you can put a special keyword into the text. You can then <>find that keyword in the PostScript output and manually edit in the PostScript. <>The keyword is just some normal text that will never be in the document, some <>unique word in caps will do. Normal 10pt text is preferred, since that will <>keep if from being kerned. The complete PostScript line that contains the <>keyword will be replaced with your PostScript data. You must surround the <>included text with the following: < converters have support for \X'f...' and <\X'p...' (or similar). Where these are converted into file includes and To make all of this easier, get the groff text handling package. It has <>PostScript inclusion built in. <