diff options
author | Karl Berry <karl@freefriends.org> | 2024-02-07 21:02:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-02-07 21:02:06 +0000 |
commit | 48058448365c4d1bc710e07522ef1b82f8d8f87f (patch) | |
tree | 7bc41c8f8e00c339add66cc1920735ae68b68da7 /Master/texmf-dist/tex/latex | |
parent | 884ae6847d7c4a7c5931ed290acb81a40c9e8a6c (diff) |
siunitx (7feb24)
git-svn-id: svn://tug.org/texlive/trunk@69737 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/siunitx/siunitx.sty | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty index 5d3147837f7..67ae7ed801d 100644 --- a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty +++ b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty @@ -41,7 +41,7 @@ }% \endinput }% -\ProvidesExplPackage {siunitx} {2024-01-25} {3.3.10} +\ProvidesExplPackage {siunitx} {2024-02-07} {3.3.11} {A comprehensive (SI) units package} \msg_new:nnnn { siunitx } { incompatible-package } { Package~'#1'~incompatible. } @@ -4387,9 +4387,12 @@ { \__siunitx_compound_uncert_bracket:nnw {#1#2#3#4#5#6} {#7#8} #9 \q_stop } \cs_new:Npn \__siunitx_compound_uncert_bracket:nnw #1#2 #3 \q_nil #4 \q_nil #5 \q_stop { - \bool_lazy_or:nnTF - { \tl_if_blank_p:n {#2#3} } - { ! \tl_if_blank_p:n {#5} } + \bool_lazy_any:nTF + { + { ! \l__siunitx_compound_unit_repeat_bool } + { \tl_if_blank_p:n {#2#3} } + { ! \tl_if_blank_p:n {#5} } + } { \exp_not:n {#1#2#3#4#5} } { \exp_not:V \l__siunitx_compound_bracket_open_tl |