Re: [NTG-context] Thickness of right border for table cell

2013-01-17 Thread Aditya Mahajan

On Thu, 17 Jan 2013, Troy Henderson wrote:


In order to change the width of the bottom border of the first row of a
natural table to 2bp, I can do

\setupTABLE[row][1][after={\hrule width\hsize height 2bp}]

and I have tried doing

\setupTABLE[column][1][after={\vrule height\vsize width 2bp}]

to change the width of the right border of the first column, but this does
not work.  I would appreciate some expertise on this.


Use metapost backgrounds.

I had made a proposal for fences for which we can specify the thickness 
each side:


http://thread.gmane.org/gmane.comp.tex.context.devel/2022

But I think that it never made it to the core.

Aditya
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Thickness of right border for table cell

2013-01-17 Thread Troy Henderson
In order to change the width of the bottom border of the first row of a
natural table to 2bp, I can do

\setupTABLE[row][1][after={\hrule width\hsize height 2bp}]

and I have tried doing

\setupTABLE[column][1][after={\vrule height\vsize width 2bp}]

to change the width of the right border of the first column, but this does
not work.  I would appreciate some expertise on this.

Thanks,

Troy Henderson
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___