From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13426 Path: main.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: Again: How to make empty pages by default empty? Date: Mon, 22 Sep 2003 18:50:20 +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" ; format="flowed" X-Trace: sea.gmane.org 1064249848 6523 80.91.224.253 (22 Sep 2003 16:57:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 22 Sep 2003 16:57:28 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Sep 22 18:57:22 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 1A1U01-0001Ut-00 for ; Mon, 22 Sep 2003 18:57:21 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id DF5C610B49; Mon, 22 Sep 2003 18:57:12 +0200 (MEST) Original-Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [62.67.200.156]) by ref.ntg.nl (Postfix) with ESMTP id 8AF1F10B25 for ; Mon, 22 Sep 2003 18:50:31 +0200 (MEST) Original-Received: (qmail 21698 invoked from network); 22 Sep 2003 16:50:29 -0000 Original-Received: from unknown (HELO [217.184.0.207]) (291610@[217.184.12.75]) (envelope-sender ) by smtprelay01.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 22 Sep 2003 16:50:29 -0000 X-Sender: 291610@pop3.estfiles.de 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:13426 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13426 > > So I don't have to post so many (unanswered) questions any more... > > Posting ConTeXt questions is fun, so don't stop doing this. > > > Patrick Alright! So maybe I am also allowed to send again one of my favorite problems from last week? Still unanswered. Still unsolved. Very interesting! To whom it may concern - don't hesitate to post an answer... Thank you all, Steffen Hans Hagen wrote: > At 10:05 19/09/2003 +0200, you wrote: > >Hi Steffen, > > > > > > \definepagebreak > > > [chapter] > > > [yes,header,right] > > \definepagebreak > [chapter] > [empty,header,right] Sorry, but that doesn't work. When changed the minimal example to... \definepagebreak [chapter] [empty,header,right] \setuphead [chapter] [page=chapter,] \setuppagenumbering[alternative=doublesided] \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 ... we have page numbers on (empty) page number 4, 18 and 19! Plus there are two strange empty empty pages before the TOC?! Steffen