summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-10-07 20:15:13 +0000
committerKarl Berry <karl@freefriends.org>2023-10-07 20:15:13 +0000
commitb2afc04099553daa27e39000bb03b93947cda8a5 (patch)
tree38569767eac54b6ce1fb9e50f67c1529b316f86a /Master/texmf-dist/tex
parente577cb21614559514b4fb48bbd0a9f3cbb78b467 (diff)
siunitx (7oct23)
git-svn-id: svn://tug.org/texlive/trunk@68474 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/latex/siunitx/siunitx.sty10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty
index 936044ef1f6..a52d783562e 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} {2023-09-01} {3.3.6}
+\ProvidesExplPackage {siunitx} {2023-10-07} {3.3.7}
{A comprehensive (SI) units package}
\msg_new:nnnn { siunitx } { incompatible-package }
{ Package~'#1'~incompatible. }
@@ -4087,7 +4087,7 @@
{
drop-exponent = true ,
exponent-mode = fixed ,
- fixed-exponent = #6#7
+ fixed-exponent = #6 0 #7
}
}
\cs_new_protected:Npn \__siunitx_compound_parsed:n #1
@@ -4184,7 +4184,7 @@
{ \__siunitx_compound_extract_exp:nnnnnnnN #1 #2 }
\cs_generate_variant:Nn \__siunitx_compound_extract_exp:nN { V }
\cs_new_protected:Npn \__siunitx_compound_extract_exp:nnnnnnnN #1#2#3#4#5#6#7#8
- { \fp_set:Nn #8 {#6#7} }
+ { \fp_set:Nn #8 { #6 0 #7 } }
\cs_new_protected:Npn \siunitx_compound_quantity:nn #1#2
{
\group_begin:
@@ -7600,9 +7600,9 @@
\cs_generate_variant:Nn \__siunitx_quantity_extract_exp:nNN { V }
\cs_new_protected:Npn \__siunitx_quantity_extract_exp:nnnnnnnNN #1#2#3#4#5#6#7#8#9
{
- \fp_set:Nn #8 {#6#7}
+ \fp_set:Nn #8 { #6 0#7 }
\tl_set:Nx #9
- { {#1} {#2} {#3} {#4} {#5} { } { 0 } }
+ { {#1} {#2} {#3} {#4} {#5} { } { } }
}
\cs_new_protected:Npn \siunitx_quantity_print:nn #1#2
{