summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-07-23 20:41:28 +0000
committerKarl Berry <karl@freefriends.org>2017-07-23 20:41:28 +0000
commita799ceb5344b6c447ecba682eee8f5e2404d5a0e (patch)
tree8a14c72a984e9a8fcdc3764c568936821f68670a /Master/texmf-dist
parentec67d4a883fa66eed59c390c8d893603f2e5bfaa (diff)
siunitx (23jul17)
git-svn-id: svn://tug.org/texlive/trunk@44876 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/siunitx/siunitx.pdfbin622346 -> 624473 bytes
-rw-r--r--Master/texmf-dist/source/latex/siunitx/siunitx.dtx13
-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.sty6
6 files changed, 13 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf
index dff74ff982a..1b2c414a996 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 745b2872429..2ce25afdc61 100644
--- a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
+++ b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
@@ -667,6 +667,7 @@ This work consists of the file siunitx.dtx
% \changes{v2.7g}{2017/05/19}{Avoid an issue with recent \pkg{expl3}
% update}
% \changes{v2.7h}{2017/06/12}{Internal changes}
+% \changes{v2.7i}{2017/07/23}{Rename an incorrect variable}
%
%\begin{abstract}
% Physical quantities have both numbers and units, and each physical
@@ -5212,7 +5213,7 @@ This work consists of the file siunitx.dtx
%
% The usual preliminaries.
% \begin{macrocode}
-\ProvidesExplPackage {siunitx} {2017/06/13} {2.7h}
+\ProvidesExplPackage {siunitx} {2017/07/23} {2.7i}
{A comprehensive (SI) units package}
% \end{macrocode}
%
@@ -15579,7 +15580,7 @@ This work consists of the file siunitx.dtx
{ \int_const:Nn \c_@@_micro_int { "000B5 } }
\int_const:Nn \c_@@_angstrom_int { "0212B }
\int_const:Nn \c_@@_ohm_int { "003A9 }
- \bool_if:NT \c_sys_engine_xetex_bool
+ \sys_if_engine_xetex:T
{
\@@_option_unchanged:Nnn \l_@@_angstrom_math_tl
{ \text { \AA } }
@@ -15600,7 +15601,7 @@ This work consists of the file siunitx.dtx
\@@_option_unchanged:Nnn \l_@@_ohm_math_tl
{ \text { \ensuremath { \c_@@_omega_tl } } }
{ \tex_char:D \c_@@_ohm_int }
- \bool_if:NT \c_sys_engine_xetex_bool
+ \sys_if_engine_xetex:T
{
\@@_option_unchanged:Nnn \l_@@_angstrom_text_tl
{ \AA }
@@ -16812,7 +16813,7 @@ This work consists of the file siunitx.dtx
% \end{macrocode}
%
% \begin{macrocode}
-\ProvidesExplFile {siunitx-version-1.cfg} {2017/06/13} {2.7h}
+\ProvidesExplFile {siunitx-version-1.cfg} {2017/07/23} {2.7i}
{siunitx: Version 1 settings}
% \end{macrocode}
%
@@ -17754,7 +17755,7 @@ This work consists of the file siunitx.dtx
% \end{macrocode}
%
% \begin{macrocode}
-\ProvidesExplFile {siunitx-abbreviations.cfg} {2017/06/13} {2.7h}
+\ProvidesExplFile {siunitx-abbreviations.cfg} {2017/07/23} {2.7i}
{siunitx: Abbreviated units}
% \end{macrocode}
%
@@ -17936,7 +17937,7 @@ This work consists of the file siunitx.dtx
% \end{macrocode}
%
% \begin{macrocode}
-\ProvidesExplFile {siunitx-binary.cfg} {2017/06/13} {2.7h}
+\ProvidesExplFile {siunitx-binary.cfg} {2017/07/23} {2.7i}
{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 158b201b441..ed45915ef1b 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/06/13} {2.7h}
+\ProvidesExplFile {siunitx-abbreviations.cfg} {2017/07/23} {2.7i}
{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 9e5602ef309..96d54912bdd 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/06/13} {2.7h}
+\ProvidesExplFile {siunitx-binary.cfg} {2017/07/23} {2.7i}
{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 75f0656d55d..92eefe1f092 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/06/13} {2.7h}
+\ProvidesExplFile {siunitx-version-1.cfg} {2017/07/23} {2.7i}
{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 7c1ae366122..f8778fcdeec 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/06/13} {2.7h}
+\ProvidesExplPackage {siunitx} {2017/07/23} {2.7i}
{A comprehensive (SI) units package}
\@ifpackagelater { expl3 } { 2015/11/15 }
{ }
@@ -6974,7 +6974,7 @@
{ \int_const:Nn \c__siunitx_micro_int { "000B5 } }
\int_const:Nn \c__siunitx_angstrom_int { "0212B }
\int_const:Nn \c__siunitx_ohm_int { "003A9 }
- \bool_if:NT \c_sys_engine_xetex_bool
+ \sys_if_engine_xetex:T
{
\__siunitx_option_unchanged:Nnn \l__siunitx_angstrom_math_tl
{ \text { \AA } }
@@ -6995,7 +6995,7 @@
\__siunitx_option_unchanged:Nnn \l__siunitx_ohm_math_tl
{ \text { \ensuremath { \c__siunitx_omega_tl } } }
{ \tex_char:D \c__siunitx_ohm_int }
- \bool_if:NT \c_sys_engine_xetex_bool
+ \sys_if_engine_xetex:T
{
\__siunitx_option_unchanged:Nnn \l__siunitx_angstrom_text_tl
{ \AA }