diff options
author | Karl Berry <karl@freefriends.org> | 2022-01-13 20:58:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-01-13 20:58:44 +0000 |
commit | 9ab74bc42f4dec6bc77857a29d4a2d9969c76f8a (patch) | |
tree | 909864a72180e37585f6fed5726a1e1ea5fb71d3 /Master/texmf-dist/tex/latex/siunitx/siunitx.sty | |
parent | a23370aa985dab90107baf2674cecce72e815d9e (diff) |
siunitx (13jan22)
git-svn-id: svn://tug.org/texlive/trunk@61597 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/siunitx/siunitx.sty')
-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 } |