[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] Mom and tbl
From: |
Bertrand Garrigues |
Subject: |
Re: [Groff] Mom and tbl |
Date: |
Sat, 15 Dec 2012 12:29:27 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 |
Hi Peter,
On 12/15/2012 04:55 AM, Peter Schaffter wrote:
This is a bug, caused by an unbalanced brace. Took me a while to
spot it. Open 'om.tmac' and replace
.MAC TS END
. if '\\n[.z]'FLOAT*DIV' \{\
. if '\\$1'BOXED' \{\
. if !\\n[.d] .nr boxed-table 1
. \}
.END
with
.MAC TS END
. if '\\n[.z]'FLOAT*DIV' \{\
. if '\\$1'BOXED' \{\
. if !\\n[.d] .nr boxed-table 1
. \}
. \}
.END
TS/TE should behave now.
I'll fix this in the repo when I commit the next set of changes
to mom.
Cheers.
I've just tested, this works fine, thanks!
Regards,
Bertrand Garrigues