From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/75444 Path: news.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Troubles with paragraph width in tabulate Date: Sun, 1 Apr 2012 22:42:06 +0200 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Apple Message framework v1257) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1333312935 15578 80.91.229.3 (1 Apr 2012 20:42:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 1 Apr 2012 20:42:15 +0000 (UTC) To: NTG-Context ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Sun Apr 01 22:42:15 2012 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SERbJ-0007vm-Hh for gctc-ntg-context-518@m.gmane.org; Sun, 01 Apr 2012 22:42:13 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 4A9AF101E2; Sun, 1 Apr 2012 22:42:12 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with LMTP id V9Icb56XzzfU; Sun, 1 Apr 2012 22:42:10 +0200 (CEST) Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 715DD101DF; Sun, 1 Apr 2012 22:42:10 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 81E08101DF for ; Sun, 1 Apr 2012 22:42:09 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with LMTP id zDwR69w+zjUC for ; Sun, 1 Apr 2012 22:42:08 +0200 (CEST) Original-Received: from filter2-til.mf.surf.net (filter2-til.mf.surf.net [194.171.167.218]) by balder.ntg.nl (Postfix) with ESMTP id CC2FD10194 for ; Sun, 1 Apr 2012 22:42:08 +0200 (CEST) Original-Received: from webmail.digitpaint.nl (webmail.digitpaint.nl [83.98.197.40]) by filter2-til.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id q31Kg7AT003649 for ; Sun, 1 Apr 2012 22:42:08 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by webmail.digitpaint.nl (Postfix) with ESMTP id 4639F125911 for ; Sun, 1 Apr 2012 22:42:07 +0200 (CEST) Original-Received: from webmail.digitpaint.nl ([127.0.0.1]) by localhost (mail.digitpaint.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id CVSTZnme9Ggj for ; Sun, 1 Apr 2012 22:42:07 +0200 (CEST) Original-Received: from willis-computer.fritz.box (a83-161-249-79.adsl.xs4all.nl [83.161.249.79]) by webmail.digitpaint.nl (Postfix) with ESMTPA id 208621258E4 for ; Sun, 1 Apr 2012 22:42:07 +0200 (CEST) X-Mailer: Apple Mail (2.1257) X-Bayes-Prob: 0.0161 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=83.98.197.40; 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: 0TGQIG8pJ - e41bd10edbf3 - 20120401 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.218 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:75444 Archived-At: Hi, I think there is a bug in the tabulate environment. When setting two columns with the p template without giving a width, all is well. However is I set the paragraph width to a specific value things go wrong. Please refer to the small example thereunder: \starttext \starttabulate[|p|p|] \NC first \NC \input ward \NC\NR \NC \input ward \NC second \NC\NR \stoptabulate \starttabulate[|p(3cm)|p(5cm)|] \NC first \NC \input ward \NC\NR \NC \input ward \NC second \NC\NR \stoptabulate \stoptext Willi ___________________________________________________________________________________ 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 ___________________________________________________________________________________