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 /Master/texmf-dist/tex | |
parent | 1db862b2ec9c7feb6edc9c44b26d842240219df7 (diff) |
siunitx (25feb20)
git-svn-id: svn://tug.org/texlive/trunk@53914 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/siunitx/siunitx.sty | 11 |
1 files changed, 9 insertions, 2 deletions
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 } { |