texlive[61669] Master/texmf-dist: siunitx (20jan22)

commits+karl at tug.org commits+karl at tug.org
Thu Jan 20 22:27:14 CET 2022


Revision: 61669
          http://tug.org/svn/texlive?view=revision&revision=61669
Author:   karl
Date:     2022-01-20 22:27:14 +0100 (Thu, 20 Jan 2022)
Log Message:
-----------
siunitx (20jan22)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md
    trunk/Master/texmf-dist/doc/latex/siunitx/siunitx-code.pdf
    trunk/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf
    trunk/Master/texmf-dist/source/latex/siunitx/siunitx-symbol.dtx
    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/CHANGELOG.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md	2022-01-20 21:26:57 UTC (rev 61668)
+++ trunk/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md	2022-01-20 21:27:14 UTC (rev 61669)
@@ -7,6 +7,8 @@
 
 ## [Unreleased]
 
+## [v3.0.43] - 2022-01-20
+
 ## [v3.0.42] - 2022-01-18
 
 ### Added
@@ -1671,7 +1673,8 @@
 ### Added
 - First public testing release (as `si`)
 
-[Unreleased]: https://github.com/josephwright/siunitx/compare/v3.0.42...HEAD
+[Unreleased]: https://github.com/josephwright/siunitx/compare/v3.0.43...HEAD
+[v3.0.43]: https://github.com/josephwright/siunitx/compare/v3.0.42...v3.0.43
 [v3.0.42]: https://github.com/josephwright/siunitx/compare/v3.0.41...v3.0.42
 [v3.0.41]: https://github.com/josephwright/siunitx/compare/v3.0.40...v3.0.41
 [v3.0.40]: https://github.com/josephwright/siunitx/compare/v3.0.39...v3.0.40

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

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

Modified: trunk/Master/texmf-dist/source/latex/siunitx/siunitx-symbol.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/siunitx/siunitx-symbol.dtx	2022-01-20 21:26:57 UTC (rev 61668)
+++ trunk/Master/texmf-dist/source/latex/siunitx/siunitx-symbol.dtx	2022-01-20 21:27:14 UTC (rev 61669)
@@ -240,6 +240,11 @@
               { \exp_not:N \upOmega }
               { \exp_not:N \Omega }
           }
+        \tl_set:Nx \l_@@_tmpb_tl
+          {
+            \exp_not:N \text
+              { \exp_not:N \ensuremath { \exp_not:V \l_@@_tmpa_tl } }
+          }
         \siunitx_declare_unit:Nx \ohm
           {
             \@ifpackageloaded { fourier }
@@ -250,14 +255,12 @@
               {
                 \exp_not:N \ifmmode
                   \@ifpackageloaded { fontspec }
+                    { \exp_not:V \l_@@_tmpb_tl }
                     {
-                      \exp_not:N \text
-                        {
-                          \exp_not:N \ensuremath
-                            { \exp_not:V \l_@@_tmpa_tl }
-                        }
+                      \@ifclassloaded { beamer }
+                        { \exp_not:V \l_@@_tmpb_tl }
+                        { \exp_not:V \l_@@_tmpa_tl }
                     }
-                    { \exp_not:V \l_@@_tmpa_tl }
                 \exp_not:N \else
                   \exp_not:N \text
                     {

Modified: trunk/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/siunitx/siunitx.dtx	2022-01-20 21:26:57 UTC (rev 61668)
+++ trunk/Master/texmf-dist/source/latex/siunitx/siunitx.dtx	2022-01-20 21:27:14 UTC (rev 61669)
@@ -121,7 +121,7 @@
 %
 % Identify the package and give the over all version information.
 %    \begin{macrocode}
-\ProvidesExplPackage {siunitx} {2022-01-18} {3.0.42}
+\ProvidesExplPackage {siunitx} {2022-01-20} {3.0.43}
   {A comprehensive (SI) units package}
 %    \end{macrocode}
 %
@@ -223,7 +223,7 @@
 % relevant code. Things could be re-arranged by \pkg{DocStrip} but there is no
 % advantage.
 %
-% User level interfaces are all created by \pkg{xparse}
+% User level interfaces are all created by \pkg{ltcmd}/\pkg{xparse}.
 %    \begin{macrocode}
 \IfFormatAtLeastTF { 2020-10-01 }
   { }

Modified: trunk/Master/texmf-dist/tex/latex/siunitx/siunitx.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/siunitx/siunitx.sty	2022-01-20 21:26:57 UTC (rev 61668)
+++ trunk/Master/texmf-dist/tex/latex/siunitx/siunitx.sty	2022-01-20 21:27:14 UTC (rev 61669)
@@ -42,7 +42,7 @@
       }%
     \endinput
   }%
-\ProvidesExplPackage {siunitx} {2022-01-18} {3.0.42}
+\ProvidesExplPackage {siunitx} {2022-01-20} {3.0.43}
   {A comprehensive (SI) units package}
 \msg_new:nnnn { siunitx } { incompatible-package }
   { Package~'#1'~incompatible. }
@@ -6475,6 +6475,11 @@
               { \exp_not:N \upOmega }
               { \exp_not:N \Omega }
           }
+        \tl_set:Nx \l__siunitx_symbol_tmpb_tl
+          {
+            \exp_not:N \text
+              { \exp_not:N \ensuremath { \exp_not:V \l__siunitx_symbol_tmpa_tl } }
+          }
         \siunitx_declare_unit:Nx \ohm
           {
             \@ifpackageloaded { fourier }
@@ -6485,14 +6490,12 @@
               {
                 \exp_not:N \ifmmode
                   \@ifpackageloaded { fontspec }
+                    { \exp_not:V \l__siunitx_symbol_tmpb_tl }
                     {
-                      \exp_not:N \text
-                        {
-                          \exp_not:N \ensuremath
-                            { \exp_not:V \l__siunitx_symbol_tmpa_tl }
-                        }
+                      \@ifclassloaded { beamer }
+                        { \exp_not:V \l__siunitx_symbol_tmpb_tl }
+                        { \exp_not:V \l__siunitx_symbol_tmpa_tl }
                     }
-                    { \exp_not:V \l__siunitx_symbol_tmpa_tl }
                 \exp_not:N \else
                   \exp_not:N \text
                     {



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