summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-02-21 00:31:24 +0000
committerKarl Berry <karl@freefriends.org>2017-02-21 00:31:24 +0000
commitf3990827316b7425676a7069fb9f323ad5defedd (patch)
treefc319b5af427b04bcbaafd97e57e3e0740530f59 /Master/texmf-dist
parentb1b873ac0f69a5d3120bf67332e5399d7f5d3224 (diff)
siunitx (19feb17)
git-svn-id: svn://tug.org/texlive/trunk@43281 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/siunitx/siunitx.pdfbin621672 -> 621861 bytes
-rw-r--r--Master/texmf-dist/source/latex/siunitx/siunitx.dtx12
-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, 14 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf
index 73ab22f1530..bdf83dd17d2 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 2260ab1fd57..6b34fb184b6 100644
--- a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
+++ b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
@@ -662,6 +662,8 @@ This work consists of the file siunitx.dtx
% scientific mode}
% \changes{v2.7c}{2017/02/01}{Fix spacing of integers in tables when
% aligning decimal marker to center}
+% \changes{v2.7d}{2017/02/19}{Avoid doubled pre-number tokens in
+% tables}
%
%\begin{abstract}
% Physical quantities have both numbers and units, and each physical
@@ -5202,7 +5204,7 @@ This work consists of the file siunitx.dtx
%
% The usual preliminaries.
% \begin{macrocode}
-\ProvidesExplPackage {siunitx} {2017/02/01} {2.7c}
+\ProvidesExplPackage {siunitx} {2017/02/19} {2.7d}
{A comprehensive (SI) units package}
% \end{macrocode}
%
@@ -14548,6 +14550,7 @@ This work consists of the file siunitx.dtx
\dim_compare:nNnT
{ \box_wd:N \l_@@_table_pre_box } = \c_zero_dim
{
+ \box_clear:N \l_@@_table_pre_box
\l_@@_table_collect_pre_tl
\bool_set_false:N \l_@@_font_set_bool
}
@@ -14735,6 +14738,7 @@ This work consists of the file siunitx.dtx
\dim_compare:nNnT
{ \box_wd:N \l_@@_table_pre_box } = \c_zero_dim
{
+ \box_clear:N \l_@@_table_pre_box
\l_@@_table_collect_pre_tl
\bool_set_false:N \l_@@_font_set_bool
}
@@ -16802,7 +16806,7 @@ This work consists of the file siunitx.dtx
% \end{macrocode}
%
% \begin{macrocode}
-\ProvidesExplFile {siunitx-version-1.cfg} {2017/02/01} {2.7c}
+\ProvidesExplFile {siunitx-version-1.cfg} {2017/02/19} {2.7d}
{siunitx: Version 1 settings}
% \end{macrocode}
%
@@ -17744,7 +17748,7 @@ This work consists of the file siunitx.dtx
% \end{macrocode}
%
% \begin{macrocode}
-\ProvidesExplFile {siunitx-abbreviations.cfg} {2017/02/01} {2.7c}
+\ProvidesExplFile {siunitx-abbreviations.cfg} {2017/02/19} {2.7d}
{siunitx: Abbreviated units}
% \end{macrocode}
%
@@ -17926,7 +17930,7 @@ This work consists of the file siunitx.dtx
% \end{macrocode}
%
% \begin{macrocode}
-\ProvidesExplFile {siunitx-binary.cfg} {2017/02/01} {2.7c}
+\ProvidesExplFile {siunitx-binary.cfg} {2017/02/19} {2.7d}
{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 fa10c3b0664..5f1b507d2b8 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} {2017/02/01} {2.7c}
+\ProvidesExplFile {siunitx-abbreviations.cfg} {2017/02/19} {2.7d}
{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 edb60dd5ff2..68dbd215652 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} {2017/02/01} {2.7c}
+\ProvidesExplFile {siunitx-binary.cfg} {2017/02/19} {2.7d}
{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 6d40cc0d92a..6693efb8119 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} {2017/02/01} {2.7c}
+\ProvidesExplFile {siunitx-version-1.cfg} {2017/02/19} {2.7d}
{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 81a8ca5a9c4..64ad9772292 100644
--- a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty
+++ b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty
@@ -15,7 +15,7 @@
%%
\RequirePackage{expl3}[2015/09/11]
\RequirePackage{xparse}
-\ProvidesExplPackage {siunitx} {2017/02/01} {2.7c}
+\ProvidesExplPackage {siunitx} {2017/02/19} {2.7d}
{A comprehensive (SI) units package}
\@ifpackagelater { expl3 } { 2015/09/11 }
{ }
@@ -6281,6 +6281,7 @@
\dim_compare:nNnT
{ \box_wd:N \l__siunitx_table_pre_box } = \c_zero_dim
{
+ \box_clear:N \l__siunitx_table_pre_box
\l__siunitx_table_collect_pre_tl
\bool_set_false:N \l__siunitx_font_set_bool
}
@@ -6408,6 +6409,7 @@
\dim_compare:nNnT
{ \box_wd:N \l__siunitx_table_pre_box } = \c_zero_dim
{
+ \box_clear:N \l__siunitx_table_pre_box
\l__siunitx_table_collect_pre_tl
\bool_set_false:N \l__siunitx_font_set_bool
}