On 9/14/2023 10:10 PM, Rik Kabel wrote:


On 9/14/2023 5:49 PM, Jeroen wrote:
In the \startbackmatter ... \stopbackmatter section i would like to have some chapters that are not automatically placed on a new page for the next chapter. Is there an easy way to suppress the new page for these chapters?
Thanks, Jeroen

Untried:

  1. Define a new section head that clones chapter (\definehead[NPChapter][chapter]).
  2. Modify the new section head so that it does not do a break (\setuphead[NPChapter][page=no]).
  3. Use the new section head instead of \chapter or \startchapter.

And, if you want them to appear in the table of contents, modify the combined list of section headers that go into the contents (\setupcombinedlist[content][list=chapter,NPChapter,...]). Perhaps add it to the pdf bookmarks as well (\placebookmarks...).

--
RIk