From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/34177 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: page-break after \section Date: Tue, 10 Apr 2007 09:05:51 -0400 (EDT) Message-ID: References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1176219421 21084 80.91.229.12 (10 Apr 2007 15:37:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 10 Apr 2007 15:37:01 +0000 (UTC) To: ConTeXt list Original-X-From: ntg-context-bounces@ntg.nl Tue Apr 10 17:35:58 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 1HbG2v-0001b7-03 for gctc-ntg-context-518@m.gmane.org; Tue, 10 Apr 2007 15:06:05 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A666E2005D; Tue, 10 Apr 2007 15:06:03 +0200 (CEST) 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 07519-04; Tue, 10 Apr 2007 15:05:55 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 771F01FFFB; Tue, 10 Apr 2007 15:05:55 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9C81F1FFFB for ; Tue, 10 Apr 2007 15:05:53 +0200 (CEST) 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 06360-05-9 for ; Tue, 10 Apr 2007 15:05:49 +0200 (CEST) Original-Received: from hackers.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.14.81]) by ronja.ntg.nl (Postfix) with ESMTP id 871E71FFF9 for ; Tue, 10 Apr 2007 15:05:49 +0200 (CEST) Original-Received: FROM aditya.annarb01.mi.comcast.net (c-68-40-50-205.hsd1.mi.comcast.net [68.40.50.205]) BY hackers.mr.itd.umich.edu ID 461B8BAB.84AB8.19592 ; 10 Apr 2007 09:05:48 -0400 In-Reply-To: X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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:34177 Archived-At: On Tue, 20 Mar 2007, Peter M=FCnster wrote: > Hello, > > in the following example, there is a page-break after the second section > title. \page[no] does not help. > > Is this normal or a bug? > > \starttext > \section{bla} > \dorecurse{36}{bla\par} > \section{bla} > \page[no] > \startitemize > \dorecurse{5}{\item bla} > \stopitemize > \stoptext > (Untested) Did you try: \startitemize[intro] AFAIU, intro prevents a page break before itemize. Aditya