diff options
author | Karl Berry <karl@freefriends.org> | 2015-07-17 22:39:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-07-17 22:39:30 +0000 |
commit | 6f7407fa0eead2c0ceefca986ab1b2e0eab595c4 (patch) | |
tree | 92d770de88f8bada238431e72647f0a47780ecd6 /Master/texmf-dist/tex/latex/siunitx/siunitx.sty | |
parent | 0f0b0f3fcb73508e305d45aeffc7bb96023cc81d (diff) |
siunitx (17jul15)
git-svn-id: svn://tug.org/texlive/trunk@37870 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/siunitx/siunitx.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/siunitx/siunitx.sty | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty index 1bca45d4027..8bc958cb278 100644 --- a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty +++ b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty @@ -14,7 +14,7 @@ %% --------------------------------------------------------------- %% \RequirePackage{expl3,xparse} -\ProvidesExplPackage {siunitx} {2015/06/25} {2.6g} +\ProvidesExplPackage {siunitx} {2015/07/17} {2.6h} {A comprehensive (SI) units package} \@ifpackagelater { expl3 } { 2012/11/21 } { } @@ -2646,7 +2646,7 @@ __siunitx_number_process_scientific_engineering_ \int_compare:nNnTF {#3} < { 0 } { - \int_case:nnn { \int_mod:nn { 0 - (#3) } { 3 } } + \int_case:nnF { \int_mod:nn { 0 - (#3) } { 3 } } { { 1 } { 2 } { 2 } { 1 } |