From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16114 Path: main.gmane.org!not-for-mail From: skhilji@tampabay.rr.com Newsgroups: gmane.comp.tex.context Subject: Page break after a section :-( Date: Tue, 17 Aug 2004 14:54:29 -0400 Sender: ntg-context-bounces@ntg.nl Message-ID: <5e26a85e779e.5e779e5e26a8@tampabay.rr.com> Reply-To: skhilji@tampabay.rr.com, mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1092768986 13260 80.91.224.253 (17 Aug 2004 18:56:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 Aug 2004 18:56:26 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Aug 17 20:56:16 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bx984-0005OQ-00 for ; Tue, 17 Aug 2004 20:56:16 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6D3A21277A; Tue, 17 Aug 2004 20:56:16 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 24432-05; Tue, 17 Aug 2004 20:56:16 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2048F1277B; Tue, 17 Aug 2004 20:54:34 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B60DB1277B for ; Tue, 17 Aug 2004 20:54:32 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 24432-04 for ; Tue, 17 Aug 2004 20:54:32 +0200 (CEST) Original-Received: from ms-smtp-01.tampabay.rr.com (unknown [65.32.5.131]) by ronja.ntg.nl (Postfix) with ESMTP id 330E71277A for ; Tue, 17 Aug 2004 20:54:32 +0200 (CEST) Original-Received: from ms-mss-05 (ms-mss-05-smtp [10.10.4.16]) by ms-smtp-01.tampabay.rr.com (8.12.10/8.12.7) with ESMTP id i7HIsTjK000205 for ; Tue, 17 Aug 2004 14:54:29 -0400 (EDT) Original-Received: from tampabay.rr.com (localhost [127.0.0.1]) by ms-mss-05.tampabay.rr.com (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTP id <0I2L0046LTUT4E@ms-mss-05.tampabay.rr.com> for ntg-context@ntg.nl; Tue, 17 Aug 2004 14:54:29 -0400 (EDT) Original-Received: from [10.10.6.27] (Forwarded-For: [198.47.12.250]) by ms-mss-05.tampabay.rr.com (mshttpd); Tue, 17 Aug 2004 14:54:29 -0400 Original-To: ntg-context@ntg.nl X-Mailer: iPlanet Messenger Express 5.2 HotFix 1.21 (built Sep 8 2003) Content-language: en Content-Disposition: inline X-Accept-Language: en Priority: normal X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:16114 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16114 I have some text that looks like: \section{Flight Controls Model} \startitemize[1] \item The Flight Controls model.... ... ... \stopitemize ConTeXt has decided to put a page break right after the \section, so my itemized list begins on the next page. I thought \sections were supposed to be setup with infinite penalty between the section title and the first line of the section text itself. I don't want to put a directive in there myself to avoid a page break