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/source/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/source/latex/siunitx')
-rw-r--r-- | Master/texmf-dist/source/latex/siunitx/siunitx.dtx | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx index 5d8d1412181..13b425c4aa3 100644 --- a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx +++ b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx @@ -607,6 +607,7 @@ This work consists of the file siunitx.dtx %\changes{v2.5q}{2013/03/10}{Reorder internals to allow for binary units % in tables} %\changes{v2.5r}{2013/07/11}{Update internals to track \pkg{expl3} changes} +%\changes{v2.5s}{2013/07/31}{Update internals to track \pkg{expl3} changes} % %\begin{abstract} % Physical quantities have both numbers and units, and each physical @@ -5117,7 +5118,7 @@ This work consists of the file siunitx.dtx % % The usual preliminaries. % \begin{macrocode} -\ProvidesExplPackage {siunitx} {2013/07/11} {2.5r} +\ProvidesExplPackage {siunitx} {2013/07/31} {2.5s} {A comprehensive (SI) units package} % \end{macrocode} % @@ -16544,7 +16545,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-version-1.cfg} {2013/07/11} {2.5r} +\ProvidesExplFile {siunitx-version-1.cfg} {2013/07/31} {2.5s} {siunitx: Version 1 settings} % \end{macrocode} % @@ -16764,8 +16765,8 @@ This work consists of the file siunitx.dtx 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 }, @@ -17489,7 +17490,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-abbreviations.cfg} {2013/07/11} {2.5r} +\ProvidesExplFile {siunitx-abbreviations.cfg} {2013/07/31} {2.5s} {siunitx: Abbreviated units} % \end{macrocode} % @@ -17671,7 +17672,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-binary.cfg} {2013/07/11} {2.5r} +\ProvidesExplFile {siunitx-binary.cfg} {2013/07/31} {2.5s} {siunitx: Binary units} % \end{macrocode} % |