diff options
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} % |