On Fri, 07 Apr 2006 18:38:17 -0700, Johannes Graumann
Hello,
I'm a big fan of the LaTeX booktabs package - I find tables created using it with it's 'toprule', 'bottomrule' and clippable 'cmidrule' commands the most satisfying solution I have come across (see attachments, especially 'table1.jpg'). After consulting the archives of this list, it seems clear, that ConTeXt does not yet have any package of that sophistication, but I'm dead set on writing my thesis in XML and have ConTeXt read it ... therefore I'd like to soclicit your preferences and ideas on how to pleasingly format tables - how do you do it?
Thanks for any input,
Maybe this can be a start: \starttext \framed[frame=off,topframe=on,bottomframe=on,offset=none,rulethickness=2pt]\bgroup% \setupTABLE[frame=off]% \setupTABLE[column][each][distance=10pt]% \setupTABLE[row][1][rulethickness=0.5pt,bottomframe=on]% \setupTABLE[row][2][rulethickness=0.5pt,bottomframe=on]% \bTABLE% \bTR\bTD[nr=2] a \eTD\bTD[nc=2] b \eTD\bTD[nr=2] c \eTD\eTR% \bTR\bTD b \eTD\bTD b \eTD\eTR% \bTR\bTD a \eTD\bTD b \eTD\bTD b \eTD\bTD c \eTD\eTR% \bTR\bTD a \eTD\bTD b \eTD\bTD b \eTD\bTD c \eTD\eTR% \eTABLE% \egroup \stoptext Regards, BG