Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!pacbell.com!att!cbnews!cbnewsl!npn From: npn@cbnewsl.att.com (nils-peter.nelson) Newsgroups: comp.text Subject: Re: Postscript in troff (again) Summary: .BP macro in DWB 3.1 includes PostScript Message-ID: <1991Apr29.205527.4845@cbnewsl.att.com> Date: 29 Apr 91 20:55:27 GMT References: <1991Apr25.192407.9455@b11.ingr.com> Organization: AT&T Bell Laboratories Lines: 17 In DWB 3.1, PostScript files of any kind can be included by: troff stuff .BP file.ps height width flags more troff stuff Then troff -mpictures -mm file | dpost | lp If file.ps is encapsulated PostScript, the BoundingBox comments will be honored; otherwise, file.ps is assumed to describe an 8 1/2 x 11 page which is scaled to fit. The flags are for things like left-justify with text on the right, center justify with text flow around, and right justify. Also, rotation, captions and a few other goodies. The Picasso drawing program, included with DWB 3.1, is particularly good at creating encapsulated PostScript; other packages may not put in the bounding box.