Am 28.05.2012 um 17:08 schrieb Aditya Mahajan:
On Mon, 28 May 2012, Wolfgang Schuster wrote:
Am 28.05.2012 um 16:40 schrieb Marco:
On 2012-05-23 Marco
wrote: I improved the code. There is no interference any more and no strange offsets. One thing is still unsolved:
The top/bottom/…rulethickness settings are not inherited from rulethickness (see the table example at the end). This breaks the compilation if only rulethickness is provided but not toprulethicknes and bottomrulethickness. I don't know how to fix that. That's not what users expect and is a bug.
Add these setups to the module (there is no need for the braces):
\setupTABLE [ \c!left\c!rulethickness=\framedparameter\c!rulethickness, \c!left\c!framecolor=\framedparameter\c!framecolor] \setupTABLE [ \c!right\c!rulethickness=\framedparameter\c!rulethickness, \c!right\c!framecolor=\framedparameter\c!framecolor] \setupTABLE [ \c!top\c!rulethickness=\framedparameter\c!rulethickness, \c!top\c!framecolor=\framedparameter\c!framecolor] \setupTABLE [\c!bottom\c!rulethickness=\framedparameter\c!rulethickness,\c!bottom\c!framecolor=\framedparameter\c!framecolor]
I made some more changes at
I made also a few modifications on Marcos code, maybe a few of them should be moved to the core. It would be also a good idea to change the name of the module to meta-imp-frame.mkiv or something similar. Wolfgang