diff options
author | Karl Berry <karl@freefriends.org> | 2024-04-23 19:29:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-04-23 19:29:41 +0000 |
commit | c228c52577cbf522e12eeff507e7ddd4b0e849e8 (patch) | |
tree | 978f37b0122bf0e3fa4a59380aa0040db1519e13 /Master/texmf-dist | |
parent | cf7fbb67008aafac34c510153ae8177953972025 (diff) |
siunitx (23apr24)
git-svn-id: svn://tug.org/texlive/trunk@71044 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md | 9 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/siunitx/siunitx-code.pdf | bin | 645640 -> 645465 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/siunitx/siunitx.pdf | bin | 703738 -> 703731 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/siunitx/siunitx-symbol.dtx | 12 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/siunitx/siunitx.dtx | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/siunitx/siunitx.sty | 14 |
6 files changed, 32 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md b/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md index 38db79ac180..e469eef743b 100644 --- a/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md +++ b/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md @@ -7,6 +7,12 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to ## [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 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to ### 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 diff --git a/Master/texmf-dist/doc/latex/siunitx/siunitx-code.pdf b/Master/texmf-dist/doc/latex/siunitx/siunitx-code.pdf Binary files differindex 7c2b6e2b653..5571b7dbd50 100644 --- a/Master/texmf-dist/doc/latex/siunitx/siunitx-code.pdf +++ b/Master/texmf-dist/doc/latex/siunitx/siunitx-code.pdf diff --git a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf Binary files differindex 15e5ab256a5..9315de39470 100644 --- a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf +++ b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf 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} % diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty index a9268bddb2b..2fdefa95e04 100644 --- a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty +++ b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty @@ -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 } } |