From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13609 Path: main.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: Re: Again: How to make empty pages by default empty? Date: Mon, 29 Sep 2003 23:57:15 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: sea.gmane.org 1064873337 25389 80.91.224.253 (29 Sep 2003 22:08:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 29 Sep 2003 22:08:57 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Sep 30 00:08:56 2003 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 1A46CO-0006U8-00 for ; Tue, 30 Sep 2003 00:08:56 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 2A88610B25; Tue, 30 Sep 2003 00:08:50 +0200 (MEST) Original-Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [62.67.200.156]) by ref.ntg.nl (Postfix) with ESMTP id 8C1A910B1D for ; Mon, 29 Sep 2003 23:58:08 +0200 (MEST) Original-Received: (qmail 10385 invoked from network); 29 Sep 2003 21:58:06 -0000 Original-Received: from unknown (HELO [217.184.17.3]) (159967@[217.184.12.112]) (envelope-sender ) by smtprelay01.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 29 Sep 2003 21:58:06 -0000 X-Sender: 159967 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:13609 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13609 Hi, Patrick Gundlach wrote: > Steffen Wolfrum writes: > > > If I use the \startfrontmatter cum suis then there is a numbered > > page after the TOC and the last page if even and empty is also > > numbered. Inside the \startbodymatter \stopbodymatter the emptypages > > at new chapters are empty pages with an empty header, thus no > > pagenumber. > > > except for the last page: see if this solves your problem: > > \definepagebreak > [chapter] > [empty,header,right] > > > \setupsectionblock[frontpart][page=no] % not needed? > \setupsectionblock[bodypart][page=no] > \setuppagenumbering[alternative=doublesided] > > \starttext > \startfrontmatter > \completecontent > \stopfrontmatter > \setuphead > [chapter] > [page=chapter, > ] > > > \startbodymatter > \chapter {test} \dorecurse{10}{\input tufte \par} > \chapter {test} \dorecurse{10}{\input tufte \par} > \chapter {test} \dorecurse{10}{\input tufte \par} > \stopbodymatter > \stoptext > > > Patrick This \setupsectionblock[...part][page=no] is a good idea, but the pagebreak definition was wrong. See this: \definepagebreak [chapter] [yes,header,right] Now it's fine. Thank you, Steffen