From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/23114 Path: news.gmane.org!not-for-mail From: Vit Zyka Newsgroups: gmane.comp.tex.context Subject: [Fwd: Re: Problems with Natural Tables] Date: Tue, 25 Oct 2005 11:39:43 +0200 Message-ID: <435DFD5F.3040607@seznam.cz> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1130233292 13740 80.91.229.2 (25 Oct 2005 09:41:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 25 Oct 2005 09:41:32 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Oct 25 11:41:16 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 1EULHU-0003iD-Ax for gctc-ntg-context-518@m.gmane.org; Tue, 25 Oct 2005 11:39:44 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3BD8B127F7; Tue, 25 Oct 2005 11:39:43 +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 14215-02; Tue, 25 Oct 2005 11:39:40 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5A2E6127EB; Tue, 25 Oct 2005 11:39:40 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5AC7F127EB for ; Tue, 25 Oct 2005 11:39:39 +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 14154-03 for ; Tue, 25 Oct 2005 11:39:38 +0200 (CEST) Original-Received: from smtp.seznam.cz (smtp.seznam.cz [212.80.76.43]) by ronja.ntg.nl (Postfix) with SMTP id 5155D127E5 for ; Tue, 25 Oct 2005 11:39:38 +0200 (CEST) Original-Received: (qmail 28659 invoked from network); 25 Oct 2005 09:39:37 -0000 Original-Received: from unknown (HELO ?127.0.0.1?) (vit.zyka@62.240.166.134) by cetus.go.seznam.cz with ESMTPA; 25 Oct 2005 09:39:37 -0000 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en Original-To: ConTeXt X-Antivirus: avast! (VPS 0542-5, 21.10.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:23114 Archived-At: Hello Hans, (I guess you are the only person who can specify your previous answer), so please, is the file 'core-ntb-new.tex' somewhere available? Actually what I want. I have plenty of natural tables. If I want to make = closer interline space between table lines the only way I know is to=20 make smaller value of offset param. But after that, columns are too=20 close together (framed object as a core of natural table does not=20 distinguish between vertical and horizontal offsets). So bellow mentioned= \setupTABLE[c][1][distance=3D2em] would be nice solution. So ones more, is the new code available? Thank you in advance for the answer. Vit Hans Hagen wrote: > Adam Duck wrote: >=20 >> Eckhart Guth=C3=B6hrlein write= s: >> >> =20 >> >>> 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 >>> >>> Spacing is a weak point of natural tables. Afaik, there is no good wa= y >>> to tune spacing. I would try using dummy colums like >>> \bTD[width=3D1em]\eTD. >>> =20 >> >> OK, That sounds reasonable. I'll try that. On the other hand this >> means many \bTD\eTD ... but one can write a macro for that,= >> I think. >> =20 >> > a next release will support: > \input core-ntb-new.tex >=20 > \starttext >=20 > \showframe >=20 > \setupTABLE[c][1][distance=3D2em] > \setupTABLE[c][2][distance=3D3em] I was looking for core-ntb-new.tex or 'distance' in current beta core-ntb.tex but have not been successful. Please, where I can find it? Thanks Vit > \bTABLE > \bTR \bTD test \eTD \bTD test \eTD \bTD test \eTD \eTR > \bTR \bTD[nx=3D2] test \eTD \bTD test \eTD \eTR > \bTR \bTD test \eTD \bTD[nx=3D2] test \eTD \eTR > \eTABLE >=20 >=20 > \bTABLE[option=3Dstretch] > \bTR \bTD test \eTD \bTD test \eTD \bTD test \eTD \eTR > \bTR \bTD[nx=3D2] test \eTD \bTD test \eTD \eTR > \bTR \bTD test \eTD \bTD[nx=3D2] test \eTD \eTR > \eTABLE >=20 > \stoptext