From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/48147 Path: news.gmane.org!not-for-mail From: "Thomas Floeren" Newsgroups: gmane.comp.tex.context Subject: Consistent row spacing in TABLEs Date: Tue, 10 Mar 2009 10:32:04 +0100 Message-ID: <000b01c9a163$135ee470$8614a8c0@boschung.local> Reply-To: thomas.floeren@boschung.com, mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0970517408==" X-Trace: ger.gmane.org 1236677589 12349 80.91.229.12 (10 Mar 2009 09:33:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Mar 2009 09:33:09 +0000 (UTC) To: Original-X-From: ntg-context-bounces@ntg.nl Tue Mar 10 10:34:24 2009 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 lo.gmane.org with esmtp (Exim 4.50) id 1LgyLo-0005d8-UY for gctc-ntg-context-518@m.gmane.org; Tue, 10 Mar 2009 10:34:17 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2EFC91FD12; Tue, 10 Mar 2009 10:32:53 +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 00356-01-2; Tue, 10 Mar 2009 10:32:15 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 965E91FD0A; Tue, 10 Mar 2009 10:32:15 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D852E1FD09 for ; Tue, 10 Mar 2009 10:32:13 +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 00356-01 for ; Tue, 10 Mar 2009 10:32:07 +0100 (CET) Original-Received: from filter1-til.mf.surf.net (filter1-til.mf.surf.net [194.171.167.217]) by ronja.ntg.nl (Postfix) with ESMTP id 092621FD0A for ; Tue, 10 Mar 2009 10:32:07 +0100 (CET) Original-Received: from smtp1.infomaniak.ch (smtp1.infomaniak.ch [84.16.68.89]) by filter1-til.mf.surf.net (8.13.8/8.13.8/Debian-3) with ESMTP id n2A9W5mq009972 for ; Tue, 10 Mar 2009 10:32:06 +0100 Original-Received: from wma007 (17.1.90.85.cust.static.gepowernet.ch [85.90.1.17]) (authenticated bits=0) by smtp1.infomaniak.ch (8.14.2/8.14.2) with ESMTP id n2A9W5U1010418 for ; Tue, 10 Mar 2009 10:32:05 +0100 X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcmhYxLxPB14DN2KTDiodrjfl/DcsQ== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 X-Antivirus: Dr.Web (R) for Mail Servers on smtp1 host X-Antivirus-Code: 100000 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=84.16.68.89; country=CH; latitude=47.0000; longitude=8.0000; http://maps.google.com/maps?q=47.0000,8.0000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 191113338 - 9e784deeed15 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.217 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.11 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:48147 Archived-At: This is a multi-part message in MIME format. --===============0970517408== Content-Type: multipart/alternative; boundary="----=_NextPart_000_000C_01C9A16B.75234C70" This is a multi-part message in MIME format. ------=_NextPart_000_000C_01C9A16B.75234C70 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hello, I have a problem to get consistent row spacing in TABLEs when the whitespace in the document is set to any other than 'none'. Example: % coding: utf-8 \enableregime[utf] \setupwhitespace[medium] % \setupwhitespace[none] %% with this it works fine \setupTABLE [spaceinbetween=7pt,split=yes] \starttext \bTABLE \dorecurse{50}{\bTR \bTD table cell \eTD \bTD table cell \eTD \eTR} \eTABLE \stoptext The row spacing after the page break seems to be correct, but on the first page the vertical space is heavily reduced (as it is in one-page TABLEs). The only solution I found was to change the whitespace setting to none before each table. Is there any other workaround? Or am I doing something completely wrong? ConTeXt ver: 2009.02.25 14:43 MKII Thanks in advance Thomas ------=_NextPart_000_000C_01C9A16B.75234C70 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hello,

 

I have a problem to get consistent row spacing in = TABLEs when the whitespace in the document is set to any other than = ‘none’.

 

Example:

 

% coding: utf-8

\enableregime[utf]

         =          =

\setupwhitespace[medium]

% \setupwhitespace[none] %% with this it works = fine

 

\setupTABLE = [spaceinbetween=3D7pt,split=3Dyes]

 

\starttext

\bTABLE

\dorecurse{50}{\bTR \bTD table cell \eTD \bTD table = cell \eTD \eTR}

\eTABLE        =

\stoptext

 

The row spacing after the page break seems to be = correct, but on the first page the vertical space is heavily reduced (as it is in one-page TABLEs).

The only solution I found was to change the = whitespace setting to none before each table.

 

Is there any other workaround? Or am I doing = something completely wrong?

 

ConTeXt  ver: 2009.02.25 14:43 MKII

 

Thanks in advance

Thomas

 

------=_NextPart_000_000C_01C9A16B.75234C70-- --===============0970517408== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________ --===============0970517408==--