From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15203 Path: main.gmane.org!not-for-mail From: Nigel King Newsgroups: gmane.comp.tex.context Subject: pagination bug Date: Tue, 25 May 2004 18:30:36 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <3BE36FC6-AE71-11D8-9096-0003938543A0@dircon.co.uk> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v613) Content-Type: multipart/mixed; boundary=Apple-Mail-12--175145676 X-Trace: sea.gmane.org 1085506353 28712 80.91.224.253 (25 May 2004 17:32:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 25 May 2004 17:32:33 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue May 25 19:32:22 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 1BSfmo-0001Ed-00 for ; Tue, 25 May 2004 19:32:22 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 7D5D210B11; Tue, 25 May 2004 19:27:39 +0200 (MEST) Original-Received: from mailhost1.dircon.co.uk (mailhost1.dircon.co.uk [194.112.32.65]) by ref.ntg.nl (Postfix) with ESMTP id D062E10B0F for ; Tue, 25 May 2004 19:25:55 +0200 (MEST) Original-Received: from [1.1.3.76] (pipinghot.gw.dircon.net [195.157.154.158]) by mailhost1.dircon.co.uk (Postfix) with ESMTP id BCBBF11D191; Tue, 25 May 2004 18:30:34 +0100 (BST) Original-To: ntg-context@ntg.nl X-Mailer: Apple Mail (2.613) 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:15203 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15203 --Apple-Mail-12--175145676 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed Hans, The following minimum file does not paginate correctly. It overflows the second page. Removing the figure or the second level of itemization fixes the pagination. I have enclosed the text of the file and the file itself for ease of reproduction. I am using the latest stable version from i-installer. I actually think I have had this problem before but not tracked it down. TIA -- Nigel \starttext \placefigure [here] [fig:a] {big figure} {\externalfigure[koe][width=\textwidth,height=\textwidth]} \startitemize[packed,n] \dorecurse{10} {\item repeated} \startitemize[packed,a,columns] \dorecurse{10} {\item repeated indent} \stopitemize \stopitemize \dorecurse{7}{\input zapf \par\relax} \stoptext --Apple-Mail-12--175145676 Content-Transfer-Encoding: 7bit Content-Type: application/x-tex; x-mac-type=54455854; x-unix-mode=0644; x-mac-creator=69544D78; name="bug.tex" Content-Disposition: attachment; filename=bug.tex \starttext \placefigure [here] [fig:a] {big figure} {\externalfigure[koe][width=\textwidth,height=\textwidth]} \startitemize[packed,n] \dorecurse{10} {\item repeated} \startitemize[packed,a,columns] \dorecurse{10} {\item repeated indent} \stopitemize \stopitemize \dorecurse{7}{\input zapf \par\relax} \stoptext --Apple-Mail-12--175145676 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed --Apple-Mail-12--175145676--