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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

Reply via email to