Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!netnews.upenn.edu!jes From: jes@mbio.med.upenn.edu (Joe Smith) Newsgroups: comp.text Subject: how to FORCE a page break in troff? Message-ID: Date: 5 Aug 89 17:46:00 GMT Sender: news@netnews.upenn.edu Distribution: comp Organization: University of Pennsylvania, Philadelphia, PA Lines: 22 Does anyone know how to *absolutely force* a page break in troff? I hope there's a trivial solution I've missed, but troff and the macro package work very hard to keep from generating 'extra' space (including extra pages via .bp) at the top of a page. Even a '.rs' just before the '.bp' doesn't work. I'm using (o)troff -me, but I could probably hack in any general solutions. I need this for leaving an empty page (or pages), except for headers and footers, for paste-ins. I suppose in the end, I could simply bump the page# register and format the missing pages separately in raw troff (ugh!). Any better ideas?