From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27005 Path: news.gmane.org!not-for-mail From: nico Newsgroups: gmane.comp.tex.context Subject: Re: Table Esthetics (and XML) Date: Mon, 10 Apr 2006 00:13:15 +0200 Message-ID: References: Reply-To: mailing list for ConTeXt users 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 1144620644 18078 80.91.229.2 (9 Apr 2006 22:10:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 9 Apr 2006 22:10:44 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Apr 10 00:10:42 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 1FSi73-0001h5-R4 for gctc-ntg-context-518@m.gmane.org; Mon, 10 Apr 2006 00:10:30 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6DE1912772; Mon, 10 Apr 2006 00:10:29 +0200 (CEST) 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 25239-08-5; Mon, 10 Apr 2006 00:10:24 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 480F81277E; Mon, 10 Apr 2006 00:10:24 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 74AA51277E for ; Mon, 10 Apr 2006 00:10:23 +0200 (CEST) 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 25239-08-4 for ; Mon, 10 Apr 2006 00:10:22 +0200 (CEST) Original-Received: from swip.net (mailfe08.tele2.fr [212.247.154.236]) by ronja.ntg.nl (Postfix) with SMTP id 7105B12772 for ; Mon, 10 Apr 2006 00:10:22 +0200 (CEST) X-T2-Posting-ID: 3brHPWvyEzVNt0QNlxQWsxGJRDYe7rueGgqwO1zxZAg= X-Cloudmark-Score: 0.000000 [] Original-Received: from [80.170.207.150] (HELO localhost) by mailfe08.swip.net (CommuniGate Pro SMTP 5.0.8) with ESMTP id 174187127 for ntg-context@ntg.nl; Mon, 10 Apr 2006 00:10:21 +0200 Original-To: "mailing list for ConTeXt users" In-Reply-To: User-Agent: Opera M2/7.54 (FreeBSD, build 955) 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:27005 Archived-At: On Sun, 09 Apr 2006 11:17:01 -0700, Johannes Graumann wrote: > nico wrote: >> \starttext > ... >> \stoptext > And so the aggressive newbie gets to eat his words .. ;0) Thank you. I've also played with latex tables, and really the context ones are much more powerfull and consistent. > There > is, however on feature missing in your example: > > \begin{tabular}{@{}llllllr@{}} > ^^^ ^^^ > > Will yield the horizontal lines aligned with the start/end of the table > lines - no column spacing at the beginning and end of each row. Any > pointers on how to emulate this with TABLE? I'm not sure how it should be achieved. Maybe one of these settings fit your need: % with overlay the frame rules are within the table; % it's ok, but the table lines start a bit before the top/bottom rule \framed[frame=off,topframe=on,bottomframe=on,offset=overlay,rulethickness=2pt]\bgroup% \setupTABLE[frame=on]% \setupTABLE[row][1,2][rulethickness=0.5pt,bottomframe=on]% \bTABLE[columndistance=10pt]% % seems ok but should we play with border margins like this? \framed[frame=off,topframe=on,bottomframe=on,offset=none,rulethickness=2pt]\bgroup% \setupTABLE[frame=on]% \setupTABLE[row][1,2][rulethickness=0.5pt,bottomframe=on]% \bTABLE[columndistance=10pt,leftmargindistance=-2pt,rightmargindistance=-2pt]% Regards, BG