thanks Mikael.
the oldcolumnsets works well in most situation. but in below snippet, the big figure will be discarded. if put the figure code before the \dorecurse line, the figure will be shown.
\usemodule[oldcolumnsets]
\definecolumnset[bodycolumn][n=2]
\starttext
\startcolumnset[bodycolumn]
\dorecurse{100}{sdf sdfds sdfdsf sdf} %% this line
\startplacefigure[location={btrl},title={wfs fdsf} ]
\framed[width=1.6\textwidth,align=middle,frame=off,]{
\externalfigure[qe qwe 11 qwe qwe][width=9cm]
}
\stopplacefigure
\stopcolumnset
\stoptext
------------------ 原始邮件 ------------------
发件人:Mikael Sundqvist "mickep@gmail.com"
时 间:2025/06/17 18:30:31 周二
收件人:mailing list for ConTeXt users "ntg-context@ntg.nl"
抄送人:
主 题:[NTG-context] Re: issue of columnset
Hi,
we work on a new version where the procedure is slightly different
(see slides from a BachoTeX talk:
https://www.gust.org.pl/bachotex/2025-pl/presentations/columns-hhmps.pdf)
. You can try
\usemodule[oldcolumnsets]
to get the old behavior back.
/Mikael
On Tue, Jun 17, 2025 at 12:24 PM wangzhongtian