diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/siunitx/siunitx.sty | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty index 95eb92d6c23..da49504b01f 100644 --- a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty +++ b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty @@ -42,7 +42,7 @@ }% \endinput }% -\ProvidesExplPackage {siunitx} {2022-01-12} {3.0.40} +\ProvidesExplPackage {siunitx} {2022-01-13} {3.0.41} {A comprehensive (SI) units package} \msg_new:nnnn { siunitx } { incompatible-package } { Package~'#1'~incompatible. } @@ -2974,7 +2974,11 @@ \prg_replicate:nn { \int_max:nn - { 0 - ( \tl_count:n {#4} - \tl_count:n {#2} - #5 + 1 ) } + { + \tl_if_blank:nTF {#4} + { #5 } + { 0 - ( \tl_count:n {#4} - \tl_count:n {#2} - #5 + 1 ) } + } { 0 } } { 0 } |