summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-06-07 20:25:02 +0000
committerKarl Berry <karl@freefriends.org>2022-06-07 20:25:02 +0000
commit27d9de4dfb4067e1f80cca8a18a6feac06234daa (patch)
treead197d0d649fd45229fcb1abee3a670a8bfbec2c /Master/texmf-dist/tex/latex
parent84dbb829f577b1dcfedf9482ffd6f74398a2b439 (diff)
siunitx (7jun22)
git-svn-id: svn://tug.org/texlive/trunk@63506 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r--Master/texmf-dist/tex/latex/siunitx/siunitx.sty8
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 6975e81ca55..a5576eb4241 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-05-31} {3.1.2}
+\ProvidesExplPackage {siunitx} {2022-06-07} {3.1.3}
{A comprehensive (SI) units package}
\msg_new:nnnn { siunitx } { incompatible-package }
{ Package~'#1'~incompatible. }
@@ -5126,7 +5126,11 @@
\tl_set:Nx \l__siunitx_table_model_tl
{
\exp_not:n { {#1} {#2} }
- { \prg_replicate:nn {#3} { 8 } }
+ {
+ \int_compare:nNnTF {#3} = 0
+ { 0 }
+ { \prg_replicate:nn {#3} { 8 } }
+ }
{ \prg_replicate:nn { 0 #4 } { 8 } }
{
\tl_if_blank:nF {#5}