summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-01-20 21:27:14 +0000
committerKarl Berry <karl@freefriends.org>2022-01-20 21:27:14 +0000
commita527d6abe7828d590bda9b872044223e41bd16bc (patch)
tree5a5701fd1ad62514e8073e88e9055529b611600e /Master/texmf-dist/source
parent9811362355177673f34d35381050655aeb0fcc40 (diff)
siunitx (20jan22)
git-svn-id: svn://tug.org/texlive/trunk@61669 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/latex/siunitx/siunitx-symbol.dtx15
-rw-r--r--Master/texmf-dist/source/latex/siunitx/siunitx.dtx4
2 files changed, 11 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx-symbol.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx-symbol.dtx
index eaf2caac9b8..95e067aa97a 100644
--- a/Master/texmf-dist/source/latex/siunitx/siunitx-symbol.dtx
+++ b/Master/texmf-dist/source/latex/siunitx/siunitx-symbol.dtx
@@ -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
{
diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
index 400f4fa539b..3274b37931e 100644
--- a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
+++ b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
@@ -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 }
{ }