From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/42674 Path: news.gmane.org!not-for-mail From: "Alan Stone" Newsgroups: gmane.comp.tex.context Subject: startbodymatter question Date: Tue, 22 Jul 2008 19:55:54 +0200 Message-ID: <326847810807221055vbcf17c6ocb8999348675c307@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0661549213==" X-Trace: ger.gmane.org 1216749451 1056 80.91.229.12 (22 Jul 2008 17:57:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Jul 2008 17:57:31 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Tue Jul 22 19:58:19 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 1KLM7n-00051e-NQ for gctc-ntg-context-518@m.gmane.org; Tue, 22 Jul 2008 19:58:11 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F2C5E1FD06; Tue, 22 Jul 2008 19:57:15 +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 31309-01-4; Tue, 22 Jul 2008 19:56:35 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 51C491FCF5; Tue, 22 Jul 2008 19:56:35 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7433C1FCEC for ; Tue, 22 Jul 2008 19:56:34 +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 31233-07-2 for ; Tue, 22 Jul 2008 19:55:56 +0200 (CEST) Original-Received: from hu-out-0506.google.com (hu-out-0506.google.com [72.14.214.231]) by ronja.ntg.nl (Postfix) with ESMTP id 991CC1FCF6 for ; Tue, 22 Jul 2008 19:55:55 +0200 (CEST) Original-Received: by hu-out-0506.google.com with SMTP id 34so8618541hui.19 for ; Tue, 22 Jul 2008 10:55:55 -0700 (PDT) Original-Received: by 10.210.48.14 with SMTP id v14mr4779022ebv.112.1216749354983; Tue, 22 Jul 2008 10:55:54 -0700 (PDT) Original-Received: by 10.210.136.3 with HTTP; Tue, 22 Jul 2008 10:55:54 -0700 (PDT) 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:42674 Archived-At: --===============0661549213== Content-Type: multipart/alternative; boundary="----=_Part_56417_27517872.1216749354965" ------=_Part_56417_27517872.1216749354965 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 \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 --- ------=_Part_56417_27517872.1216749354965 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
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
 
\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 ---

------=_Part_56417_27517872.1216749354965-- --===============0661549213== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ 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 ___________________________________________________________________________________ --===============0661549213==--