diff options
author | Karl Berry <karl@freefriends.org> | 2012-04-04 22:44:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-04-04 22:44:02 +0000 |
commit | 294b893f172ead10a528ac8680231da85228ab0c (patch) | |
tree | ad786c985bb7e9c1f81a2c7f37aeb3bdb631b1dc /Master/texmf-dist/tex/latex/siunitx/siunitx.sty | |
parent | dac7712aa58920cb78197661794b377b9a8a68f5 (diff) |
siunitx (4apr12)
git-svn-id: svn://tug.org/texlive/trunk@25853 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 ea3050bf5ab..e126aa4957c 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} -\ProvidesExplPackage {siunitx} {2012/03/23} {2.4l} +\ProvidesExplPackage {siunitx} {2012/04/04} {2.4m} {A comprehensive (SI) units package} \@ifpackagelater { expl3 } { 2011/09/05 } { } @@ -5254,7 +5254,7 @@ { \int_compare:nNnTF { \tl_length:n {#1} } = \c_two { \siunitx_list_numbers_aux:nn #1 } - { \siunitx_combined_output:n {#1} } + { \siunitx_combined_output:n #1 } } } \cs_new_protected:Npn \siunitx_list_numbers_aux_ii:n #1 |