diff options
author | Karl Berry <karl@freefriends.org> | 2012-09-20 21:34:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-09-20 21:34:55 +0000 |
commit | 3db26f906a3a1b7a3bb46203329de73c1bd7aec3 (patch) | |
tree | 598ad017c9129731e8f4228b45922701b9eed900 /Master/texmf-dist/tex/latex/siunitx | |
parent | 02f675cb47b820000cc04ef09e8f7fc8c2f7bd0e (diff) |
siunitx (20sep12)
git-svn-id: svn://tug.org/texlive/trunk@27752 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/siunitx')
4 files changed, 5 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/siunitx/config/siunitx-abbreviations.cfg b/Master/texmf-dist/tex/latex/siunitx/config/siunitx-abbreviations.cfg index 38cab47d1d1..ab8dd8d35b0 100644 --- a/Master/texmf-dist/tex/latex/siunitx/config/siunitx-abbreviations.cfg +++ b/Master/texmf-dist/tex/latex/siunitx/config/siunitx-abbreviations.cfg @@ -13,7 +13,7 @@ %% See http://www.latex-project.org/lppl.txt %% --------------------------------------------------------------- %% -\ProvidesExplFile {siunitx-abbreviations.cfg} {2012/09/11} {2.5i} +\ProvidesExplFile {siunitx-abbreviations.cfg} {2012/09/18} {2.5j} {siunitx: Abbreviated units} \DeclareSIUnit \A { \ampere } \DeclareSIUnit \pA { \pico \ampere } 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 5c783bb44df..3f9d4da7d0a 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} {2012/09/11} {2.5i} +\ProvidesExplFile {siunitx-binary.cfg} {2012/09/18} {2.5j} {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 0eb41f37901..a0523afda5d 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} {2012/09/11} {2.5i} +\ProvidesExplFile {siunitx-version-1.cfg} {2012/09/18} {2.5j} {siunitx: Version 1 settings} \keys_define:nn { siunitx } { addsign .choice: , diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty index c707ddda375..6543f144637 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} {2012/09/11} {2.5i} +\ProvidesExplPackage {siunitx} {2012/09/18} {2.5j} {A comprehensive (SI) units package} \@ifpackagelater { expl3 } { 2012/07/16 } { } @@ -1781,12 +1781,11 @@ } \prop_if_in:NnTF \l__siunitx_number_in_prop { uncertainty } { - \bool_if:NTF \l__siunitx_omit_uncert_bool + \bool_if:NT \l__siunitx_omit_uncert_bool { \prop_del:Nn \l__siunitx_number_in_prop { uncertainty } \prop_del:Nn \l__siunitx_number_in_prop { mantissa-uncertainty } } - { \__siunitx_number_process_round: } } { \__siunitx_number_process_round: } } |