From 56972a8bfbad5faaf278d8dd1d4517e61a337bd7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 21 Aug 2011 23:26:22 +0000 Subject: siunitx (21aug11) git-svn-id: svn://tug.org/texlive/trunk@23637 c570f23f-e606-0410-a88d-b1316a301751 --- .../tex/latex/siunitx/config/siunitx-abbreviations.cfg | 2 +- Master/texmf-dist/tex/latex/siunitx/config/siunitx-binary.cfg | 2 +- .../texmf-dist/tex/latex/siunitx/config/siunitx-version-1.cfg | 2 +- Master/texmf-dist/tex/latex/siunitx/siunitx.sty | 10 +++++----- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'Master/texmf-dist/tex/latex/siunitx') 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 81bb74fa9de..e240b7e097a 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/12} {2.3c} +\ProvidesExplFile {siunitx-abbreviations.cfg} {2011/08/18} {2.3d} {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 25c4c060591..da2dffe0c13 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/12} {2.3c} +\ProvidesExplFile {siunitx-binary.cfg} {2011/08/18} {2.3d} {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 13ce3e514ec..212297509a6 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/12} {2.3c} +\ProvidesExplFile {siunitx-version-1.cfg} {2011/08/18} {2.3d} {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 910101ae186..6f67fc27f2b 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/12} {2.3c} +\ProvidesExplPackage {siunitx} {2011/08/18} {2.3d} {A comprehensive (SI) units package} \cs_if_exist:NTF \msg_new:nnnn { @@ -3999,14 +3999,14 @@ \cs_new_protected:Npn \siunitx_declare_power_after:Nn #1#2 { \tl_put_right:Nn \l_siunitx_declare_list_tl {#1} \cs_set:cpn { siunitx_ \token_to_str:N #1 _literal:w } - { \siunitx_textsuperscript {#2} } + { \siunitx_textsuperscript:n {#2} } \cs_set:cpn { siunitx_ \token_to_str:N #1 _function:w } { \siunitx_unit_parse_power_after:n {#2} } } \cs_new_protected:Npn \siunitx_declare_power_before:Nn #1#2 { \tl_put_right:Nn \l_siunitx_declare_list_tl {#1} \cs_set:cpn { siunitx_ \token_to_str:N #1 _literal:w } ##1 - { ##1 \siunitx_textsuperscript {#2} } + { ##1 \siunitx_textsuperscript:n {#2} } \cs_set:cpn { siunitx_ \token_to_str:N #1 _function:w } { \siunitx_unit_parse_power_before:n {#2} } } @@ -4053,14 +4053,14 @@ } \cs_new:cpn { siunitx_ \token_to_str:N \raiseto _literal:w } #1#2 { #2 - \siunitx_textsuperscript {#1} + \siunitx_textsuperscript:n {#1} } \cs_new_protected:cpn { siunitx_ \token_to_str:N \raiseto _function:w } #1 { \siunitx_unit_parse_power_before:n {#1} } \cs_new:cpn { siunitx_ \token_to_str:N \tothe _literal:w } #1 { - \siunitx_textsuperscript {#1} + \siunitx_textsuperscript:n {#1} } \cs_new_protected:cpn { siunitx_ \token_to_str:N \tothe _function:w } #1 { -- cgit v1.2.3