From 0f5c838f2f213420085e0e591ed6640230476df2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 23 Jul 2022 21:39:20 +0000 Subject: siunitx (23jul22) git-svn-id: svn://tug.org/texlive/trunk@63964 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex/siunitx/siunitx-number.dtx | 13 +++++++++++-- Master/texmf-dist/source/latex/siunitx/siunitx.dtx | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/source') diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx-number.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx-number.dtx index 2f153d46864..ff97058d20f 100644 --- a/Master/texmf-dist/source/latex/siunitx/siunitx-number.dtx +++ b/Master/texmf-dist/source/latex/siunitx/siunitx-number.dtx @@ -2660,8 +2660,17 @@ { \int_compare:nNnTF {#3} = 0 { - \@@_round_final_decimal:nnw - {#1} { 1 \@@_round_truncate:n {#2} } + \bool_lazy_or:nnTF + { \tl_if_blank_p:n {#1} } + { \int_compare_p:nNn {#1} = { 0 } } + { + \@@_round_final_decimal:nnw + {#1} { 1 \@@_round_truncate:n {#2} } + } + { + \@@_round_final_decimal:nnw + {#1} { 1 #2 } + } } { \@@_round_final:fn diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx index 4217ff662f2..2766ca5ca3d 100644 --- a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx +++ b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx @@ -121,7 +121,7 @@ % % Identify the package and give the over all version information. % \begin{macrocode} -\ProvidesExplPackage {siunitx} {2022-06-22} {3.1.4} +\ProvidesExplPackage {siunitx} {2022-07-23} {3.1.5} {A comprehensive (SI) units package} % \end{macrocode} % -- cgit v1.2.3