On Tue, Jul 22, 2008 at 7:55 PM, Alan Stone
<[EMAIL PROTECTED]> 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
___________________________________________________________________________________

Reply via email to