Hi, In the table of contents, there is a unwanted blank space after chapter 2. There is a page break if the remaining space is not enough to cover the list of the next chapter. For example, page break after ch 2. in the following example. Is it possible to list them continuously? Best regards, Dalyoung %%%%%%%% \starttext \definepagebreak[emptyodd][yes,header, footer, odd] \setuphead[chapter][page=emptyodd] \setuphead[title][incrementnumber=list] \setupcombinedlist[content][list={title,chapter,section,subsection}] \setuplist[chapter, title][width=5mm, style=,textcommand={\ss\bf }] \setuplist[section][width=10mm, style=,textcommand={\ss }] \showframe \startfrontmatter \completecontent \page[empty] \stopfrontmatter \startbodymatter \dorecurse{9} {\chapter{Ch \recurselevel} \dorecurse{8} {\section{Section \recurselevel}} } \stopbodymatter \stoptext %%%%%%%%