groff
[Top][All Lists]
Advanced

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

Re: Meeting Minute


From: Ralph Corderoy
Subject: Re: Meeting Minute
Date: Fri, 08 Nov 2019 13:25:05 +0000

Hi Mikkel,

> And the source.
...
> .nr LL 16.2c
> .ll 16.2c
...
> \l'16.2c'

You might like to know that the line length is available in a register
to avoid having to repeat the earlier value.

    $ cat line.tr
    .pl 2
    .ll 3i
    \l'3i'
    .br
    \l'\n(.l/1m'
    $
    $ nroff line.tr
    ______________________________
    ______________________________
    $

.l's value is in units but \l's parameter is in ems so the division
converts.

-- 
Cheers, Ralph.



reply via email to

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