From: "Yu Zhao" <[EMAIL PROTECTED]>
Subject: Re: [Groff] About header and footer
Date: Fri, 1 Feb 2008 00:55:34 +0800
> .de BP
> .rn CH @CH
> .rn LH @LH
> .bp
> .rn @CH CH
> .rn @LH LH
> ..
>
> Then use .BP instead of .bp.
Thanks. That's exactly what I need.
Luke
Try this:
.de BP
.rn CH @CH
.rn LH @LH
.bp
.rn @CH CH
.rn @LH LH
..
Then use .BP instead of .bp.
- Original Message -
From: "Luke Huang" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc:
Sent: Thursday, January 31, 2008 11:15 PM
Subject: Re: [Groff] About heade
Thanks.
But, it seems not to solve my problem. I guess you misunderstood my
requirement. But, that's my fault.Sorry for my poor English that make
you confused;)
My problem is that, I defined header with .CH, .LH ... macros, and use a
.bp to start a section (or chapter ) in a new page.
On Wed, Jan 30, 2008 at 11:49:50PM -0500, Luke Huang wrote:
> Who please teach me how to add the header (or footer) which is NOT shown
> in the first page of each section.
>
> P.S I am suing groff with -ms.
>
> Thanks a lot
> Luke
>
>
add
.P1
at the top of you document.
joerg
Who please teach me how to add the header (or footer) which is NOT shown
in the first page of each section.
P.S I am suing groff with -ms.
Thanks a lot
Luke