From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14796 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: unwanted pagebreak Date: Sun, 22 Feb 2004 23:53:28 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.1.1.2.20040222235208.01cc0d78@localhost> References: <000101c3f940$302ec320$9a30fb3e@com> 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 X-Trace: sea.gmane.org 1077525110 10678 80.91.224.253 (23 Feb 2004 08:31:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 23 Feb 2004 08:31:50 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Feb 23 09:31:44 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 1AvBVA-0005vV-00 for ; Mon, 23 Feb 2004 09:31:44 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 34C6610B2B; Mon, 23 Feb 2004 09:29:46 +0100 (MET) Original-Received: from mail.solcon.nl (mail.solcon.nl [212.45.33.11]) by ref.ntg.nl (Postfix) with ESMTP id 3424610B0D for ; Mon, 23 Feb 2004 09:28:31 +0100 (MET) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mail.solcon.nl (8.12.10/SQL-8.12.10-1/8.12.5) with ESMTP id i1N8ULOO007233 for ; Mon, 23 Feb 2004 09:30:21 +0100 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id 346EF17D5B; Mon, 23 Feb 2004 09:30:21 +0100 (CET) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id 0BC9117D13 for ; Mon, 23 Feb 2004 08:30:18 +0000 (UTC) X-Sender: hagen-mail@server-1 X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Original-To: ntg-context@ntg.nl In-Reply-To: <000101c3f940$302ec320$9a30fb3e@com> Original-References: <000101c3f940$302ec320$9a30fb3e@com> X-AntiVirus: checked by Vexira Milter 1.0.6; VAE 6.24.0.4; VDF 6.24.0.14 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:14796 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14796 At 18:43 21/02/2004, you wrote: >Dear Contex'ers, > >Does anyone know how I can prevent the occurrence of a pagebreak after: > >\section, \subsection, ... >(followed by \startitemize) > >\head (in an itemization) > >I do not want to have to check all the section headings and put \page[no] >before the heading. \startitemize[intro] you can also setup itemize to [autointro] if i remember right, you can find more in that in the manual (search for intro and autintro) some day i'll make a more clever mechanism (context 2 -) Hans