From 41cf80ce30c6e274ed682de0b2303646d728c99c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 16 Nov 2022 21:25:23 +0000 Subject: siunitx (16nov22) git-svn-id: svn://tug.org/texlive/trunk@65033 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex/siunitx/siunitx-number.dtx | 8 ++++---- Master/texmf-dist/source/latex/siunitx/siunitx.dtx | 2 +- Master/texmf-dist/source/latex/siunitx/siunitx.tex | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'Master/texmf-dist/source/latex/siunitx') diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx-number.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx-number.dtx index 1d11f909f07..b88e369c08d 100644 --- a/Master/texmf-dist/source/latex/siunitx/siunitx-number.dtx +++ b/Master/texmf-dist/source/latex/siunitx/siunitx-number.dtx @@ -3168,9 +3168,9 @@ { \use:e { - \exp_not:N \@@_round_uncertainty:nnnnn + \exp_not:N \@@_round_uncertainty:nnnnnn \@@_round:nnn {#1} { } {#4} - {#2} {#3} {#1} + {#2} {#3} {#1} {#4} } } % \end{macrocode} @@ -3179,7 +3179,7 @@ % the uncertainty rounded up, which also links to additional treatment. We % therefore split paths here. % \begin{macrocode} -\cs_new:Npn \@@_round_uncertainty:nnnnn #1#2#3#4#5 +\cs_new:Npn \@@_round_uncertainty:nnnnnn #1#2#3#4#5#6 { \tl_if_blank:nTF {#1} { @@ -3191,7 +3191,7 @@ { \tl_if_blank:nTF {#4} { #5 } - { 0 - ( \tl_count:n {#4} - \tl_count:n {#2} - #5 + 1 ) } + { ( \tl_count:n {#6} - \tl_count:n {#4} ) - \tl_count:n {#2} } } { 0 } } diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx index b39fdd662ea..d02beaf5739 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-10-23} {3.1.9} +\ProvidesExplPackage {siunitx} {2022-11-16} {3.1.10} {A comprehensive (SI) units package} % \end{macrocode} % diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx.tex b/Master/texmf-dist/source/latex/siunitx/siunitx.tex index 1c4b9ab9101..a92d0ee0db8 100644 --- a/Master/texmf-dist/source/latex/siunitx/siunitx.tex +++ b/Master/texmf-dist/source/latex/siunitx/siunitx.tex @@ -318,7 +318,7 @@ optional argument, \meta{options}, and one mandatory one, \meta{number}. The contents of \meta{number} are automatically formatted. The formatter removes both \enquote{soft} (\verb*| |) and \enquote{hard} spaces (|\,| and |~|), automatically identifies exponents (as standard marked using |e|, |E|, |d| or -|D|) and adds the appropriate spacing of large numbers.If required, +|D|) and adds the appropriate spacing of large numbers. If required, a leading zero is added before a decimal marker: both |.| and "," are recognised as decimal markers. \begin{LaTeXdemo} -- cgit v1.2.3