Latest LMTX: 2026.01.08 23:30 Still investigating float parameters. I can’t see a difference regardless to what I set (side)space(before|after). Also no difference with sidealign settings. That’s really frustrating. What’s wrong? Hraban """ \setuppapersize[A6,landscape] \setupbodyfont[plex,11pt] \useMPlibrary[dum] \showframe \defineexternalfigure[zb][width=.4tw,height=5lh] \starttext \startplacefigure[location=left,title=sa,spacebefore=none,spaceafter=none,sidealign=height] \externalfigure[zb] \stopplacefigure \samplefile{lorem} \startplacefigure[location=left,title=ssa,sidespacebefore=none,sidespaceafter=none,sidealign=line] \externalfigure[zb] \stopplacefigure \samplefile{lorem} \startplacefigure[location=left,title=sas,spacebeforeside=none,sideafterspace=none,sidealign=depth] \externalfigure[zb] \stopplacefigure \samplefile{lorem} \stoptext """
Am 21.01.2026 um 20:31 schrieb Henning Hraban Ramm:
Latest LMTX: 2026.01.08 23:30
Still investigating float parameters.
I can’t see a difference regardless to what I set (side)space(before| after). Also no difference with sidealign settings.
That’s really frustrating. What’s wrong?
You can't pass the sidespace parameters to \startplacefigure, \setupfloat is the only way to change the values. Wolfgang
Am 21.01.26 um 22:51 schrieb Wolfgang Schuster:
Am 21.01.2026 um 20:31 schrieb Henning Hraban Ramm:
Latest LMTX: 2026.01.08 23:30
Still investigating float parameters.
I can’t see a difference regardless to what I set (side)space(before| after). Also no difference with sidealign settings.
That’s really frustrating. What’s wrong?
You can't pass the sidespace parameters to \startplacefigure, \setupfloat is the only way to change the values.
Thank you! That’s unfortunate… Hraban
participants (2)
-
Henning Hraban Ramm -
Wolfgang Schuster