From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/42688 Path: news.gmane.org!not-for-mail From: "Wolfgang Schuster" Newsgroups: gmane.comp.tex.context Subject: Re: startbodymatter question Date: Wed, 23 Jul 2008 08:15:40 +0200 Message-ID: <115224fb0807222315j19773191pc176f376579a1550@mail.gmail.com> References: <326847810807221055vbcf17c6ocb8999348675c307@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1216794087 23402 80.91.229.12 (23 Jul 2008 06:21:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Jul 2008 06:21:27 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Wed Jul 23 08:22:15 2008 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1KLXjp-0006sF-9u for gctc-ntg-context-518@m.gmane.org; Wed, 23 Jul 2008 08:22:13 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CC4F81FB72; Wed, 23 Jul 2008 08:21:16 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 09795-08; Wed, 23 Jul 2008 08:20:38 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5BE571FC09; Wed, 23 Jul 2008 08:16:29 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 68FE91FC09 for ; Wed, 23 Jul 2008 08:16:24 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 07081-03-7 for ; Wed, 23 Jul 2008 08:15:44 +0200 (CEST) Original-Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.243]) by ronja.ntg.nl (Postfix) with ESMTP id 052371FBEF for ; Wed, 23 Jul 2008 08:15:41 +0200 (CEST) Original-Received: by an-out-0708.google.com with SMTP id c8so497711ana.14 for ; Tue, 22 Jul 2008 23:15:40 -0700 (PDT) Original-Received: by 10.100.141.5 with SMTP id o5mr2956316and.6.1216793740279; Tue, 22 Jul 2008 23:15:40 -0700 (PDT) Original-Received: by 10.100.109.20 with HTTP; Tue, 22 Jul 2008 23:15:40 -0700 (PDT) In-Reply-To: <326847810807221055vbcf17c6ocb8999348675c307@mail.gmail.com> Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:42688 Archived-At: On Tue, Jul 22, 2008 at 7:55 PM, Alan Stone wrote: > Hi, > How do you get rid of the doublesided document's page number on the blank > page > inserted after the last chapter ? > > Alan > > ConTeXt ver: 2008.07.10 08:40 MKIV fmt: 2008.7.10 int: english/english > > texmfstart texexec --lua test.tex > > --- start of code --- > > \setuppapersize [A4][A4] > > %\setuppagenumbering[alternative=singlesided] > \setuppagenumbering[alternative=doublesided] > > \definepagebreak[myChapterPageBreak][yes,header,footer,right] > \setuphead[chapter][page=myChapterPageBreak] > > \startsectionblockenvironment[frontpart] > \setupheader[state=stop] > \setupfooter[state=stop] > \stopsectionblockenvironment > > \startsectionblockenvironment[bodypart] > \setupheader[state=start] > \setupfooter[state=start] > \stopsectionblockenvironment > \setupsectionblock[bodypart][page=no] % doesn't make a difference \setupsectionblock[bodypart][page=yes] \setupsectionblock[backpart][page=yes] or for the backpart \setupsectionblock[backpart][page=yes,before={\page[left]}] > \startsectionblockenvironment[backpart] > \setupheader[state=stop] > \setupfooter[state=stop] > \stopsectionblockenvironment > > \starttext > > \startstandardmakeup > Title > \blank[3*big] > Author > \stopstandardmakeup > > \startfrontmatter > Table of Contents > \blank[3*big] > \placecontent > \stopfrontmatter > > \startbodymatter > \chapter{Chapter 1} > \section{Section 1.1} > \input knuth > \blank > \input knuth > \blank > \input knuth > \section{Section 1.2} > \input tufte > \blank > \input tufte > \blank > \input tufte > \section{Section 1.3} > \input zapf > \blank > \input zapf > \blank > \input zapf > \chapter{Chapter 2} > \section{Section 2.1} > \input knuth > \blank > \input knuth > \blank > \input knuth > \section{Section 2.2} > \input tufte > \blank > \input tufte > \blank > \input tufte > \section{Section 2.3} > \input zapf > \blank > \input zapf > \blank > \input zapf > \stopbodymatter > > \startbackmatter > back cover > \stopbackmatter > > \stoptext > > --- end of code --- Wolfgang ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________