groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Groff] Odd ms Macro Page Offset Register Behavior


From: Tadziu Hoffmann
Subject: Re: [Groff] Odd ms Macro Page Offset Register Behavior
Date: Mon, 19 Jan 2004 11:02:44 +0100
User-agent: Mutt/1.4i

>    If the file is formatted with the request:
> 
>       .if 1 \{
>       .  nr xyz 13
>       .\} 
> 
> as the first three lines of the file, the footer text is no longer
> centered and the odd page numbers are no longer aligned with the right
> page margin.


The above construct introduces a blank line.  Use

  .if 1 \{\
  .  nr xyz 13
  ...
  .\}

i.e., don't forget the backslash at the end of the first line.
Or use

  .if 1 \{ .nr xyz 123
  ...
  .\}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]