From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/54860 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Troubles with columnsets and MacTeX 2009 Date: Sun, 29 Nov 2009 15:20:58 +0100 Message-ID: <4B12834A.5040706@wxs.nl> References: <6faad9f00911290226h901502cn776582824189b0c3@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1259504474 3491 80.91.229.12 (29 Nov 2009 14:21:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 29 Nov 2009 14:21:14 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Sun Nov 29 15:21:07 2009 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.50) id 1NEkeB-0001OS-5p for gctc-ntg-context-518@m.gmane.org; Sun, 29 Nov 2009 15:21:07 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 29964C9CEE; Sun, 29 Nov 2009 15:18:05 +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 l9nC4A+oXsnd; Sun, 29 Nov 2009 15:18:01 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 24CCDC9CDD; Sun, 29 Nov 2009 15:18:01 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 323FCC9CDD for ; Sun, 29 Nov 2009 15:17:59 +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 2InCpqyjBNww for ; Sun, 29 Nov 2009 15:17:57 +0100 (CET) Original-Received: from mail.solcon.net (dsl-083-247-100-017.solcon.nl [83.247.100.17]) by balder.ntg.nl (Postfix) with ESMTP id F0B49C9CCC for ; Sun, 29 Nov 2009 15:17:56 +0100 (CET) X-Default-Received-SPF: pass (skip=loggedin (res=PASS)) x-ip-name=10.100.1.100; Original-Received: from [10.100.1.100] (unverified [10.100.1.100]) by controller-9 (SurgeMail 4.2a3) with ESMTP id 8308-1713362 for ; Sun, 29 Nov 2009 15:19:44 +0100 User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) In-Reply-To: <6faad9f00911290226h901502cn776582824189b0c3@mail.gmail.com> X-Authenticated-User: hagen@controller-9 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:54860 Archived-At: Mojca Miklavec wrote: > On Sun, Nov 15, 2009 at 20:19, No? wrote: >> Hi, >> I've been having issues with columns and \start(stop)bodymatter statements >> since I updated MacTeX to 2009. >> Here is a sample of code which works fine on MacTeX 2008 (tlmgr update'ed) >> version, and which crashes on MacTeX 2009. > > Here's a simplified example that doesn't work with the latest ConTeXt > version either. It seems like bug in "balance=yes" inside columnsets > (might be just a missing \egroup) that only affects mkii (mkiv works > fine, but not on TL 2009 :) > > \definecolumnset > [deuxcolonnes] > [balance=yes] > > \starttext > %\startbodymatter > > \startcolumnset[deuxcolonnes] > \input tufte > \stopcolumnset > > %\stopbodymatter > \stoptext > > I leave it as an exercise to the others to spot the missing delimiter > in mkii sources. ok, i figured it out - when i split the code in mkii and mkiv i merged page-new.tex into page-set without noticing that the balancing code was just experimental and not even working currently - so, the balancing code in page-set is just a hook - in mkiv i had actually nilled the code so no error there we can do some manual balancing, like: \setupcolumnset [test-1] [balance=yes] \setupcolumnset [test-2] [balance=yes] \setupcolumnsetlines[test-1][1][1] [8] \setupcolumnsetlines[test-1][1][2][10] \startcolumnset [test-1] \dorecurse {1}{\input tufte \par} \stopcolumnset \startcolumnset [test-2] \dorecurse {2}{\input ward \par} \stopcolumnset ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl ----------------------------------------------------------------- ___________________________________________________________________________________ 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 ___________________________________________________________________________________