diff options
author | Karl Berry <karl@freefriends.org> | 2011-04-20 23:07:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-04-20 23:07:10 +0000 |
commit | cf4ecd4aac95871df9385e17953d190b42dd194c (patch) | |
tree | 3ff30663d8c46ebb9d19ac6639a079609299452f /Master/texmf-dist/tex/latex/siunitx | |
parent | 454fee118ed1b031ef6bd83cd963de43e3135ce0 (diff) |
siunitx 2.2c (20apr11)
git-svn-id: svn://tug.org/texlive/trunk@22139 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/siunitx')
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 8a76dad1e0e..1737675d227 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/19} {2.2b} +\ProvidesExplFile {siunitx-binary.cfg} {2011/04/20} {2.2c} {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 4c2612fa969..b0d39cb44c8 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/19} {2.2b} +\ProvidesExplFile {siunitx-version-1.cfg} {2011/04/20} {2.2c} {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 b28b6f3a438..880c2c59465 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/19} {2.2b} +\ProvidesExplPackage {siunitx} {2011/04/20} {2.2c} {A comprehensive (SI) units package} \cs_if_exist:NTF \msg_set:nnnn { @@ -5316,7 +5316,7 @@ { > { \bcolumn #1 \@nil } #1 < { \ecolumn } } \cs_set:Npn \siunitx_tmp:w #1 \NC@do S #2 \q_stop { \toks_set:Nn \NC@list { #1 #2 } } - \exp_after:wN \siunitx_tmp:w \NC@list \q_stop + \exp_after:wN \siunitx_tmp:w \tex_the:D \NC@list \q_stop \cs_gundefine:N \NC@find@S } { } |