Hi,
I have posted a question regarding floats and columnsets some time ago. I am wondering why I am having text under a figure in a two column layout.
================
\usemodule[newcolumnsets]
\setuplayout
[grid=yes]
\definecolumnset[example][n=2]
\starttext
\startcolumnset[example]
\dorecurse{11}{
\input ward\par
}
\placefigure [btrl,none]
{}
{
\externalfigure[placeholder][width=\columnsetspanwidth{2}]
}
\dorecurse{10}{
\input ward\par
}
\stopcolumnset
\stoptext
================
Shouldn't the figure stick to the bottom?
Best,
Denis