diff options
author | Karl Berry <karl@freefriends.org> | 2011-05-28 17:35:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-05-28 17:35:05 +0000 |
commit | 6f4cdbcd595c36f1a5100f9a107b9f00e15df61e (patch) | |
tree | af877e38c198c76d4993c0f03b7c61e52f77da9e /Master/texmf-dist/tex/latex/siunitx | |
parent | 287951704565bf8d0b2aaab9c64ba3e7a4ef6a65 (diff) |
siunitx 2.2f (25may11)
git-svn-id: svn://tug.org/texlive/trunk@22648 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/siunitx')
3 files changed, 5 insertions, 5 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 c97c82b8ede..d913a604b07 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/05/23} {2.2e} +\ProvidesExplFile {siunitx-binary.cfg} {2011/05/25} {2.2f} {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 1d135b166ca..297043dc0cf 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/05/23} {2.2e} +\ProvidesExplFile {siunitx-version-1.cfg} {2011/05/25} {2.2f} {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 a993d2f8160..1ed4c9f5cd9 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/05/23} {2.2e} +\ProvidesExplPackage {siunitx} {2011/05/25} {2.2f} {A comprehensive (SI) units package} \cs_if_exist:NTF \msg_set:nnnn { @@ -5573,9 +5573,9 @@ { \dim_compare:nNnTF {#1} = { \c_zero_dim } { - \cs_new_eq:NN \siunitx_table_column_begin:n + \cs_set_eq:NN \siunitx_table_column_begin:n \siunitx_table_align_left:n - \cs_new_eq:NN \siunitx_table_column_end:n + \cs_set_eq:NN \siunitx_table_column_end:n \siunitx_table_align_right:n } { |