From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14659 Path: main.gmane.org!not-for-mail From: Michal Kvasnicka Newsgroups: gmane.comp.tex.context Subject: Pagebreak in columns Date: Thu, 29 Jan 2004 15:56:58 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <40191F3A.8070402@econ.muni.cz> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1075388458 30093 80.91.224.253 (29 Jan 2004 15:00:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 29 Jan 2004 15:00:58 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Thu Jan 29 16:00:48 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AmDey-0003DG-00 for ; Thu, 29 Jan 2004 16:00:48 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 2E74610B70; Thu, 29 Jan 2004 15:59:34 +0100 (MET) Original-Received: from anor.ics.muni.cz (anor.ics.muni.cz [147.251.4.35]) by ref.ntg.nl (Postfix) with ESMTP id BC59910B6B for ; Thu, 29 Jan 2004 15:58:05 +0100 (MET) Original-Received: from merkur.econ.muni.cz (merkur.econ.muni.cz [147.251.189.10]) by anor.ics.muni.cz (8.12.1/8.12.1) with ESMTP id i0TExElM000729 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Thu, 29 Jan 2004 15:59:14 +0100 Original-Received: from econ.muni.cz (ke-kvasnicka.econ.muni.cz [147.251.224.167]) by merkur.econ.muni.cz (8.12.3/8.11.2/SuSE Linux 8.11.1-0.5) with ESMTP id i0TExDt3002374 for ; Thu, 29 Jan 2004 15:59:13 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en-us, en, cs Original-To: ConTeXt X-Muni-Spam-TestIP: 147.251.189.10 X-Muni-Virus-Test: Clean Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:14659 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14659 Good evening. I typeset a document in two columns on a grid. Sometimes a page is one row longer than it should be. How can I make it not to do it? (I don't care for widows and things like that, I can correct them manually). I know this was disscussed before but I can find the text of the thread in any archive, just the link. Any hint? Many thanks for any hint. Your sincerely Michal Kvasnicka I set it approximately like this (just major setting mentioned): \setuplayout [topspace=1cm, height=19cm, lines=43, backspace=1cm, width=128mm, header=0pt, headerdistance=0pt, footer=2\baselineskip, footerdistance=0pt, grid=yes] \setupcolumns [n=2, tolerance=tolerant, distance=1em] \widowpenalty=0\relax \clubpenalty=0\relax \brokenpenalty=0\relax \normalbottom \starttext \startcolumns ... \stopcolumns \stoptext