From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13376 Path: main.gmane.org!not-for-mail From: Patrick Gundlach Newsgroups: gmane.comp.tex.context Subject: Re: Expert version: How to make empty pages by default empty? Date: Fri, 19 Sep 2003 15:24:40 +0200 Organization: privat Sender: ntg-context-admin@ntg.nl Message-ID: References: <5.2.0.9.1.20030919142415.02393ab0@server-1> 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 1063978276 30264 80.91.224.253 (19 Sep 2003 13:31:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 19 Sep 2003 13:31:16 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Fri Sep 19 15:31:15 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 1A0LLu-00088d-00 for ; Fri, 19 Sep 2003 15:31:14 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 00A3910B23; Fri, 19 Sep 2003 15:31:13 +0200 (MEST) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.177]) by ref.ntg.nl (Postfix) with ESMTP id 1831210B73 for ; Fri, 19 Sep 2003 15:24:50 +0200 (MEST) Original-Received: from [212.227.126.161] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1A0LFf-0000O3-00; Fri, 19 Sep 2003 15:24:47 +0200 Original-Received: from [62.72.92.84] (helo=levana) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1A0LFf-0007ZD-00; Fri, 19 Sep 2003 15:24:47 +0200 Original-Received: from [192.168.1.2] (helo=schnee.local) by levana with esmtp (Exim 3.35 #1 (Debian)) id 1A0LFR-0000LU-00; Fri, 19 Sep 2003 15:24:33 +0200 Original-Received: from schnee.local (localhost [127.0.0.1]) by schnee.local (8.12.9/8.12.9) with ESMTP id h8JDOeBK003569; Fri, 19 Sep 2003 15:24:40 +0200 (CEST) Original-Received: (from pg@localhost) by schnee.local (8.12.9/8.12.2/Submit) id h8JDOeJZ003568; Fri, 19 Sep 2003 15:24:40 +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: <5.2.0.9.1.20030919142415.02393ab0@server-1> (Hans Hagen's message of "Fri, 19 Sep 2003 14:26:33 +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:13376 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13376 Hi again, > \definepagebreak > [chapter] > [empty,header,right] I don't get it: ================================================== \definepagebreak [chapter] [empty,header,right] \setuphead [chapter] [page=chapter, ] \setuppagenumbering[alternative=doublesided] \setupsectionblock[frontmatter][page=chpater] \starttext \startfrontmatter \completecontent \stopfrontmatter \startbodymatter \chapter {test} \dorecurse{10}{\input tufte } \chapter {test} \dorecurse{10}{\input tufte } \chapter {test} \dorecurse{10}{\input tufte } \stopbodymatter \stoptext ================================================== gives me a 19 page document. page contents 1 empty 2 empty 3 pagenumber, toc 4 pagenumber 5 empty 6 empty 7 pagenumber, text ... 17 pagenumber, text 18 pagenumber 19 pagenumber The only pages I understand is 7--17. Why isn't the toc placed on page one? Why is the page 4 headed with the pagenumber? What is page 18 and 19 doing in the pdf file? Patrick