On 06/07/23 06/07/23, 10:14, Henning Hraban Ramm wrote:
Am 06.07.23 um 09:34 schrieb Alan Braslau via ntg-context:
inserts a "blank" page (with header/footer) between the two Coverpages and a second "blank" page after the backside title page.
I don’t know if it helps, but did you set \setupsectionblock[frontpart][page=no] ?
I had \setupsectionblock[frontpart][page=] and setting page=no does not change anything. I get the same behavior in my Volume 2 product, which does not have any \frontmatter. I solved the problem by rather using: \definemakeup[cover][page][page=no,doublesided=no] \definelayout[cover][page] \startmakeup [cover] \filterpages[Coverpages][1] \stoppagemakeup \startmakeup [cover] \filterpages[Coverpages][2] \stoppagemakeup Thank you for your suggestion!
Maybe it’s also a problem of \startdocument – I always get a first empty page and don’t understand why.
One gets an empty first page if there is *any* text content anywhere in the setups or environment files before the \startdocument. -- Alan