diff options
author | Karl Berry <karl@freefriends.org> | 2010-09-30 22:50:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-09-30 22:50:58 +0000 |
commit | 89af17231d950f0a56eab1766a66cc569a033993 (patch) | |
tree | 767153eb6de1c0618019a56ce1a4277e420afeae /Master/texmf-dist/source | |
parent | a22592ae820e6d1f26d86419e673f966b59f57b3 (diff) |
siunitx 2.0w (29sep10)
git-svn-id: svn://tug.org/texlive/trunk@19956 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/siunitx/siunitx.dtx | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx index c2693b87ef6..d9007fb230c 100644 --- a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx +++ b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx @@ -470,6 +470,8 @@ This work consists of the file siunitx.dtx % is used with an empty number} %\changes{v2.0v}{2010/09/26}{Internal changes reflecting \pkg{expl3} % updates} +%\changes{v2.0w}{2010/09/29}{Deal with internal function used by +% REV\TeX\ in tables} % %\begin{abstract} % Typesetting values with units requires care to ensure that the @@ -4163,7 +4165,7 @@ This work consists of the file siunitx.dtx % % The usual preliminaries. % \begin{macrocode} -\ProvidesExplPackage {siunitx} {2010/09/26} {2.0v} +\ProvidesExplPackage {siunitx} {2010/09/29} {2.0w} {A comprehensive (SI) units package} % \end{macrocode} % @@ -9223,11 +9225,12 @@ This work consists of the file siunitx.dtx % %\begin{macro}{\siunitx_protect_symbols:N} % There are a few unit names which may be defined by other parts of -% LaTeX. They need to be unexpandable, as in an \texttt{s} column +% LaTeX. They need to be unexpandable, as in an \texttt{S} column % TeX will look for \cs{omit} \emph{before} starting the internal % version of \cs{si} and doing a redefinition. The same is true % for the \cs{color} function, which may well be the first thing in -% a table cell. +% a table cell. The same is true for \cs{array@row@rst}, from REV\TeX, +% which otherwise gives an error. % \begin{macrocode} \AtBeginDocument { \cs_if_eq:NNT \color \use_none:n @@ -9235,7 +9238,7 @@ This work consists of the file siunitx.dtx \cs_set_nopar:Npn \siunitx_tmp:w #1 { } \cs_if_eq:NNT \color \siunitx_tmp:w { \cs_set_protected:Npn \color #1 { } } - \tl_map_function:nN { \bar \color \ng \pm } + \tl_map_function:nN { \bar \color \ng \pm \array@row@rst } \siunitx_protect_symbols:N } \tl_put_right:Nn \document { \siunitx_protect_symbols:N \fg } @@ -13469,7 +13472,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-version-1.cfg} {2010/09/26} {2.0v} +\ProvidesExplFile {siunitx-version-1.cfg} {2010/09/29} {2.0w} {siunitx: Version 1 settings} % \end{macrocode} % @@ -14749,7 +14752,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-binary.cfg} {2010/09/26} {2.0v} +\ProvidesExplFile {siunitx-binary.cfg} {2010/09/29} {2.0w} {siunitx: Binary units} % \end{macrocode} % |