groff
[Top][All Lists]
Advanced

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

Re: [Groff] nesting tbl?


From: Ralph Corderoy
Subject: Re: [Groff] nesting tbl?
Date: Fri, 30 Aug 2002 19:33:40 +0100

Hi Dan,

> I was thinking a bit further on nesting tables.

Here's something to play around with.  I'm pushed for time at the mo.

    $ cat tbl.t
    .outerTS
    tab(:) allbox;
    l | l.
    apple:fruit
    banana:T{
    .TS
    tab(:) allbox;
    l l.
    one:alpha
    two:beta
    three:gamma
    .TE
    T}
    chair:furniture
    .outerTE
    $ tbl tbl.t |
    > sed -e '/^\.T[SE]/d' -e 's/^\.outer\(T[SE]\)$/.\1/' |
    > tbl |
    > groff >tbl.ps

Cheers,


Ralph.


reply via email to

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