[NTG-context] How to get rid of header
Taco Hoekwater
taco at elvenkind.com
Sun Aug 6 11:29:03 CEST 2006
David Arnold wrote:
> All, how do I get rid of the header on the second page of output?
I would like to know a clean answer to this as well.
I often use code that does something similar to James' solution
(posted last week):
\startsetups [chapter:before]
\page[left]
\noheaderandfooterlines
\leavevmode
\page[right]
\stopsetups
\setuphead
[chapter]
[before=\setups{chapter:before}]
but that is a bit too hackish for my taste.
Cheers, Taco
More information about the ntg-context
mailing list