Dear list,

when I'm starting a new chapter I want it to start on a recto page and if a 
page without text has to be inserted to fulfil this requirement it should be 
completely blank (no headers of footers).  It was easy to achieve using 
\definepagebreak and setting the page method of the chapter (see MWE).  
However, when I switch to the appendix, this page method is disregarded and the 
preceding page is _not_ blank.  In my MWE below, page 12 should actually be 
completely blank, i.e. no page number.

How can this be achieved?

Cheers, Henri

---

\setuppagenumbering[alternative=doublesided]

\definepagebreak
  [chapterpagebreak]
  [yes,header,footer,right]

\setuphead
  [chapter]
  [page=chapterpagebreak]

\starttext

\startchapter[title={One}]
  \dorecurse{10}{\input knuth}
\stopchapter

\startchapter[title={Two}]
  \dorecurse{10}{\input knuth}
\stopchapter

\startchapter[title={Three}]
  \dorecurse{10}{\input knuth}
\stopchapter

\startappendices
  \startchapter[title={Four}]
    \dorecurse{10}{\input knuth}
  \stopchapter

  \startchapter[title={Five}]
    \dorecurse{10}{\input knuth}
  \stopchapter
\stopappendices

\stoptext
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to