groff
[Top][All Lists]
Advanced

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

Re: [Groff] Applying commands to all pages


From: Ralph Corderoy
Subject: Re: [Groff] Applying commands to all pages
Date: Wed, 09 Nov 2016 15:42:25 +0000

Hi Brendan,

> how to make commands, such as ".sp x" to set the top margin, apply to
> all pages, not just the first one.

    $ printf '%s\n' '.pl 1i' '.wh 0 HD' '.de HD' foo .. .nf `seq 13` |
    > nroff
    foo
    1
    2
    3
    4
    5
    foo
    6
    7
    8
    9
    10
    foo
    11
    12
    13


    $

-- 
Cheers, Ralph.
https://plus.google.com/+RalphCorderoy



reply via email to

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