From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/48331 Path: news.gmane.org!not-for-mail From: Jelle Huisman Newsgroups: gmane.comp.tex.context Subject: Re: problem with two columns on a page Date: Fri, 13 Mar 2009 17:26:34 +0000 Message-ID: <49BA974A.1070705@jhnet.nl> References: <49B930BC.9080507@jhnet.nl> <49BA873E.20603@wxs.nl> 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 1236965296 3414 80.91.229.12 (13 Mar 2009 17:28:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 Mar 2009 17:28:16 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Fri Mar 13 18:29:31 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 1LiBCI-0005DR-I4 for gctc-ntg-context-518@m.gmane.org; Fri, 13 Mar 2009 18:29:26 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BBF901FB5A; Fri, 13 Mar 2009 18:28:02 +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 18944-04-8; Fri, 13 Mar 2009 18:27:19 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7D2911FB82; Fri, 13 Mar 2009 18:27:18 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BD1E21FB98 for ; Fri, 13 Mar 2009 18:27:16 +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 23595-03-2 for ; Fri, 13 Mar 2009 18:26:48 +0100 (CET) Original-Received: from filter4-nij.mf.surf.net (filter4-nij.mf.surf.net [195.169.124.155]) by ronja.ntg.nl (Postfix) with ESMTP id EA10F1FB38 for ; Fri, 13 Mar 2009 18:26:47 +0100 (CET) Original-Received: from smtp1.wsfo.org (smtp1.wsfo.org [208.145.81.51]) by filter4-nij.mf.surf.net (8.13.8/8.13.8/Debian-3) with ESMTP id n2DHQkIX028706 for ; Fri, 13 Mar 2009 18:26:47 +0100 Original-Received: from mail.link77.net (cgp2.mail.link77.net [172.22.65.14]) by smtp1.wsfo.org (8.13.1/8.13.1) with ESMTP id n2DHQjNk026849 (version=TLSv1/SSLv3 cipher=DES-CBC3-SHA bits=168 verify=NO) for ; Fri, 13 Mar 2009 13:26:45 -0400 X-CGP-ClamAV-Result: CLEAN X-VirusScanner: Niversoft's CGPClamav Helper v1.8.3 (ClamAV engine v0.94.2) X-CGP-ClamAV-Result: CLEAN X-VirusScanner: Niversoft's CGPClamav Helper v1.8.3 (ClamAV engine v0.94.2) X-ExternalMail: External Original-Received: from [172.17.1.83] (account jelle_huisman@sil.org HELO jelle-macbook.local) by cgp2.mail.link77.net (CommuniGate Pro SMTP 5.2.12) with ESMTPSA id 3255315 for ntg-context@ntg.nl; Fri, 13 Mar 2009 13:26:44 -0400 User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209) In-Reply-To: <49BA873E.20603@wxs.nl> X-Scanned-By: CanIt (www . roaringpenguin . com) on 195.169.124.155 X-Scanned-By: MIMEDefang 2.62 on 172.22.0.51 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=208.145.81.51; country=US; region=NC; city=Waxhaw; postalcode=28173; latitude=34.9273; longitude=-80.7278; metrocode=517; areacode=704; http://maps.google.com/maps?q=34.9273,-80.7278&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 193314214 - 75b22e484025 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:48331 Archived-At: Hans Hagen wrote: > the problem is that the paragraph is larger than two columns and > that's tricky to handle without too much messing around (i'll redo the > balancer in mkiv once i've arrived at it; i see where the catch takes > place but i'd rather not touch the mkii code now) > > so, what you can do is trigger the otr before columns end > > add \penalty\outputpenalty just before \stopcolumns > > (ok, might hav eother side effects It does indeed not do what I expected. One final try: is there some sort of setting for the number of lines allowed in a column that triggers the OTR, so that I could tweak that? Or is it hard coded and will it break everything? Thanks, Jelle ___________________________________________________________________________________ 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 ___________________________________________________________________________________