Hi, The predefined alternative list setups (e.g., a, b, c...) provide various ways to format the ToC with the page number to the right of the list entry title. An alternative with the page number to the left of the list entry title would be useful. For example: \setupinteraction[state=start,] \setupcombinedlist[content][interaction=all,] \unprotect \define[3]\SectionToCEntry{% \hbox \strc_lists_get_reference_attribute\v!all{% \par \leftaligned\bgroup \hbox to 2em{#3}% \hskip 1em \vtop{\hsize\dimexpr\textwidth-3em\relax#2} \egroup \par% } } \protect \setuplist[section][ alternative=command, command=\SectionToCEntry, ] \starttext \placecontent \dorecurse{4}{ \chapter[title={Chapter}] \page \section[title={Section A}] \dorecurse{5}{\input knuth} \section[title={Section B}] \dorecurse{5}{\input ward} } \stoptext