> .\" 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


_______________________________________________
Groff mailing list
Groff@gnu.org
http://lists.gnu.org/mailman/listinfo/groff

Reply via email to