I am a ConTeXt beginner.  I am having trouble getting rid of the header
after the ToC in a document that I am preparing.  The following is a
simplified version of the document.  I get a header with "2" on the left
edge, and "Chapter ."  on the right edge, on page 2, which is an empty
page after the ToC.  How do I remove the header on this page?

Thanks,
Raghu.

----------------------------------------------------------------------
\starttext

\setuppagenumbering
  [alternative=doublesided]

\setupheadertexts
  []

\setupfootertexts
  []

\setupheadertexts
  [{\getmarking[section]}]
  [\pagenumber]
  [\pagenumber]
  [{Chapter \getmarking[chapternumber].\ \getmarking[chapter]}]

\setuphead
  [chapter]
  [page={yes,header,footer,right},
   header=empty]

\startfrontmatter
  \completecontent
\stopfrontmatter

\startbodymatter
  \startchapter
    [title=A chapter]

    \startsection
      [title=A section]
      Some text
    \stopsection

    \page

    \startsection
      [title=Another section]
      Some text
    \stopsection

  \stopchapter
\stopbodymatter

\stoptext
----------------------------------------------------------------------

--
N. Raghavendra <ra...@hri.res.in>, http://www.retrotexts.net/
Harish-Chandra Research Institute, http://www.hri.res.in/
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to