diff options
author | Karl Berry <karl@freefriends.org> | 2017-07-23 20:41:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-07-23 20:41:28 +0000 |
commit | a799ceb5344b6c447ecba682eee8f5e2404d5a0e (patch) | |
tree | 8a14c72a984e9a8fcdc3764c568936821f68670a /Master/texmf-dist/source/latex/siunitx | |
parent | ec67d4a883fa66eed59c390c8d893603f2e5bfaa (diff) |
siunitx (23jul17)
git-svn-id: svn://tug.org/texlive/trunk@44876 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/siunitx')
-rw-r--r-- | Master/texmf-dist/source/latex/siunitx/siunitx.dtx | 13 |
1 files changed, 7 insertions, 6 deletions
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} % |