I would like to know whether ConTeXt implements a function to wrap figures embedded in multiple-column texts, whose dimensions is not a multiple of the column width. For instance, when I use a code like this:
\mainlanguage[en] \definecolumnset[colll][n=3,distance=2em] \startcolumnset[colll] \noindent 20-10-2025 \starttext \startsection[title=Device Fabrication] The fabrication was performed on \chemical{Si/SiO_2} substrates patterned gold microelectrodes. Below is reported the layou of the used devices: \placefigure{tblr} {\externalfigure[Figures/Layout1.png][Layout1][width=\columnsetspanwidth{1.5}]} \samplefile{tufte} \samplefile{tufte} \samplefile{tufte} \stopcolumnset \stopsection \stoptext I obtain this:
How can I fill up the white space at the right of the figure?
