summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
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/source
parent84dbb829f577b1dcfedf9482ffd6f74398a2b439 (diff)
siunitx (7jun22)
git-svn-id: svn://tug.org/texlive/trunk@63506 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/latex/siunitx/siunitx-table.dtx6
-rw-r--r--Master/texmf-dist/source/latex/siunitx/siunitx.dtx2
2 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx-table.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx-table.dtx
index 20683fb63ea..35dd2161b17 100644
--- a/Master/texmf-dist/source/latex/siunitx/siunitx-table.dtx
+++ b/Master/texmf-dist/source/latex/siunitx/siunitx-table.dtx
@@ -883,7 +883,11 @@
\tl_set:Nx \l_@@_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}
diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
index 9e03d6c4bfe..d24b1ce6fab 100644
--- a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
+++ b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
@@ -121,7 +121,7 @@
%
% Identify the package and give the over all version information.
% \begin{macrocode}
-\ProvidesExplPackage {siunitx} {2022-05-31} {3.1.2}
+\ProvidesExplPackage {siunitx} {2022-06-07} {3.1.3}
{A comprehensive (SI) units package}
% \end{macrocode}
%