� wrote:
> Hello,
> in the following example, the bottomframe of the first column is lowered:
>
> \starttext
> \setupTABLE[frame=off,offset=0.2em]
> \setupTABLE[r][1][bottomframe=on,align=middle]
> \setupTABLE[c][1][bottom=h]
> \setupTABLE[1][1][bottom=]
> \bTABLE
> \bTR\bTH 1\eTH\bTH 2\eTH\eTR
> \bTR\bTD 3\eTD\bTD 4\eTD\eTR
> \bTR\bTD 5\eTD\bTD 6\eTD\eTR
> \eTABLE
> \stoptext
>
restore the bottom parameter of the first cell to \vss
\showstruts
\starttext
\setupTABLE[frame=off,offset=0.2em]
\setupTABLE[r][1][bottomframe=on,align=middle]
\setupTABLE[c][1][bottom=h]
\setupTABLE[1][1][bottom=\vss]
\bTABLE
\bTR\bTH 1\eTH\bTH 2\eTH\eTR
\bTR\bTD 3\eTD\bTD 4\eTD\eTR
\bTR\bTD 5\eTD\bTD 6\eTD\eTR
\eTABLE
\stoptext
strange usage of 'bottom' btw
-----------------------------------------------------------------
Hans Hagen | PRAGMA ADE
Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
| www.pragma-pod.nl
-----------------------------------------------------------------
_______________________________________________
ntg-context mailing list
[email protected]
http://www.ntg.nl/mailman/listinfo/ntg-context