On Thursday, March 31, 2022 3:11 AM Michael Urban via ntg-context wrote:
> Almost there. But if I add \setuppagenumbering [alternative=doublesided]
> to the example, there is a blank page before the makeup page, and an
> unnumbered blank page after. If I add doublesided=no to the
> \setupmakeup options, the unnumbered blank page is not there, but there is
> still a blank page before. It is seemingly forcing
> a right-hand page for some reason I do not understand.
That is an easy fix: \setupmakeup, just like \setuphead, has a 'page' key which
controls this. So, using the below setup for the 'FloatPage' makeup you can get
rid of the unwanted page:
\setupmakeup
[FloatPage]
[ headerstate=normal,
pagestate=start,
align=middle,
footerstate=normal,
page=no,
doublesided=no]
Sreeram
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the
Wiki!
maillist : [email protected] / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage : http://www.pragma-ade.nl / http://context.aanhet.net
archive : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___________________________________________________________________________________