Re: [dev-context] Local settings for frame borders

2012-05-28 Thread Wolfgang Schuster
Am 28.05.2012 um 16:40 schrieb Marco: On 2012-05-23 Marco net...@lavabit.com 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

Re: [dev-context] Local settings for frame borders

2012-05-28 Thread Aditya Mahajan
On Mon, 28 May 2012, Wolfgang Schuster wrote: Am 28.05.2012 um 16:40 schrieb Marco: On 2012-05-23 Marco net...@lavabit.com 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

Re: [dev-context] Local settings for frame borders

2012-05-28 Thread Wolfgang Schuster
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 net...@lavabit.com wrote: I improved the code. There is no interference any more and no strange offsets. One thing is still

Re: [dev-context] Local settings for frame borders

2012-05-28 Thread Aditya Mahajan
On Mon, 28 May 2012, Wolfgang Schuster wrote: 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. In that case, we also need to change

Re: [dev-context] Local settings for frame borders

2012-05-28 Thread Hans Hagen
On 28-5-2012 18:09, Aditya Mahajan wrote: On Mon, 28 May 2012, Wolfgang Schuster wrote: 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.

Re: [dev-context] Local settings for frame borders

2012-05-28 Thread Hans Hagen
On 28-5-2012 18:01, Wolfgang Schuster wrote: 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 Marconet...@lavabit.com wrote: I improved the code. There is no interference any more and no

Re: [dev-context] Local settings for frame borders

2012-05-23 Thread Marco
On 2012-05-23 Aditya Mahajan adit...@umich.edu wrote: Hi Aditya, Currently it is not possible to individually set the thickness of the different borders of a frame. A typical use-case is typesetting a table row where the top frame is double the thichness of the bottom frame. Having to resort

Re: [dev-context] Local settings for frame borders

2012-05-23 Thread Marco
On 2012-05-23 Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: I modified your code to bring it in the same form as meta-imp-fen.mkiv. … and introduces some bugs: multiple topboundary Frankly, I feel that Adityas \install_local_fence_handler was a pretty neat solution. It looks

Re: [dev-context] Local settings for frame borders

2012-05-23 Thread Marco
And here we go again, including the file. meta-imp-loc.mkiv Description: Binary data ___ dev-context mailing list dev-context@ntg.nl http://www.ntg.nl/mailman/listinfo/dev-context

Re: [dev-context] Local settings for frame borders

2012-05-23 Thread Wolfgang Schuster
Am 23.05.2012 um 15:41 schrieb Marco: And here we go again, including the file. You can replace \the\dimexpr\framedparameter{…} with \frameddimension{…} and \overlaylinewidth with OverlayLineWidth You can also replace \MPcolor{\overlaylinecolor} with (can be found in

Re: [dev-context] Local settings for frame borders

2012-05-23 Thread Aditya Mahajan
On Wed, 23 May 2012, Wolfgang Schuster wrote: Am 23.05.2012 um 15:41 schrieb Marco: And here we go again, including the file. You can replace \the\dimexpr\framedparameter{…} with \frameddimension{…} In my tests that was failing. IIRC, that was because rulethickness is equal to

Re: [dev-context] Local settings for frame borders

2012-05-23 Thread Wolfgang Schuster
Am 23.05.2012 um 16:30 schrieb Aditya Mahajan: On Wed, 23 May 2012, Wolfgang Schuster wrote: Am 23.05.2012 um 15:41 schrieb Marco: And here we go again, including the file. You can replace \the\dimexpr\framedparameter{…} with \frameddimension{…} In my tests that was

Re: [dev-context] Local settings for frame borders

2012-05-23 Thread Hans Hagen
On 23-5-2012 16:30, Aditya Mahajan wrote: On Wed, 23 May 2012, Wolfgang Schuster wrote: Am 23.05.2012 um 15:41 schrieb Marco: And here we go again, including the file. You can replace \the\dimexpr\framedparameter{…} with \frameddimension{…} In my tests that was failing. IIRC, that

Re: [dev-context] Local settings for frame borders

2012-05-23 Thread Aditya Mahajan
On Wed, 23 May 2012, Wolfgang Schuster wrote: Am 23.05.2012 um 16:30 schrieb Aditya Mahajan: On Wed, 23 May 2012, Wolfgang Schuster wrote: Am 23.05.2012 um 15:41 schrieb Marco: And here we go again, including the file. You can replace \the\dimexpr\framedparameter{…} with

[dev-context] Local settings for frame borders

2012-05-22 Thread Aditya Mahajan
Hi, Currently it is not possible to individually set the thickness of the different borders of a frame. A typical use-case is typesetting a table row where the top frame is double the thichness of the bottom frame. Having to resort to metapost for something as simple as this is a bit