Hi, in a multi column layout I want to place a figure at a fixed position. Inserting a floating object at a fixed position doesn't make any sense, but I need the correct caption (number) for the graphic. Sadly \placefigure fails with [..] todo : flush notes todo : enable notes ! Missing number, treated as zero. <to be read again> \@@mc5@@mcwidth \@@ar@@4 ...ace \OTRSETlocalwidth \scratchcounter \relax \OTRSETcheckwidthga... \redoloop ->\expandrecursecontent \endofloop <to be read again> { <inserted text> 2 \dodoloop ...mexpr \recurselevel +\plusone \relax } ... l.16 \stopcolumnset ? Is this a bug or am I misusing the macro too much? Example code at the end of this mail. Peter %----+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8 MTXrun | current version: 2010.04.16 21:08 This is LuaTeX, Version beta-0.60.1-2010042015 (rev 3640) %----+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8 \usemodule[visual] \definecolumnset[example][n=4] \definecolumnsetarea[one][left][x=1,y=1,nx=6,ny=6,state=start] \setupcolumnsetareatext[one][left][\setup{test}] \startsetups test \placefigure[here][test]{test}{\externalfigure[cow]} \stopsetups \starttext \startcolumnset[example] \dorecurse{25}{\fakewords{50}{100}} \stopcolumnset \stoptext