summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-06-25 22:47:10 +0000
committerKarl Berry <karl@freefriends.org>2015-06-25 22:47:10 +0000
commit54a2cfc25dfedf71183c41579de2bf2ca70ef474 (patch)
treec88160095f9f971826cff33d016085af8b9aada5
parent82c343765eddc8cbfddfd4219a761e9d3b3ebc35 (diff)
siunitx (25jun15)
git-svn-id: svn://tug.org/texlive/trunk@37680 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/siunitx/siunitx.pdfbin621161 -> 621337 bytes
-rw-r--r--Master/texmf-dist/source/latex/siunitx/siunitx.dtx11
-rw-r--r--Master/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/siunitx/siunitx-binary.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/siunitx/siunitx-version-1.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/siunitx/siunitx.sty4
6 files changed, 11 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf
index b371afbc7fa..c368e078a2f 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 fa0525eeb9b..38fc9197c0c 100644
--- a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
+++ b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
@@ -627,6 +627,7 @@ This work consists of the file siunitx.dtx
% \changes{v2.6f}{2015/04/01}{Fix \opt{table-sign-exponent} and
% \opt{table-sign-mantissa} options when set \opt{false}}
% \changes{v2.6f}{2015/04/04}{Further work on \pkg{mathspec}}
+% \changes{v2.6g}{2015/06/24}{Fix issue with empty table cells}
%
%\begin{abstract}
% Physical quantities have both numbers and units, and each physical
@@ -5150,7 +5151,7 @@ This work consists of the file siunitx.dtx
%
% The usual preliminaries.
% \begin{macrocode}
-\ProvidesExplPackage {siunitx} {2015/06/16} {2.6f}
+\ProvidesExplPackage {siunitx} {2015/06/25} {2.6g}
{A comprehensive (SI) units package}
% \end{macrocode}
%
@@ -13681,7 +13682,7 @@ This work consists of the file siunitx.dtx
{ \cs_set_eq:NN \@@_table_collect_next: ##1 }
}
\tl_map_function:nN
- { \cs:w \@@_table_print: }
+ { \cs:w \scan_stop: \@@_table_print: }
\@@_table_collect_not_braced_aux_ii:N
\token_if_eq_meaning:NNT \@@_table_collect_next:
\@@_table_collect_get:
@@ -16670,7 +16671,7 @@ This work consists of the file siunitx.dtx
% \end{macrocode}
%
% \begin{macrocode}
-\ProvidesExplFile {siunitx-version-1.cfg} {2015/06/16} {2.6f}
+\ProvidesExplFile {siunitx-version-1.cfg} {2015/06/25} {2.6g}
{siunitx: Version 1 settings}
% \end{macrocode}
%
@@ -17612,7 +17613,7 @@ This work consists of the file siunitx.dtx
% \end{macrocode}
%
% \begin{macrocode}
-\ProvidesExplFile {siunitx-abbreviations.cfg} {2015/06/16} {2.6f}
+\ProvidesExplFile {siunitx-abbreviations.cfg} {2015/06/25} {2.6g}
{siunitx: Abbreviated units}
% \end{macrocode}
%
@@ -17794,7 +17795,7 @@ This work consists of the file siunitx.dtx
% \end{macrocode}
%
% \begin{macrocode}
-\ProvidesExplFile {siunitx-binary.cfg} {2015/06/16} {2.6f}
+\ProvidesExplFile {siunitx-binary.cfg} {2015/06/25} {2.6g}
{siunitx: Binary units}
% \end{macrocode}
%
diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg b/Master/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg
index 95bc183c0fe..68fd3af51ea 100644
--- a/Master/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg
+++ b/Master/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg
@@ -13,7 +13,7 @@
%% See http://www.latex-project.org/lppl.txt
%% ---------------------------------------------------------------
%%
-\ProvidesExplFile {siunitx-abbreviations.cfg} {2015/06/16} {2.6f}
+\ProvidesExplFile {siunitx-abbreviations.cfg} {2015/06/25} {2.6g}
{siunitx: Abbreviated units}
\DeclareSIUnit \A { \ampere }
\DeclareSIUnit \pA { \pico \ampere }
diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx-binary.cfg b/Master/texmf-dist/tex/latex/siunitx/siunitx-binary.cfg
index a94c2fcfaf5..2d190ad9fb9 100644
--- a/Master/texmf-dist/tex/latex/siunitx/siunitx-binary.cfg
+++ b/Master/texmf-dist/tex/latex/siunitx/siunitx-binary.cfg
@@ -13,7 +13,7 @@
%% See http://www.latex-project.org/lppl.txt
%% ---------------------------------------------------------------
%%
-\ProvidesExplFile {siunitx-binary.cfg} {2015/06/16} {2.6f}
+\ProvidesExplFile {siunitx-binary.cfg} {2015/06/25} {2.6g}
{siunitx: Binary units}
\DeclareBinaryPrefix \kibi { Ki } { 10 }
\DeclareBinaryPrefix \mebi { Mi } { 20 }
diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx-version-1.cfg b/Master/texmf-dist/tex/latex/siunitx/siunitx-version-1.cfg
index a4d731aff51..a002f7aab10 100644
--- a/Master/texmf-dist/tex/latex/siunitx/siunitx-version-1.cfg
+++ b/Master/texmf-dist/tex/latex/siunitx/siunitx-version-1.cfg
@@ -13,7 +13,7 @@
%% See http://www.latex-project.org/lppl.txt
%% ---------------------------------------------------------------
%%
-\ProvidesExplFile {siunitx-version-1.cfg} {2015/06/16} {2.6f}
+\ProvidesExplFile {siunitx-version-1.cfg} {2015/06/25} {2.6g}
{siunitx: Version 1 settings}
\keys_define:nn { siunitx } {
addsign .choice: ,
diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty
index 51fd33ee737..1bca45d4027 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,xparse}
-\ProvidesExplPackage {siunitx} {2015/06/16} {2.6f}
+\ProvidesExplPackage {siunitx} {2015/06/25} {2.6g}
{A comprehensive (SI) units package}
\@ifpackagelater { expl3 } { 2012/11/21 }
{ }
@@ -5751,7 +5751,7 @@
{ \cs_set_eq:NN \__siunitx_table_collect_next: ##1 }
}
\tl_map_function:nN
- { \cs:w \__siunitx_table_print: }
+ { \cs:w \scan_stop: \__siunitx_table_print: }
\__siunitx_table_collect_not_braced_aux_ii:N
\token_if_eq_meaning:NNT \__siunitx_table_collect_next:
\__siunitx_table_collect_get: