summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-04-23 19:29:41 +0000
committerKarl Berry <karl@freefriends.org>2024-04-23 19:29:41 +0000
commitc228c52577cbf522e12eeff507e7ddd4b0e849e8 (patch)
tree978f37b0122bf0e3fa4a59380aa0040db1519e13 /Master/texmf-dist/source/latex
parentcf7fbb67008aafac34c510153ae8177953972025 (diff)
siunitx (23apr24)
git-svn-id: svn://tug.org/texlive/trunk@71044 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex')
-rw-r--r--Master/texmf-dist/source/latex/siunitx/siunitx-symbol.dtx12
-rw-r--r--Master/texmf-dist/source/latex/siunitx/siunitx.dtx2
2 files changed, 12 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx-symbol.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx-symbol.dtx
index 7428d39dc4e..455adb6d59b 100644
--- a/Master/texmf-dist/source/latex/siunitx/siunitx-symbol.dtx
+++ b/Master/texmf-dist/source/latex/siunitx/siunitx-symbol.dtx
@@ -237,7 +237,17 @@
\@ifpackageloaded { fontspec }
{ \exp_not:V \l_@@_tmpb_tl }
{
- \@ifclassloaded { beamer }
+ \bool_lazy_or:nnTF
+ {
+ \@ifclassloaded { beamer }
+ \c_true_bool
+ \c_false_bool
+ }
+ {
+ \@ifpackageloaded { kmath }
+ \c_true_bool
+ \c_false_bool
+ }
{ \exp_not:V \l_@@_tmpb_tl }
{ \exp_not:V \l_@@_tmpa_tl }
}
diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
index 34a38b864a7..30b2d92366a 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} {2024-04-15} {3.3.14}
+\ProvidesExplPackage {siunitx} {2024-04-23} {3.3.15}
{A comprehensive (SI) units package}
% \end{macrocode}
%