summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/siunitx
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/tex/latex/siunitx
parentb1b873ac0f69a5d3120bf67332e5399d7f5d3224 (diff)
siunitx (19feb17)
git-svn-id: svn://tug.org/texlive/trunk@43281 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/siunitx')
-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
4 files changed, 6 insertions, 4 deletions
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
}