juh via ntg-context schrieb am 13.09.2021 um 13:07:
Hi all,
I have a doubleside layout with a big outer margin.
When I set alternative=margin in setuphead the chapter numbers appear in the left margin which is the outer margin on left pages, but the inner margin on right pages.
While this looks good on left pages, there is much free space on right pages.
I would like to use this space for headlines to balance the impression.
Is it possible to assign headlines to the textarea+margin somehow only on right pages so that headlines would run into the outermargin o right pages??
Like this? \setuphead [chapter] [page=yes, alternative=inmargin, location=outer, align=outer] \setuppagenumbering [alternative=doublesided] \showframe \starttext \dorecurse{10}{\expanded{\chapter{Chapter \convertnumber{word}{\recurselevel}}}} \stoptext Wolfgang