summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/latex/siunitx/siunitx.dtx13
1 files changed, 11 insertions, 2 deletions
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}