From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/20003 Path: news.gmane.org!not-for-mail From: Eckhart =?iso-8859-1?Q?Guth=F6hrlein?= Newsgroups: gmane.comp.tex.context Subject: Re: TABLE: spacing, before/after Date: Wed, 20 Apr 2005 13:25:11 +0200 Message-ID: <20050420112511.GC22762@cebitec.uni-bielefeld.de> References: <20050413080911.GA3514@cebitec.uni-bielefeld.de> <20050419140409.GD12821@localhost.localdomain> <20050419151504.GA134@cebitec.uni-bielefeld.de> <20050419161928.GA13311@localhost.localdomain> <20050419185658.GA2761@cebitec.uni-bielefeld.de> <20050419194357.GA13920@localhost.localdomain> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1113996124 547 80.91.229.2 (20 Apr 2005 11:22:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 20 Apr 2005 11:22:04 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Apr 20 13:22:01 2005 Return-path: 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 1DODGQ-0001Av-JC for gctc-ntg-context-518@m.gmane.org; Wed, 20 Apr 2005 13:21:02 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EE0C212791; Wed, 20 Apr 2005 13:25:20 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19925-07; Wed, 20 Apr 2005 13:25:15 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BC3A2127B8; Wed, 20 Apr 2005 13:25:15 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 73C27127B8 for ; Wed, 20 Apr 2005 13:25:14 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 20041-06 for ; Wed, 20 Apr 2005 13:25:13 +0200 (CEST) Original-Received: from smtp-relay.CeBiTec.Uni-Bielefeld.DE (sauron.cebitec.uni-bielefeld.de [129.70.160.28]) by ronja.ntg.nl (Postfix) with ESMTP id A448912791 for ; Wed, 20 Apr 2005 13:25:13 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id 4C6083D3 for ; Wed, 20 Apr 2005 13:25:13 +0200 (MEST) Original-Received: from smtp-relay.CeBiTec.Uni-Bielefeld.DE ([127.0.0.1]) by localhost (sauron [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 02501-01 for ; Wed, 20 Apr 2005 13:25:12 +0200 (MEST) Original-Received: from baloo.Genetik.Uni-Bielefeld.DE (baloo.CeBiTec.Uni-Bielefeld.DE [129.70.160.60]) by smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id 415043CE for ; Wed, 20 Apr 2005 13:25:12 +0200 (MEST) Original-Received: by baloo.Genetik.Uni-Bielefeld.DE (Postfix, from userid 13119) id 23DD31482; Wed, 20 Apr 2005 13:25:11 +0200 (MEST) Original-To: mailing list for ConTeXt users Mail-Followup-To: mailing list for ConTeXt users Content-Disposition: inline In-Reply-To: <20050419194357.GA13920@localhost.localdomain> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new at cebitec.uni-bielefeld.de X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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: by amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:20003 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:20003 On Tue, 19 Apr 2005 at 15:43:57-0400, Paul Tremblay wrote: > > Well, maybe it will be possible for Hans to include support for the > > missing features in a future release. To sum it up once again, what I > > am missing: > > - control over column and row spacing > > - material before/after a cell, e.g. \setupTABLE[row][first][before=bla] > > - command hooks like \setupTABLE[1][3][hook=\dowithentry] > > I'm not sure what hooks are! I assume the before could be something > like \blankspace? Hook means that the table cell contents are passed to the specified command as an argument. You could use \uppercased for example to capitalize an entry. And indeed, I was thinking of controlling horizontal spacing by saying something like before=\hskip1em. I really do hope that natural tables will be further developed, since these are the only things I can see that are available only using the older mechanisms. And natural tables can do so many additional cool things that I don't want to use anything else. -- Eckhart