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
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to