Hi Elliot,

Please look into the big ConTeXt manual on page 81:

"Suppose that a default setup looks like this:
   \setupheadertexts[pagenumber]
   \setupfootertexts[chapter][paragraph]
At the first page of new chapters this may look not too good. Therefore we could state:
   \setuphead[chapter][header=empty,footer=empty]
However if we use it in this way we loose the pagenumber. A more adequate solution is:
   \definetext[chapter][footer][pagenumber]
with:
   \setuphead[chapter][header=high,footer=chapter,page=right]"

Kind regards

Willi
On Nov 24, 2009, at 9:09 PM, Elliot Clifton wrote:

Hi,

I have page numbers and chapter headings displayed in my document's
header. The header  is suppressed on a page with a chapter head i.e.

\setuphead[chapter][header=high]

 therefore I want a footer on these pages to display the page number.
The footer should disabled on all other pages.

I've tried,

\setuphead[chapter][footer=normal]

but it overrides

\setupfooter[state=none]

everywhere, not only on chapter pages.

Any ideas?

TIA,

Elliot
______________________________________________________________________ _____________ 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
______________________________________________________________________ _____________

___________________________________________________________________________________
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