From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/5954 Path: main.gmane.org!not-for-mail From: e_w_g@t-online.de (Eckhart =?iso-8859-1?Q?Guth=F6hrlein?=) Newsgroups: gmane.comp.tex.context Subject: Re: table layout setup Date: Tue, 30 Oct 2001 11:58:49 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <5.1.0.14.0.20011030114946.00abb270@pop.t-online.de> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: main.gmane.org 1035396512 5997 80.91.224.250 (23 Oct 2002 18:08:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:08:32 +0000 (UTC) Original-To: Lukas Kubin , ntg-context@ntg.nl In-Reply-To: Xref: main.gmane.org gmane.comp.tex.context:5954 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:5954 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