Hi, under certain circumstances, ConTeXt swallows text. This happens with both MkII and MkIV and a fairly recent minimals distribution. | ConTeXt ver: 2009.11.24 10:13 MKII fmt: 2009.11.25 int: english/english | ConTeXt ver: 2009.11.24 10:13 MKIV fmt: 2009.11.25 int: english/english Sadly, I noticed not until the booklet was already printed. (Actually, it was my customer who noticed.) :-( Best regards, olli % ----------------------------------- \enableregime[utf-8] \setupbodyfont[ss,10pt] \setupinterlinespace[line=2.6ex] \setuppapersize[A4][A4] \setuplayout[backspace=2cm,width=middle, offset=0mm, topspace=0cm,height=middle, location=middle, ] \setupcolors[state=start] \setuptolerance[tolerant,verytolerant] \definefloat[grafik] \setupcaption[grafik][number=no,location=bottom] \definecolumnset[ergebnisse][n=3] \definecolumnsetarea [title][left] [x=1,y=1,nx=6,ny=42,page=2,state=start] \starttext \startcolumnset[ergebnisse] \dorecurse{10}{\input tufte} \placegrafik[btlr]{none}{\externalfigure[foo][width=1.95\textwidth]} \subject{Victoria Beckham pregnant again!} Barack Obama is the father! Confronted with this fact, her husband David Beckham said\,\dots (Actually, this is a very important news the world should knew about!) \dorecurse{3}{\input tufte} \stopcolumnset \stoptext % -----------------------------------