From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15382 Path: main.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Re: pagination problem with \startitemize[columns] Date: Sat, 12 Jun 2004 15:02:50 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <40CAFEFA.4060808@boede.nl> References: <20040612002532.GA2834@puritan.pcp.ath.cx> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1087045501 28436 80.91.224.253 (12 Jun 2004 13:05:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 12 Jun 2004 13:05:01 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Sat Jun 12 15:04:52 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 1BZ8Bo-0005aQ-00 for ; Sat, 12 Jun 2004 15:04:52 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 5F1D510B2C; Sat, 12 Jun 2004 15:04:49 +0200 (MEST) Original-Received: from smtp-out6.xs4all.nl (smtp-out6.xs4all.nl [194.109.24.7]) by ref.ntg.nl (Postfix) with ESMTP id CF16410AE1 for ; Sat, 12 Jun 2004 15:02:50 +0200 (MEST) Original-Received: from boede.nl (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) by smtp-out6.xs4all.nl (8.12.10/8.12.10) with ESMTP id i5CD2new080050 for ; Sat, 12 Jun 2004 15:02:50 +0200 (CEST) User-Agent: Mozilla Thunderbird 0.6+ (Windows/20040417) X-Accept-Language: en-us, en Original-To: ntg-context@ntg.nl In-Reply-To: <20040612002532.GA2834@puritan.pcp.ath.cx> 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:15382 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15382 Hi Nicolai, I am not shure that the second example works. Also there I get the same problem as in example one. The pagebreak-problem remains als if you withdraw \nop and replace it with \item I use currently version: ConTeXt ver: 2004.3.19 fmt: 2004.6.6 This is pdfeTeXk, Version 3.141592-1.11a-2.1 (Web2c 7.5.2) (format=cont-en 2004.6.6) 12 JUN 2004 15:00 Hans, what is the meaning of the k behind PdfTeX? Willi Nikolai Weibull wrote: > I sent a response to an earlier thread about this, but I don't know if > it got through (my mail was down later that day). Anyway, here's an > example of something that gets messed up. Text following the itemize > doesn't get paginated properly. Having a new chapter after it seems to > fix it from there on, though. > > \starttext > > \chapter{One} > > \dorecurse{7}{\input zapf \par\relax} > > \startitemize[columns,four] > \dorecurse{12}{\nop \type{[:alnum:]}} > \stopitemize > > \dorecurse{7}{\input zapf \par\relax} > > \stoptext > > This fails for \startitemize[columns] as well. It seems that the problem > arises when the itemize is pushed onto the second page. Remove the > first \dorecurse{7}{\input ...} and it works fine... > > Here's an example where the following chapter will be typeset correctly: > > \starttext > > \chapter{One} > > \dorecurse{7}{\input zapf \par\relax} > > \startitemize[columns,four] > \dorecurse{12}{\nop \type{[:alnum:]}} > \stopitemize > > \dorecurse{7}{\input zapf \par\relax} > > \chapter{Two} > > \dorecurse{7}{\input zapf \par\relax} > > \stoptext > > nikolai > > -- > ::: name: Nikolai Weibull :: aliases: pcp / lone-star / aka ::: > ::: born: Chicago, IL USA :: loc atm: Gothenburg, Sweden ::: > ::: page: www.pcppopper.org :: fun atm: gf,lps,ruby,lisp,war3 ::: > main(){printf(&linux["\021%six\012\0"],(linux)["have"]+"fun"-97);} > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context