groff
[Top][All Lists]
Advanced

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

Re: [Groff] How to switch off line filling?


From: Ralph Corderoy
Subject: Re: [Groff] How to switch off line filling?
Date: Mon, 21 Jan 2008 11:26:42 +0000

Hi Dan,

It would help if you showed us the command you use, e.g. what macro
package, etc.

>  1.  Turn off pagination. Like I said, it’s mostly for
>      email and therefore doesn’t require separate pages. I
>      don’t know how the man formatter does it.

Try using .pl to set the page length to something long that's never
reached.

>  4.  Left margin: How can it be turned off or made smaller?

Possibly .po to set the page offset, but again it may depend on how
you're running groff.

Comparing the output of these two pipelines may be helpful.

    $ yes foo |
    > sed 1000q | nroff -ms | uniq
    $ (echo .ad l/.pl 1000i/.po 1i | tr / \\012; yes foo) |
    > sed 1000q | nroff -ms | uniq

Cheers,


Ralph.





reply via email to

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