diff options
author | Karl Berry <karl@freefriends.org> | 2011-05-23 22:04:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-05-23 22:04:31 +0000 |
commit | 52a388b5dfbf9e9147a7c07878b135825cad4656 (patch) | |
tree | a951dcb5a6315b5e2674c30cc7b3332a5f9ed6cb /Master/texmf-dist/tex/latex/siunitx | |
parent | 952884bf7e407d7e0935a2bf911dafa7ef05c4a9 (diff) |
siunitx 2.2e (23may11)
git-svn-id: svn://tug.org/texlive/trunk@22587 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/siunitx')
3 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/siunitx/config/siunitx-binary.cfg b/Master/texmf-dist/tex/latex/siunitx/config/siunitx-binary.cfg index d1691b19e49..c97c82b8ede 100644 --- a/Master/texmf-dist/tex/latex/siunitx/config/siunitx-binary.cfg +++ b/Master/texmf-dist/tex/latex/siunitx/config/siunitx-binary.cfg @@ -13,7 +13,7 @@ %% See http://www.latex-project.org/lppl.txt %% --------------------------------------------------------------- %% -\ProvidesExplFile {siunitx-binary.cfg} {2011/04/28} {2.2d} +\ProvidesExplFile {siunitx-binary.cfg} {2011/05/23} {2.2e} {siunitx: Binary units} \DeclareBinaryPrefix \kibi { Ki } { 10 } \DeclareBinaryPrefix \mebi { Mi } { 20 } diff --git a/Master/texmf-dist/tex/latex/siunitx/config/siunitx-version-1.cfg b/Master/texmf-dist/tex/latex/siunitx/config/siunitx-version-1.cfg index 52bf20f2630..1d135b166ca 100644 --- a/Master/texmf-dist/tex/latex/siunitx/config/siunitx-version-1.cfg +++ b/Master/texmf-dist/tex/latex/siunitx/config/siunitx-version-1.cfg @@ -13,7 +13,7 @@ %% See http://www.latex-project.org/lppl.txt %% --------------------------------------------------------------- %% -\ProvidesExplFile {siunitx-version-1.cfg} {2011/04/28} {2.2d} +\ProvidesExplFile {siunitx-version-1.cfg} {2011/05/23} {2.2e} {siunitx: Version 1 settings} \keys_set:nn { siunitx } { load-configurations = { abbreviations , binary } } diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty index 4f9ecaba8e7..a993d2f8160 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} {2011/04/28} {2.2d} +\ProvidesExplPackage {siunitx} {2011/05/23} {2.2e} {A comprehensive (SI) units package} \cs_if_exist:NTF \msg_set:nnnn { @@ -1318,9 +1318,10 @@ \prop_if_in:NnT \l_siunitx_number_in_prop { complex-decimal-marker } { \bool_set_true:N \l_siunitx_number_in_decimal_bool } - \prop_if_in:NnT \l_siunitx_number_in_prop + \prop_if_in:NnTF \l_siunitx_number_in_prop { complex-sign } { \bool_set_true:N \l_siunitx_number_in_sign_bool } + { \prop_del:Nn \l_siunitx_number_in_prop { mantissa } } } } \cs_new_protected_nopar:Npn \siunitx_number_in_complex_aux:nn #1#2 { |