Closed josephwright closed 6 months ago
From an email, MWE
\documentclass{article} \usepackage{siunitx} \begin{document} \begin{minipage}{2.8cm} \sisetup{allow-quantity-breaks} Some filler text \qty{10}{\metre}\\ Some filler text $10\penalty\binoppenalty\,\mathrm{m}$ \end{minipage} \end{document}
The issue is the ordering of the 'no break' line: correct in v2, messed up in v3 - fix coming up.
From an email, MWE