texlive[71044] Master/texmf-dist: siunitx (23apr24)
commits+karl at tug.org
commits+karl at tug.org
Tue Apr 23 21:29:41 CEST 2024
Revision: 71044
https://tug.org/svn/texlive?view=revision&revision=71044
Author: karl
Date: 2024-04-23 21:29:41 +0200 (Tue, 23 Apr 2024)
Log Message:
-----------
siunitx (23apr24)
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 2024-04-23 17:44:59 UTC (rev 71043)
+++ trunk/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md 2024-04-23 19:29:41 UTC (rev 71044)
@@ -7,6 +7,12 @@
## [Unreleased]
+## [v3.3.15] - 2024-04-23
+
+### Fixed
+- Appearance of ohm symbol with `kmath` package (see
+ issue [\#728](https://github.com/josephwright/siunitx/issues/728))
+
## [v3.3.14] - 2024-04-15
### Fixed
@@ -2092,7 +2098,8 @@
### Added
- First public testing release (as `si`)
-[Unreleased]: https://github.com/josephwright/siunitx/compare/v3.3.14...HEAD
+[Unreleased]: https://github.com/josephwright/siunitx/compare/v3.3.15...HEAD
+[v3.3.15]: https://github.com/josephwright/siunitx/compare/v3.3.14...v3.3.15
[v3.3.14]: https://github.com/josephwright/siunitx/compare/v3.3.13...v3.3.14
[v3.3.13]: https://github.com/josephwright/siunitx/compare/v3.3.12...v3.3.13
[v3.3.12]: https://github.com/josephwright/siunitx/compare/v3.3.11...v3.3.12
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 2024-04-23 17:44:59 UTC (rev 71043)
+++ trunk/Master/texmf-dist/source/latex/siunitx/siunitx-symbol.dtx 2024-04-23 19:29:41 UTC (rev 71044)
@@ -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 }
}
Modified: trunk/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/siunitx/siunitx.dtx 2024-04-23 17:44:59 UTC (rev 71043)
+++ trunk/Master/texmf-dist/source/latex/siunitx/siunitx.dtx 2024-04-23 19:29:41 UTC (rev 71044)
@@ -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}
%
Modified: trunk/Master/texmf-dist/tex/latex/siunitx/siunitx.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/siunitx/siunitx.sty 2024-04-23 17:44:59 UTC (rev 71043)
+++ trunk/Master/texmf-dist/tex/latex/siunitx/siunitx.sty 2024-04-23 19:29:41 UTC (rev 71044)
@@ -41,7 +41,7 @@
}%
\endinput
}%
-\ProvidesExplPackage {siunitx} {2024-04-15} {3.3.14}
+\ProvidesExplPackage {siunitx} {2024-04-23} {3.3.15}
{A comprehensive (SI) units package}
\msg_new:nnnn { siunitx } { incompatible-package }
{ Package~'#1'~incompatible. }
@@ -7800,7 +7800,17 @@
\@ifpackageloaded { fontspec }
{ \exp_not:V \l__siunitx_symbol_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__siunitx_symbol_tmpb_tl }
{ \exp_not:V \l__siunitx_symbol_tmpa_tl }
}
More information about the tex-live-commits
mailing list.