Henning Hraban Ramm schrieb am 14.08.2024 um 23:11:
There seems to be a regression with sidefloats:
""" \useMPlibrary[dum]
\starttext
\startplacefigure[title={problem},location={right,high}] \externalfigure[dummy][width=.3\textwidth] \stopplacefigure \samplefile{ward}
\stoptext """
Line 1154 in strc-flt.mkxl: \def\strc_floats_analyze_variables_two {... - \ifinset\v!high \floatlocation\global \plusone \fi + \ifinset\v!high \floatlocation\global\c_page_sides_skipmode \plusone \fi \ifinset\v!low \floatlocation\global\c_page_sides_skipmode \plustwo \fi \ifinset\v!fit \floatlocation\global\c_page_sides_skipmode \plusthree\fi \ifinset\v!tolerant \floatlocation\global\c_page_sides_tolerance\plusone \fi \ifinset\v!verytolerant\floatlocation\global\c_page_sides_tolerance\plustwo \fi ...} Wolfgang