From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/21915 Path: news.gmane.org!not-for-mail From: Vit Zyka Newsgroups: gmane.comp.tex.context Subject: Re: Problems with Natural Tables Date: Sun, 14 Aug 2005 23:37:06 +0200 Message-ID: <42FFB982.7040100@seznam.cz> References: <8664u8lf9p.fsf@oumu.localdomain> <1124046817.24545.6.camel@localhost> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1124055565 31331 80.91.229.2 (14 Aug 2005 21:39:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 14 Aug 2005 21:39:25 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Aug 14 23:39:22 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 1E4QC7-0007ir-Vy for gctc-ntg-context-518@m.gmane.org; Sun, 14 Aug 2005 23:39:04 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9001D127C2; Sun, 14 Aug 2005 23:39:03 +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 15582-04; Sun, 14 Aug 2005 23:39:03 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BA84F127B8; Sun, 14 Aug 2005 23:37:12 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A05FC127B8 for ; Sun, 14 Aug 2005 23:37:10 +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 15581-03 for ; Sun, 14 Aug 2005 23:37:09 +0200 (CEST) Original-Received: from smtp.seznam.cz (smtp.seznam.cz [212.80.76.43]) by ronja.ntg.nl (Postfix) with SMTP id A0718127B1 for ; Sun, 14 Aug 2005 23:37:09 +0200 (CEST) Original-Received: (qmail 27661 invoked from network); 14 Aug 2005 21:37:03 -0000 Original-Received: from unknown (HELO ?127.0.0.1?) (vit.zyka@62.240.166.134) by bender.go.seznam.cz with SMTP; 14 Aug 2005 21:37:03 -0000 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <1124046817.24545.6.camel@localhost> X-Antivirus: avast! (VPS 0531-4, 05.08.2005), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: 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-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:21915 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:21915 Eckhart Guth=F6hrlein wrote: > Am Sonntag, den 14.08.2005, 17:17 +0200 schrieb Adam Duck: >=20 >>- how do I set the spacing between a vertical line (between two >> columns) and the text inside that columns? I already used >> "framedoffest=3D-3pt", but the output is unacceptable. >=20 >=20 > Spacing is a weak point of natural tables. Afaik, there is no good way > to tune spacing. I would try using dummy colums like > \bTD[width=3D1em]\eTD. Yes, I was also thinking about that. Perhaps adding lefttext=3D and=20 righttext=3D params to \framed (since table cell is framed) solves some=20 problem. Imagine: \setupTABLE[column][1,2][align=3Dright,lefttext=3D\hskip.5em] or \setupTABLE[column][3][align=3Dleft,righttext=3D\hskip5pt$\bullet$] =2E.. \bTABLE \eTABLE vit