[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] suppress page headers
From: |
Ralph Corderoy |
Subject: |
Re: [Groff] suppress page headers |
Date: |
Tue, 28 May 2002 19:43:21 +0100 |
Hi Stephen,
> > > Is there an easy way to suppress page headers on all pages,
> > > without specifying the command once for each page. I'm using
> > > groff 1.17.2
> >
> > Are you using a particular macro set? And what command do you
> > currently works on a per page basis?
>
> I'm using the mm macros. Currently the following work to suppress
> headers on either the first or the current page:
>
> .PGNH
> .nr N 2
> .nr N 4
> .nr pg*header-size 0
I guess
.PH "''''"
.PF "''''"
isn't sufficient since the headers and footers still occupy space?
Ralph.