groff
[Top][All Lists]
Advanced

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

Re: [Groff] (no subject)


From: Ralph Corderoy
Subject: Re: [Groff] (no subject)
Date: Fri, 01 Sep 2000 10:59:20 +0100

Hi,

> tbl:test:18: column separation specified for last column
> 
> .TS
> tab (@);
> lw(.25i) l0 l0 l0 l0 l0 l0 l0 l0 l0 l0 l0 l0 l0 l0 .
> (2)a. @Mang-g\o'a\(um'i-[ga'] @h\o'a\(ma'm.
> @agr-have-pet @we
> .TE

tbl is complaining that the separation (the distance between this
column and the next one) has been specified for the last column.
Bell Labs tbl ignores this, groff's tbl gives a warning.

Change the last `l0' to `l'.

    $ tbl >/dev/null
    .TS
    tab(:);
    l1 l1 l1.
    a:b:c
    .TE
    ^D
    tbl:<standard input>:4: column separation specified for last column
    $ tbl >/dev/null
    .TS
    tab(:);
    l1 l1 l.
    a:b:c
    .TE
    ^D
    $


Ralph.


reply via email to

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