
Dear list, I have the following sample: \starttext \showframe %\setuppapersize[A5] \setupinteraction [state=start, color=,] \enabledirectives[references.border=darkgreen] \definestructureconversionset[rom][n,R] \protected\def\doPageNumber#1% {#1\narrownobreakspace·\narrownobreakspace% \the\numexpr 1 + #1\relax} \setuphead[title] [page=yes] \setuphead[chapter] [page=even, sectionconversionset=rom] \setuplist[chapter] [alternative={d}, pagecommand=\doPageNumber, left={\letterleftbracket}, right={\letterrightbracket}, distance=.125tw, ] \completecontent \dorecurse{100} {\startchapter \samplefile{zapf} \stopchapter} \stoptext Having this sample (which in my real-world document is contained inside an A5 page), which is the way to have all contents fully justified and single entries not broken between lines? BTW, in both this sample and the final document, chapters contain only their Roman number and no title. Many thanks for your help, Pablo