diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/siunitx')
4 files changed, 9 insertions, 5 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 962821ee461..81bb74fa9de 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} {2011/08/08} {2.3b} +\ProvidesExplFile {siunitx-abbreviations.cfg} {2011/08/12} {2.3c} {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 44b499c02db..25c4c060591 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/08/08} {2.3b} +\ProvidesExplFile {siunitx-binary.cfg} {2011/08/12} {2.3c} {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 c4a4b16424f..13ce3e514ec 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/08/08} {2.3b} +\ProvidesExplFile {siunitx-version-1.cfg} {2011/08/12} {2.3c} {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 a4471134ec3..910101ae186 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/08/08} {2.3b} +\ProvidesExplPackage {siunitx} {2011/08/12} {2.3c} {A comprehensive (SI) units package} \cs_if_exist:NTF \msg_new:nnnn { @@ -4236,7 +4236,11 @@ \msg_error:nnx { siunitx } { literal-unit } { \exp_not:n {#1} } } - { \siunitx_unit_format_literal:n {#1} } + { + \cs_set_eq:NN \siunitx_pm: \pm + \siunitx_unit_format_literal:n {#1} + \cs_set_eq:NN \pm \siunitx_pm: + } } { \cs_set_eq:NN \siunitx_pm: \pm |