[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] tbl: Standard column width?
From: |
Werner LEMBERG |
Subject: |
Re: [Groff] tbl: Standard column width? |
Date: |
Mon, 13 Mar 2006 23:31:06 +0100 (CET) |
> .\" line length increase to cope w/ tbl weirdness
> .ll +(\n(LLu * 62u / 100u)
> .TS
> lll.
> ... data ...
> .TE
> .\" line length decrease back to previous value
> .ll -(\n(LLu * 62u / 100u)
>
> Are there any objections against this solution?
Looks OK. On the other hand, it is not clear to me why you do a
relative change instead of an absolute one. The latter might be
easier to maintain.
Werner