summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/siunitx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-09-03 01:24:10 +0000
committerKarl Berry <karl@freefriends.org>2016-09-03 01:24:10 +0000
commit3f1f836612a33595683361deac1863bf8011b89a (patch)
treee24ff06f95413f0c32d050e518d4f5fb060fdf32 /Master/texmf-dist/tex/latex/siunitx
parentd36ec6dc38e0015ecc18fc8d70e198c3a832c0d0 (diff)
siunitx (2sep16)
git-svn-id: svn://tug.org/texlive/trunk@41979 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.sty11
4 files changed, 10 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg b/Master/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg
index 9ac555f3ea4..91cd23a934d 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} {2016/08/22} {2.6r}
+\ProvidesExplFile {siunitx-abbreviations.cfg} {2016/09/02} {2.6s}
{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 caef9a61558..827cb745485 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} {2016/08/22} {2.6r}
+\ProvidesExplFile {siunitx-binary.cfg} {2016/09/02} {2.6s}
{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 9d22e60af16..1ff8c559fb6 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} {2016/08/22} {2.6r}
+\ProvidesExplFile {siunitx-version-1.cfg} {2016/09/02} {2.6s}
{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 ad9a64691fb..5352fe2640f 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} {2016/08/22} {2.6r}
+\ProvidesExplPackage {siunitx} {2016/09/02} {2.6s}
{A comprehensive (SI) units package}
\@ifpackagelater { expl3 } { 2015/09/11 }
{ }
@@ -806,12 +806,15 @@
{
\cs_set_protected:Npn \__siunitx_print_color:
{
- \cs_set_eq:NN \__siunitx_print_color: \scan_stop:
- \msg_warning:nn { siunitx } { color-not-loaded }
+ \tl_if_empty:cF { l__siunitx_ \l__siunitx_print_type_tl _color_tl }
+ {
+ \cs_gset_eq:NN \__siunitx_print_color: \scan_stop:
+ \msg_warning:nn { siunitx } { color-not-loaded }
+ }
}
\cs_new_protected:Npn \__siunitx_textcolor:n #1
{
- \cs_set_eq:NN \__siunitx_textcolor:n \use_none:n
+ \cs_gset_eq:NN \__siunitx_textcolor:n \use_none:n
\msg_warning:nn { siunitx } { color-not-loaded }
}
}