diff options
author | Karl Berry <karl@freefriends.org> | 2013-08-02 23:21:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-08-02 23:21:43 +0000 |
commit | 3fb19fff0df84de848983022f3d16758a1f863a0 (patch) | |
tree | 75d123870f6bb6f72f8014c00076e5d5f0f6d72c /Master/texmf-dist/tex/latex/siunitx | |
parent | 6f1a4ea4aaa1671c796034d57014586a96af8712 (diff) |
siunitx (31jul13)
git-svn-id: svn://tug.org/texlive/trunk@31333 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/siunitx')
4 files changed, 6 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 d0df03363f9..2dc0547ceeb 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} {2013/07/11} {2.5r} +\ProvidesExplFile {siunitx-abbreviations.cfg} {2013/07/31} {2.5s} {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 08e73b97cbd..c40077c9823 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} {2013/07/11} {2.5r} +\ProvidesExplFile {siunitx-binary.cfg} {2013/07/31} {2.5s} {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 b3dbbb3ec65..98fd50d08f2 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} {2013/07/11} {2.5r} +\ProvidesExplFile {siunitx-version-1.cfg} {2013/07/31} {2.5s} {siunitx: Version 1 settings} \keys_define:nn { siunitx } { addsign .choice: , @@ -226,8 +226,8 @@ mathscelsius .meta:n = { math-celsius = #1 }, mathsdegree .meta:n = { math-degree = #1 }, mathsecond .meta:n = { math-arcsecond = #1 }, - mathsf .meta:x = - { math-sf = \exp_not:c {#1} }, + mathsf .code:n = + { \use:x { \keys_set:nn { siunitx } { math-sf = \exp_not:c {#1} } } }, mathsminute .meta:n = { math-arcminute = #1 }, mathsmu .meta:n = { math-micro = #1 }, mathsringA .meta:n = { math-angstrom = #1 }, diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty index 8f4df716d18..6c83ee336ee 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,xparse} -\ProvidesExplPackage {siunitx} {2013/07/11} {2.5r} +\ProvidesExplPackage {siunitx} {2013/07/31} {2.5s} {A comprehensive (SI) units package} \@ifpackagelater { expl3 } { 2012/11/21 } { } |