lout-users
[Top][All Lists]
Advanced

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

Re: Tables, Row straddling


From: Jeff Kingston
Subject: Re: Tables, Row straddling
Date: Sun, 12 Oct 1997 10:36:28 +1000

> Does anyone know how I can get lout (in partic. v.3.10) to
> allow a table cell to straddle two rows? Something like this:
 
The @Tab symbol has spanning columns but not spanning rows.  Lout's
underlying machinery permits spanning rows but they have never been
packaged for presentation to the ordinary user.
 
If you want to be clever you can try
 
    -90d @Rotate @Tab
        @Fmta { @Col 90d @Rotate A ! @Col 90d @Rotate B ! ... }
    {
        ...
    }
 
That is, rotate the table so that @Tab's spanning columns come out
as spanning rows, then rotate each entry back again.  OK, it's crazy,
but it would work.

Jeff


reply via email to

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