From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/10996 Path: main.gmane.org!not-for-mail From: Ron van Ostayen Newsgroups: gmane.comp.tex.context Subject: Re: contents pagebreak before new part Date: Thu, 13 Feb 2003 08:48:15 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <3E4B4DBF.80004@WbMT.TUDelft.NL> References: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1045122440 14397 80.91.224.249 (13 Feb 2003 07:47:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 13 Feb 2003 07:47:20 +0000 (UTC) Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18jE58-0003j8-00 for ; Thu, 13 Feb 2003 08:46:54 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 735F410B07; Thu, 13 Feb 2003 08:49:06 +0100 (MET) Original-Received: from mail8-sh.home.nl (mail8.home.nl [213.51.128.30]) by ref.ntg.nl (Postfix) with ESMTP id 14E8010AFF for ; Thu, 13 Feb 2003 08:47:58 +0100 (MET) Original-Received: from WbMT.TUDelft.NL ([217.122.6.29]) by mail8-sh.home.nl (InterMail vM.5.01.05.17 201-253-122-126-117-20021021) with ESMTP id <20030213074757.OUII10344.mail8-sh.home.nl@WbMT.TUDelft.NL>; Thu, 13 Feb 2003 08:47:57 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en-us, en Original-To: ntg-context@ntg.nl 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:10996 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:10996 Henning Hraban Ramm wrote: >> I'm trying to force a page-break at a certain point in a table of >> contents, just before a new part. > > > Did you try > \writebetweenlist[part]{\page} > > (see manual, part 'References') > > Grüßlis vom Hraban! Thanks. This works, however :-) ... This command is inserted somewhere in the maintext where a pagebreak in the toc is required. I think it is more appropriate to edit the toc close to the command that places the toc: \completecontent The manual states that: \completecontent[pageboundaries={3}] forces a pagebreak after chapter 3. However, for my document, divided in parts containing multiple chapters, it forces a pagebreak after every 3rd chapter in each part. Greetings, Ron