diff options
author | Karl Berry <karl@freefriends.org> | 2010-10-12 23:57:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-10-12 23:57:47 +0000 |
commit | 818bf5570a44805150dfd9d69a3435cacdfa05e1 (patch) | |
tree | 251925761a975f626b87e2aef23f504cfa1c6af5 /Master/texmf-dist/tex/latex | |
parent | ba0fa2c2b2c17b26d109eff1ad83b74eecd0e438 (diff) |
siunitx (12oct10)
git-svn-id: svn://tug.org/texlive/trunk@20074 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
3 files changed, 4 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 57f6dc79a35..503ec10cef0 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} {2010/10/05} {2.0x} +\ProvidesExplFile {siunitx-binary.cfg} {2010/10/09} {2.0y} {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 3092ab4f472..b6139ad5bf0 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} {2010/10/05} {2.0x} +\ProvidesExplFile {siunitx-version-1.cfg} {2010/10/09} {2.0y} {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 fc1d9e7ed63..e6d41de20d5 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} {2010/10/05} {2.0x} +\ProvidesExplPackage {siunitx} {2010/10/09} {2.0y} {A comprehensive (SI) units package} \msg_set:nnnn { siunitx } { incompatible-package } { Package~'#1'~incompatible. } @@ -2195,7 +2195,7 @@ \bool_if:NTF \l_siunitx_tight_bool { \tl_set:Nx \l_siunitx_tmpb_tl - { { \exp_not:V \l_siunitx_tmpb_tl } } + { { \exp_not:V \l_siunitx_exponent_product_tl } } } { \tl_set:Nx \l_siunitx_tmpb_tl |