Matt Gushee wrote:
On Wed, Jul 28, 2004 at 10:54:37AM +0200, Hans Hagen wrote:
I am trying to format a book such that the book title appears in the header of each left-hand page, and the chapter title appears in the header of each right-hand page. I think (though I haven't decided for sure) that I want each chapter to start on a right-hand page. It seems that, when chapters are forced to begin on right-hand pages, the book title fails to appear on the first blank page inserted to move the chapter start, and on all subsequent pages.
i need a small doc with dummy text to see the effect -)
\setupheader[state=empty]
those seems redundant to me (since you set up the chapter head anyway) your problem probably is that you expect the title marking to be persistant while in reality it is coupled to the chapter mark; \decouplemarking[title] will decouple them Hans