Hello, I'd need to create table with a head and a body, and with horizontal lines between rows disabled, excluding the head.
Something like (ASCII art trial):
+------+------+
| Head | Head |
+------+------+ <- Line here bellow the head is wanted (and can be thicker
than the outer lines)...
| 11 | 12 |
| | | <- ... but no horizontal line between body's rows.
| 21 | 22 |
+------+------+
I played with *frame settings (guided by wiki), but no success.
My trial code:
----
\starttext
\bTABLE[split=repeat,option=stretch,align=middle,frame=off,leftframe=on,rightframe=on]
\bTABLEhead[bottomframe=on]
\bTR\bTD Head \eTD\eTR
\bTR\bTD Head \eTD\eTR
\eTABLEhead
\bTABLEbody
\bTR\bTD 11\eTD\bTD 12\eTD\eTR
\bTR\bTD 21\eTD\bTD 22\eTD\eTR
\eTABLEbody
\eTABLE
\stoptext
----
How to specify rules (frame) to get the desired look?
TIA.
Kind 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-TAB.mkiv
Description: Binary data
t-TAB.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 ___________________________________________________________________________________
