Am 11.02.2011 um 14:46 schrieb luigi sc arso:
On Fri, Feb 11, 2011 at 2:33 PM, Andreas Harder
wrote: Hi all,
if one sets the grid option to verytolerant the list entries overlap. Is this a but or did I miss something?
\setuppapersize[A5][A5]
% \setuplayout[grid=yes] % OK % \setuplayout[grid=tolerant] % OK \setuplayout[grid=verytolerant] % -> overlapping
\setupheads[expansion=yes]
\starttext \showgrid \placelist[chapter,section,subsection,subsubsection] \def\SampleHead{\dorecurse{10}{test } test} \dorecurse {5} {\chapter{\SampleHead} \section{\SampleHead} \subsection{\SampleHead} \subsubsection{\SampleHead}} \stoptext I don't see problems here with latest minimals --- what is wrong in your pdf ?
Hmm, I've just updated the beta … Andreas