On 2013–04–16 Tim Li wrote:
I have set the header and footer in the setup area, so it will occur in every page unless clearing them. In some pages, for example, the page of dedication that the header and footer shouldn't occur there, how can I clear them in pages like this ?
It would be nice to provide a minimal example next time. It's not always necessary for understanding, but it's just simpler to copy-paste the code than to write it yourself. It will increase the chances of getting a response. \setupheadertexts [My Header] \definehead [dedication] [chapter] [header=empty] \starttext \startchapter [title=Foo] \input knuth \stopchapter \startdedication [title=Dedication] \input knuth \stopdedication \startchapter [title=Bar] \input knuth \stopchapter \stoptext Marco