diff options
author | Karl Berry <karl@freefriends.org> | 2020-02-25 22:06:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-02-25 22:06:27 +0000 |
commit | e9427d2c981160b1d26f9564b12c22b2342f886d (patch) | |
tree | 5a6e8c36322d2c5058b46b835abf8e57072604b5 | |
parent | 1db862b2ec9c7feb6edc9c44b26d842240219df7 (diff) |
siunitx (25feb20)
git-svn-id: svn://tug.org/texlive/trunk@53914 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/latex/siunitx/siunitx.pdf | bin | 640341 -> 640454 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/siunitx/siunitx.dtx | 13 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/siunitx/siunitx.sty | 11 |
3 files changed, 20 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf Binary files differindex e03e55beafb..fa11c665ec4 100644 --- a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf +++ b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf 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 } { |