From e9427d2c981160b1d26f9564b12c22b2342f886d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 25 Feb 2020 22:06:27 +0000 Subject: siunitx (25feb20) git-svn-id: svn://tug.org/texlive/trunk@53914 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/siunitx/siunitx.pdf | Bin 640341 -> 640454 bytes Master/texmf-dist/source/latex/siunitx/siunitx.dtx | 13 +++++++++++-- Master/texmf-dist/tex/latex/siunitx/siunitx.sty | 11 +++++++++-- 3 files changed, 20 insertions(+), 4 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf index e03e55beafb..fa11c665ec4 100644 Binary files a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf and b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf differ diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx index bd9895a1134..7609bf78771 100644 --- a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx +++ b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx @@ -699,6 +699,8 @@ This work consists of the file siunitx.dtx % bookmarks} % \changes{v2.8a}{2020/02/23}{Correct appearance of ohm when % \pkg{unicode-math} is loaded} +% \changes{v2.8b}{2020/02/25}{Correct appearance of ohm when +% \pkg{newtxmath} is loaded} % %\begin{abstract} % Physical quantities have both numbers and units, and each physical @@ -5223,7 +5225,7 @@ This work consists of the file siunitx.dtx % % The usual preliminaries. % \begin{macrocode} -\ProvidesExplPackage {siunitx} {2020/02/23} {2.8a} +\ProvidesExplPackage {siunitx} {2020/02/25} {2.8b} {A comprehensive (SI) units package} % \end{macrocode} % @@ -15389,7 +15391,14 @@ This work consists of the file siunitx.dtx { \text { \ensuremath { \Omega } } } { \text { \ensuremath { \Upomega } } } } - { } + { + \cs_if_exist:NT \upOmega + { + \@@_option_unchanged:Nnn \l_@@_ohm_math_tl + { \text { \ensuremath { \Omega } } } + { \text { \ensuremath { \upOmega } } } + } + } } } % \end{macrocode} diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty index 3f031b1b4e0..f24c7c51cdc 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}[2020/01/12] \RequirePackage{xparse} -\ProvidesExplPackage {siunitx} {2020/02/23} {2.8a} +\ProvidesExplPackage {siunitx} {2020/02/25} {2.8b} {A comprehensive (SI) units package} \@ifpackagelater { expl3 } { 2020/01/12 } { } @@ -6883,7 +6883,14 @@ { \text { \ensuremath { \Omega } } } { \text { \ensuremath { \Upomega } } } } - { } + { + \cs_if_exist:NT \upOmega + { + \__siunitx_option_unchanged:Nnn \l__siunitx_ohm_math_tl + { \text { \ensuremath { \Omega } } } + { \text { \ensuremath { \upOmega } } } + } + } } } \keys_define:nn { siunitx } { -- cgit v1.2.3