From 89af17231d950f0a56eab1766a66cc569a033993 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 30 Sep 2010 22:50:58 +0000 Subject: siunitx 2.0w (29sep10) git-svn-id: svn://tug.org/texlive/trunk@19956 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/siunitx/siunitx.pdf | Bin 501003 -> 500983 bytes Master/texmf-dist/source/latex/siunitx/siunitx.dtx | 15 +++++++++------ .../tex/latex/siunitx/config/siunitx-binary.cfg | 2 +- .../tex/latex/siunitx/config/siunitx-version-1.cfg | 2 +- Master/texmf-dist/tex/latex/siunitx/siunitx.sty | 4 ++-- 5 files changed, 13 insertions(+), 10 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf index 0301835fcfc..c0e84a00f95 100644 Binary files a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf and b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf differ 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} % 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 25a1d4f3c30..425303fb4c0 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} {2010/09/26} {2.0v} +\ProvidesExplFile {siunitx-binary.cfg} {2010/09/29} {2.0w} {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 5378a54cb67..761b01efc93 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} {2010/09/26} {2.0v} +\ProvidesExplFile {siunitx-version-1.cfg} {2010/09/29} {2.0w} {siunitx: Version 1 settings} \keys_set:nn { siunitx } { load-configurations = { abbreviations , binary } } diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty index 0ebe92462af..b0d61a1cc08 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} {2010/09/26} {2.0v} +\ProvidesExplPackage {siunitx} {2010/09/29} {2.0w} {A comprehensive (SI) units package} \msg_set:nnnn { siunitx } { incompatible-package } { Package~'#1'~incompatible. } @@ -3371,7 +3371,7 @@ \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 } -- cgit v1.2.3