Hello, how to achieve the table header to have a thick bottom line?
Here are my two attempts:
----
\starttext
\bTABLE
\setupTABLE[width=broad]
\setupTABLE[header][align=middle]
\bTABLEhead
\bTR[bottomframe=on,rulethickness=2mm]\bTH a\eTH\bTH b\eTH\eTR
\eTABLEhead
\bTABLEbody
\bTR\bTD 1\eTD\bTD 2\eTD\eTR
\bTR\bTD 3\eTD\bTD 4\eTD\eTR
\eTABLEbody
\eTABLE
Or even better:
\bTABLE
\setupTABLE[width=broad]
\setupTABLE[header][bottomframe=on,rulethickness=2mm,align=middle]
\bTABLEhead
\bTR\bTH a\eTH\bTH b\eTH\eTR
\eTABLEhead
\bTABLEbody
\bTR\bTD 1\eTD\bTD 2\eTD\eTR
\bTR\bTD 3\eTD\bTD 4\eTD\eTR
\eTABLEbody
\eTABLE
\stoptext
----
As you can see, in both cases all header cells are surrounded by a thick
border; but only the bottom border should be.
How to achieve it?
TIA.
Best regards,
Lukas
--
Ing. Lukáš Procházka [mailto:[email protected]]
Pontex s. r. o. [mailto:[email protected]] [http://www.pontex.cz]
Bezová 1658
147 14 Praha 4
Tel: +420 244 062 238
Fax: +420 244 461 038
t-TabHdr.mkiv
Description: Binary data
t-TabHdr.pdf
Description: Adobe PDF document
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : [email protected] / 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 ___________________________________________________________________________________
