At 08:16 25.10.2001 -0400, Lukas Kubin wrote: >How do I set a table layout for whole document. I want to set up the >description (table nr. and name) to be centered above the table. I also >wish to define borders (one bold line above, one not so bold line bellow >table) for all tables in document.
\setupfloat[table][frame=on,leftframe=off,rightframe=off] \setupcaption[table][location=top] This doesn't really define the layout for the table itself, but for the float of type table. I don't have an ad hoc solution for a different line width above and below. I know of the following documentation concerning tables/tabulation: the context reference and the beginners' manual, context up-to-date 4 and up-to-date 8. Eckhart
