texlive[53914] Master/texmf-dist: siunitx (25feb20)

commits+karl at tug.org commits+karl at tug.org
Tue Feb 25 23:06:28 CET 2020


Revision: 53914
          http://tug.org/svn/texlive?view=revision&revision=53914
Author:   karl
Date:     2020-02-25 23:06:27 +0100 (Tue, 25 Feb 2020)
Log Message:
-----------
siunitx (25feb20)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf
    trunk/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
    trunk/Master/texmf-dist/tex/latex/siunitx/siunitx.sty

Modified: trunk/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/siunitx/siunitx.dtx	2020-02-25 22:05:16 UTC (rev 53913)
+++ trunk/Master/texmf-dist/source/latex/siunitx/siunitx.dtx	2020-02-25 22:06:27 UTC (rev 53914)
@@ -699,6 +699,8 @@
 %    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 @@
 %
 % 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 @@
               { \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}

Modified: trunk/Master/texmf-dist/tex/latex/siunitx/siunitx.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/siunitx/siunitx.sty	2020-02-25 22:05:16 UTC (rev 53913)
+++ trunk/Master/texmf-dist/tex/latex/siunitx/siunitx.sty	2020-02-25 22:06:27 UTC (rev 53914)
@@ -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 } {



More information about the tex-live-commits mailing list.