Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!rutgers!rochester!pt.cs.cmu.edu!andrew.cmu.edu!jaap+ From: jaap+@andrew.cmu.edu (Jaap Akkerhuis) Newsgroups: comp.lang.postscript Subject: Re: Postscript figures in troff Message-ID: Date: 28 Mar 89 17:38:17 GMT References: <4676@m2c.M2C.ORG> Organization: Information Technology Center, Carnegie Mellon, Pittsburgh, PA Lines: 20 In-Reply-To: <4676@m2c.M2C.ORG> > *Excerpts from ext.nn.comp.lang.postscript: 28-Mar-89 Postscript figures in* > *troff Gary Lipton@odin.m2c.org (729)* > Is there any way to transparently pass the Postscript in the > troff + Postscript file to the final all-Postscript file? (Note: > we don't have ditroff.) I'm afraid not. Good old troff had .cf disabled (it didn't make much sense for the typesetter it was using). The thing you can do is to leave space in troff output with a tag identifying that this would be filled in later and then insert the postscript in the file produced by pscat. Something similar has been done before--I remember a talk at the EUUG conference in Dublin about this method. This method is of course very kludgy & error prone. If you have just a couple of figures it is probably better to leave space (f.i. a boc of the size of the picture & a id. tag in it) in the output, print the picture separately and use the good old knife & glue. jaap