From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/33922 Path: news.gmane.org!not-for-mail From: =?ISO-8859-15?Q?Peter_M=FCnster?= Newsgroups: gmane.comp.tex.context Subject: Re: page-break after \section Date: Wed, 21 Mar 2007 19:26:22 +0100 (CET) Message-ID: References: Reply-To: ntg-context@ntg.nl 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 1174502636 12370 80.91.229.12 (21 Mar 2007 18:43:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Mar 2007 18:43:56 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Wed Mar 21 19:43:46 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 1HU5mi-00039D-VV for gctc-ntg-context-518@m.gmane.org; Wed, 21 Mar 2007 19:43:45 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C98DF201D7; Wed, 21 Mar 2007 19:43:41 +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 18918-02; Wed, 21 Mar 2007 19:43:36 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A1088201B2; Wed, 21 Mar 2007 19:43:35 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D84DA201B2 for ; Wed, 21 Mar 2007 19:43:33 +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 18839-09 for ; Wed, 21 Mar 2007 19:43:28 +0100 (CET) Original-Received: from smtp.Neuf.fr (sp604005mt.neufgp.fr [84.96.92.11]) by ronja.ntg.nl (Postfix) with ESMTP id 22275201AD for ; Wed, 21 Mar 2007 19:43:28 +0100 (CET) Original-Received: from gaston.pm ([84.7.233.65]) by sp604005mt.gpm.neuf.ld (Sun Java System Messaging Server 6.2-5.05 (built Feb 16 2006)) with ESMTP id <0JF900MD9NVYB1E1@sp604005mt.gpm.neuf.ld> for ntg-context@ntg.nl; Wed, 21 Mar 2007 19:40:52 +0100 (CET) Original-Received: by gaston.pm (Postfix, from userid 500) id 3992B13C3ED; Wed, 21 Mar 2007 19:26:22 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by gaston.pm (Postfix) with ESMTP id 378C2148016 for ; Wed, 21 Mar 2007 19:26:22 +0100 (CET) In-reply-to: X-X-Sender: peter@gaston.pm 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:33922 Archived-At: On Wed, 21 Mar 2007, luigi scarso wrote: > > 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? > Normal, I believe Too bad. I think, there can be still some enhancements: in LaTeX, there is never a page break after a section header, but with ConTeXt there is sometimes by surprise... > try this > %%%%%%%%%%%%%%%%%% > \showframe > \starttext > \section{bla} > \dorecurse{36}{bla\par} > \section{bla} > \page[no] > \startitemize > \dorecurse{5}{\item bla} > \stopitemize > \stoptext > %%%%%%%%%%%%%%%%%%%%% There is still a page break + a frame. > and this > %%%%%%%%%%%%%%%%5 > \showframe > \starttext > \section{bla} > \dorecurse{34}{bla\par}%%%% not 35 or 36 ! > \section{bla} > \page[no] > \startitemize > \dorecurse{5}{\item bla} > \stopitemize > \stoptext > %%%%%%%%%%%%%%%%%%% No more page break after the section head, but that's normal: you changed the number of lines. Cheers, Peter -- http://pmrb.free.fr/contact/