Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cornell!uw-beaver!uw-entropy!uw-apl!ez From: ez@uw-apl.UUCP (Eleanor M. Zitek) Newsgroups: comp.text Subject: Re: turn off page numberings on troff Message-ID: <246@uw-apl.UUCP> Date: 29 Sep 89 00:42:17 GMT References: <14781@netnews.upenn.edu> Organization: UW Applied Physics, Seattle Lines: 16 Summary: how to stop page numbering In article <14781@netnews.upenn.edu>, iu@grasp.cis.upenn.edu (SiuLeong Iu) writes: > Is there a way to turn off the page numberings when we use > the troff with -ms to prepare the document? Use the .OH and .EH header macros described in "A Revised Version of -ms" that is part of the 4.3 BSD distribution. If you set them thusly at the beginning of your file: .OH '''' .EH '''' you won't get any page numbers. > On the other hand, if we put number on the pages, can we put > number '-1-' on page 1 also? Haven't figured this one out. I can do it with -me, but not -ms. There's always library paste.