I am wondering if someone has tried a two-column dictionary layout with ConTeXt. What is confounding me at the moment is the gap between entries in the columns. My MWE is below. Try as I may, I seem unable to get rid of those gaps! I obviously want each entry to follow on from the other. I'm obviously not doing things right! If someone has already set up a dictionary and has a model they could share I'd be grateful. I'm attaching a screenshot of the result from the code below. Julian ---------- \setuphead[subsubject][before=,after=] \definemarking[subsubject] \setupheadertexts [{\getmarking[subsubject][top]–\getmarking[subsubject][bottom]}][][{\getmarking[subsubject][top]–\getmarking[subsubject][bottom]}][] \setupcolumns[n=2,align=raggedright,balance=no,tolerance={verytolerant,stretch}] \definedescription[des][headstyle=bold,style=normal,alternative=serried, width=fit] \starttext \startsubject[title={A}] \startsubsubject[marking={Term 1}] \startcolumns \startdes{term 1}1. bla. 2. bla bla 3. bla bla bla. {\em adjective}. \textbullet\hskip 2pt \input weisman \rightarrow {\bf something else}. \stopdes \stopsubsubject \startsubsubject[marking={Term 2}] \startdes{term 2}1. bla. 2. bla bla 3. bla bla bla. {\em noun} \textbullet\hskip 2pt \input weisman \stopdes \stopsubsubject \startsubsubject[marking={Term 3}] \startdes{term 3}1. bla. 2. bla bla 3. bla bla bla. {\em noun} \textbullet\hskip 2pt \input weisman \stopdes \stopcolumns \stopsubsubject \stopsubject