summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-09-30 22:50:58 +0000
committerKarl Berry <karl@freefriends.org>2010-09-30 22:50:58 +0000
commit89af17231d950f0a56eab1766a66cc569a033993 (patch)
tree767153eb6de1c0618019a56ce1a4277e420afeae /Master
parenta22592ae820e6d1f26d86419e673f966b59f57b3 (diff)
siunitx 2.0w (29sep10)
git-svn-id: svn://tug.org/texlive/trunk@19956 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/siunitx/siunitx.pdfbin501003 -> 500983 bytes
-rw-r--r--Master/texmf-dist/source/latex/siunitx/siunitx.dtx15
-rw-r--r--Master/texmf-dist/tex/latex/siunitx/config/siunitx-binary.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/siunitx/config/siunitx-version-1.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/siunitx/siunitx.sty4
5 files changed, 13 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf
index 0301835fcfc..c0e84a00f95 100644
--- a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf
+++ b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf
Binary files 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 }