From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/63996 Path: news.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Tabluating with fixed-width column Date: Sun, 28 Nov 2010 12:50:23 +0100 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: multipart/mixed; boundary=Apple-Mail-1--894789387 X-Trace: dough.gmane.org 1290945051 30280 80.91.229.12 (28 Nov 2010 11:50:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 28 Nov 2010 11:50:51 +0000 (UTC) To: NTG-Context ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Sun Nov 28 12:50:47 2010 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PMfmE-00047c-Pu for gctc-ntg-context-518@m.gmane.org; Sun, 28 Nov 2010 12:50:42 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id D8533CA864; Sun, 28 Nov 2010 12:50:41 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id S16b40IEL-El; Sun, 28 Nov 2010 12:50:38 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id CE6F0CA845; Sun, 28 Nov 2010 12:50:38 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id E8176CA845 for ; Sun, 28 Nov 2010 12:50:37 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id vhKw6ewVtHcT for ; Sun, 28 Nov 2010 12:50:26 +0100 (CET) Original-Received: from filter7-ams.mf.surf.net (filter7-ams.mf.surf.net [192.87.102.75]) by balder.ntg.nl (Postfix) with ESMTP id 49F94CA82B for ; Sun, 28 Nov 2010 12:50:26 +0100 (CET) Original-Received: from mars.digitpaint.nl (mars.digitpaint.nl [83.98.197.63]) by filter7-ams.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id oASBoNf9016808 for ; Sun, 28 Nov 2010 12:50:24 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by mars.digitpaint.nl (Postfix) with ESMTP id 8F975160FAB for ; Sun, 28 Nov 2010 12:50:22 +0100 (CET) Original-Received: from mars.digitpaint.nl ([127.0.0.1]) by localhost (mail.digitpaint.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id LF4Y0-qUvki0 for ; Sun, 28 Nov 2010 12:50:22 +0100 (CET) Original-Received: from [192.168.1.198] (a83-161-249-79.adsl.xs4all.nl [83.161.249.79]) by mars.digitpaint.nl (Postfix) with ESMTPA id 5C752160828 for ; Sun, 28 Nov 2010 12:50:22 +0100 (CET) X-Mailer: Apple Mail (2.1082) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=83.98.197.63; country=NL; latitude=52.5000; longitude=5.7500; http://maps.google.com/maps?q=52.5000,5.7500&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0DDAzOn5w - 988987f4a4cf - 20101128 X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.75 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:63996 Archived-At: --Apple-Mail-1--894789387 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Good afternoon! After updating the minimals again, thanks for fixing the previously = mentioned problems, I see, that the tabulating environment does no more = honor fixed width columns,=20 For left aligned the fixed width is ignored, whereas the fixed width for = a paragraph results in a maximum width paragraph. Please refer to the attached test-file. Thanks for fixing this. Willi= --Apple-Mail-1--894789387 Content-Disposition: attachment; filename=test-tabulate.tex Content-Type: application/octet-stream; x-unix-mode=0644; name="test-tabulate.tex" Content-Transfer-Encoding: 7bit % Context file % Filename: untitled.tex % % 28-11-2010 % Copyright (c) 2010 BOEDE. All rights reserved. \starttext \starttabulate[|lw(5cm)|l|] \NC Teststring \NC Second teststring \NC\NR \NC Teststring \NC Second teststring \NC\NR \stoptabulate \starttabulate[|p(5cm)|l|] \NC Teststring \NC Second teststring \NC\NR \NC Teststring \NC Second teststring \NC\NR \stoptabulate \stoptext --Apple-Mail-1--894789387 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii --Apple-Mail-1--894789387 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 : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________ --Apple-Mail-1--894789387--