From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/26279 Path: news.gmane.org!not-for-mail From: =?ISO-8859-15?Q?Peter_M=FCnster?= Newsgroups: gmane.comp.tex.context Subject: table-caption: centred or not?? Date: Wed, 8 Mar 2006 18:37:45 +0100 (CET) Message-ID: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1141839688 14976 80.91.229.2 (8 Mar 2006 17:41:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 8 Mar 2006 17:41:28 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Mar 08 18:41:24 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1FH2cX-00082x-1b for gctc-ntg-context-518@m.gmane.org; Wed, 08 Mar 2006 18:38:47 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 285011279D; Wed, 8 Mar 2006 18:38:42 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 16980-02; Wed, 8 Mar 2006 18:38:37 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 884631277F; Wed, 8 Mar 2006 18:38:37 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AF8F21277F for ; Wed, 8 Mar 2006 18:38:35 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 16495-02-4 for ; Wed, 8 Mar 2006 18:38:34 +0100 (CET) Original-Received: from smtp.cegetel.net (mf01.sitadelle.com [212.94.174.68]) by ronja.ntg.nl (Postfix) with SMTP id C6B9712778 for ; Wed, 8 Mar 2006 18:38:34 +0100 (CET) Original-Received: from gaston.pm (unknown [84.7.255.114]) by smtp.cegetel.net (Postfix) with ESMTP id 143B86A0A07 for ; Wed, 8 Mar 2006 18:38:33 +0100 (CET) Original-Received: by gaston.pm (Postfix, from userid 500) id DD03F13C103; Wed, 8 Mar 2006 18:37:45 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by gaston.pm (Postfix) with ESMTP id D871F148130 for ; Wed, 8 Mar 2006 18:37:45 +0100 (CET) X-X-Sender: peter@gaston.pm Original-To: ConTeXt list X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:26279 Archived-At: Hello, how are the rules, that determine if the caption is centred? Here my test-case, "ok" means: this is how I like it and "not ok" means, I don't like it: \setupcaptions[width=\makeupwidth] \def\MyTable#1{\placetable{\dorecurse{#1}{bla }}{\starttable[|c|] \NC This is a table.\NC\AR\stoptable}} \starttext \MyTable{2} % ok \MyTable{10} % not ok \MyTable{30} % ok \setupcaptions[align=middle] \MyTable{2} % ok \MyTable{10} % ok \MyTable{30} % not ok \stoptext What should I do, to get 3 times "ok" ? Cheers, Peter -- http://pmrb.free.fr/contact/