From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13585 Path: main.gmane.org!not-for-mail From: Patrick Gundlach Newsgroups: gmane.comp.tex.context Subject: Re: Again: How to make empty pages by default empty? Date: Sun, 28 Sep 2003 15:35:42 +0200 Organization: privat Sender: ntg-context-admin@ntg.nl Message-ID: References: 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 1064757666 23080 80.91.224.253 (28 Sep 2003 14:01:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 28 Sep 2003 14:01:06 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Sun Sep 28 16:01:05 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 1A3c6j-0000d5-00 for ; Sun, 28 Sep 2003 16:01:05 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 161E510B24; Sun, 28 Sep 2003 16:01:00 +0200 (MEST) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.184]) by ref.ntg.nl (Postfix) with ESMTP id 8FBD610B28 for ; Sun, 28 Sep 2003 15:37:24 +0200 (MEST) Original-Received: from [212.227.126.161] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1A3bjn-0005lm-00 for ntg-context@ntg.nl; Sun, 28 Sep 2003 15:37:23 +0200 Original-Received: from [62.72.92.71] (helo=levana) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1A3bjm-0006Em-00 for ntg-context@ntg.nl; Sun, 28 Sep 2003 15:37:23 +0200 Original-Received: from [192.168.1.2] (helo=schnee.local) by levana with esmtp (Exim 3.35 #1 (Debian)) id 1A3bi5-0000Zx-00 for ; Sun, 28 Sep 2003 15:35:37 +0200 Original-Received: from schnee.local (localhost [127.0.0.1]) by schnee.local (8.12.9/8.12.9) with ESMTP id h8SDZhBK016059 for ; Sun, 28 Sep 2003 15:35:43 +0200 (CEST) Original-Received: (from pg@localhost) by schnee.local (8.12.9/8.12.2/Submit) id h8SDZh15016058; Sun, 28 Sep 2003 15:35:43 +0200 (CEST) X-Authentication-Warning: schnee.local: pg set sender to patrick@gundla.ch using -f Original-To: ntg-context@ntg.nl X-Lieblings-Musik: the_capricorns In-Reply-To: (Steffen Wolfrum's message of "Sun, 28 Sep 2003 13:57:52 +0200") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (darwin) 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:13585 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13585 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 -- You are your own rainbow!