diff options
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 } { |