Alan Braslau via ntg-context schrieb am 06.07.2023 um 11:58:
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

\startlayout[page]
\filterpages[...]
\stoplayout

Wolfgang

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

Reply via email to