![](https://secure.gravatar.com/avatar/c454c7402b3c58eaddc7622147742a81.jpg?s=120&d=mm&r=g)
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
![](https://secure.gravatar.com/avatar/c5ae4f9aa0d3a9bd5376e92b322c3e50.jpg?s=120&d=mm&r=g)
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
participants (2)
-
Aditya Mahajan
-
Troy Henderson