diff options
author | Karl Berry <karl@freefriends.org> | 2010-11-06 23:22:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-11-06 23:22:49 +0000 |
commit | 829627a4cf6e07b1e9ad968414b5ab079e2cd7b5 (patch) | |
tree | 30f8c7fb3cb27b54b0b5dc828af41b95315a5048 /Master/texmf-dist/tex | |
parent | 343d5bc3636e4b86037c8acc6b24210504855623 (diff) |
siunitx (6nov10)
git-svn-id: svn://tug.org/texlive/trunk@20348 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
3 files changed, 9 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 0bf6990ad38..3557545c710 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/11/05} {2.1a} +\ProvidesExplFile {siunitx-binary.cfg} {2010/11/05} {2.1b} {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 d20e4d967b8..00cd5a02dd8 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/11/05} {2.1a} +\ProvidesExplFile {siunitx-version-1.cfg} {2010/11/05} {2.1b} {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 2016a9f3e57..f5a4fcb5d00 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/11/05} {2.1a} +\ProvidesExplPackage {siunitx} {2010/11/05} {2.1b} {A comprehensive (SI) units package} \msg_set:nnnn { siunitx } { incompatible-package } { Package~'#1'~incompatible. } @@ -515,7 +515,11 @@ } \cs_new_protected_nopar:Npn \siunitx_detect_font_mode: { \mode_if_math:F - { \bool_set_false:N \l_siunitx_font_math_mode_bool } + { + \bool_set_false:N \l_siunitx_font_math_mode_bool + \bool_set_false:N \l_siunitx_number_math_mode_bool + \bool_set_false:N \l_siunitx_unit_math_mode_bool + } } \bool_new:N \l_siunitx_number_math_mode_bool \bool_new:N \l_siunitx_unit_math_mode_bool @@ -2441,7 +2445,7 @@ \tl_set:Nx \l_siunitx_tmpa_tl { \exp_not:N \siunitx_ensuremath:n - { \exp_not:V \l_siunitx_tmpa_tl } + { \exp_not:V \l_siunitx_output_complex_tl } } \prop_put:NnV \l_siunitx_number_out_prop { complex } \l_siunitx_tmpa_tl |