[NTG-context] Full-page Figure?
śrīrāma
citturs at gmail.com
Thu Mar 31 03:13:26 CEST 2022
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
More information about the ntg-context
mailing list