lout-users
[Top][All Lists]
Advanced

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

Re: left and right justification in column in table


From: Barrie Stott
Subject: Re: left and right justification in column in table
Date: Fri, 15 Aug 2003 09:53:00 +0100
User-agent: Mutt/1.3.28i

On Fri, Aug 15, 2003 at 08:51:04AM +1100, Jeff Kingston wrote:
> I would model this as two columns, the second having some
> fixed width:
> 
>     @Tbl
>         aformat { @Cell A | @Cell 5c @Wide B }
>     {
>     @Rowa
>         A { x33 }
>         B { "Christopher & Jane" |1rt 1875 00 647 123 4567 }
>     }
> 
> This is very close to Barrie Stott's original plan, but
> the difference is that B itself is enclosed in @Wide,
> not the cell containing margins containing B.  It's
> the extra level of margins that are causing the |1rt to
> fail in his example.  At least, I'm as sure about it as
> I can be without testing it. The B in @Rowa goes
> straight into the B in aformat so should be directly
> enclosed in @Wide by the time it's all assembled.

I have tested it and it works!

Many thanks to all who wrote with suggestions; I am most grateful.

Barrie.


reply via email to

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