josephwright / siunitx

A comprehensive (SI) units package for LaTeX
LaTeX Project Public License v1.3c
350 stars 25 forks source link

Multiple uncertainties incorrect if given separated and shorter than the main value #727

Closed josephwright closed 3 months ago

josephwright commented 3 months ago

For example

\documentclass{article}
\usepackage{siunitx}
\sisetup{uncertainty-mode = separate}
\begin{document}
\num{1.2 \pm 0.1 \pm 0.05 \pm 0.005}
\end{document}