summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-08-27 22:39:56 +0000
committerKarl Berry <karl@freefriends.org>2021-08-27 22:39:56 +0000
commited2f495bcd8d0143ff2053a21ac19555fd477846 (patch)
treeff80beae93753e1a9f0d9d9637071171bb56c27c /Master/texmf-dist/tex/latex
parent4e73a97e0d8f754378fa77c1092ea498f068856f (diff)
siunitx (28aug21)
git-svn-id: svn://tug.org/texlive/trunk@60337 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r--Master/texmf-dist/tex/latex/siunitx/siunitx.sty9
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty
index 4653cc42cd5..5929ace5fd8 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} {2021-08-22} {3.0.27}
+\ProvidesExplPackage {siunitx} {2021-08-27} {3.0.28}
{A comprehensive (SI) units package}
\msg_new:nnnn { siunitx } { incompatible-package }
{ Package~'#1'~incompatible. }
@@ -6596,11 +6596,12 @@
{ \use_i:nn }
{
\siunitx_unit_options_apply:n {##1}
- \bool_if:NT \l__siunitx_command_prespace_bool { \exp_not:N \ }
\siunitx_unit_format:nN {##1}
\exp_not:N \l__siunitx_command_tmp_tl
- \siunitx_print_unit:V
- \exp_not:N \l__siunitx_command_tmp_tl
+ \bool_if:NTF \l__siunitx_command_prespace_bool
+ { \siunitx_quantity_print:nV { } }
+ { \siunitx_print_unit:V }
+ \exp_not:N \l__siunitx_command_tmp_tl
}
{ \siunitx_quantity:nn {####1} {##1} }
\group_end: