Hi all, I've adapted the example from strc-lst.mkiv: \setuplist[section][alternative=MyListItem] \definelistplacement[MyListItem][none]#1#2#3% {\framed{(#1) (#2) (#3)}} \starttext \showframe \placecontent \dorecurse{12}{\section{Test}} \stoptext But I want the list items to break after the 5th section, like with alternative=d. How to manage this? In fact I've a setup like: \setuplist [section] [alternative=c] \setuplist [subsection] [alternative=d,margin=3em,headnumber=no] \starttext \showframe \placecontent \dorecurse{7}{\section{Test alpha}\section{Test beta} \dorecurse{8}{\subsection{A very long and stupid section title}}} \stoptext and want the subsections in the list break with the end oft the dotted line, therefore I tried to customize the list placement. Perhaps someone is willing to provide a solution … Thanks in advance. Andreas