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