From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32790 Path: news.gmane.org!not-for-mail From: Michal Kvasnicka Newsgroups: gmane.comp.tex.context Subject: Re: Columns page-break problem -- mini example Date: Tue, 16 Jan 2007 10:14:25 +0100 Message-ID: <45AC9771.1050209@econ.muni.cz> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1168936723 3023 80.91.229.12 (16 Jan 2007 08:38:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 16 Jan 2007 08:38:43 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Jan 16 09:38:41 2007 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 1H6jq5-0006UJ-Ak for gctc-ntg-context-518@m.gmane.org; Tue, 16 Jan 2007 09:38:41 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E9C871FF7E; Tue, 16 Jan 2007 09:34:28 +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 22645-04; Tue, 16 Jan 2007 09:34:21 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1CB801FE71; Tue, 16 Jan 2007 09:34:21 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 12C971FF76 for ; Tue, 16 Jan 2007 09:34:18 +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 22649-10-3 for ; Tue, 16 Jan 2007 09:34:12 +0100 (CET) Original-Received: from tirith.ics.muni.cz (tirith.ics.muni.cz [147.251.4.36]) by ronja.ntg.nl (Postfix) with ESMTP id 874B71FE3C for ; Tue, 16 Jan 2007 09:34:12 +0100 (CET) Original-Received: from merkur.econ.muni.cz (merkur.econ.muni.cz [147.251.189.10]) by tirith.ics.muni.cz (8.13.4/8.13.4/Debian-3sarge3) with ESMTP id l0G8cMwu014822 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 16 Jan 2007 09:38:23 +0100 Original-Received: from [192.168.0.6] (localhost [127.0.0.1]) by merkur.econ.muni.cz (8.12.11.20060308/8.12.11/SuSE Linux 0.7) with ESMTP id l0G8cLtR015071 for ; Tue, 16 Jan 2007 09:38:21 +0100 User-Agent: Thunderbird 1.5.0.7 (X11/20060911) Original-To: mailing list for ConTeXt users In-Reply-To: X-Muni-Spam-TestIP: 147.251.189.10 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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:32790 Archived-At: Can you please try to replicate this mini example: \setupoutput[pdf] \setuppapersize[A5][A5] \starttext \startcolumns \dorecurse{4}{\input tufte\par} \stopcolumns a \startcolumns \dorecurse{5}{\input tufte\par} \stopcolumns \stoptext In my case there is a big hole on the page 2 (after the first \stopcolumns). Even the letter "a" goes to the next page, page 3. I use perl TeXExec 5.4.3, ConTeXt ver: 2007.01.12 15:56 MKII, pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) with teTeX tetex-3.0-37 under SuSE Linux 10.1. Many thanks Michal Kvasnicka