Extraneous space left by "allow-quantity-breaks"
josephwright opened this issue · 1 comments
josephwright commented
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}
josephwright commented
The issue is the ordering of the 'no break' line: correct in v2, messed up in v3 - fix coming up.