diff options
author | Karl Berry <karl@freefriends.org> | 2024-11-19 20:35:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-11-19 20:35:09 +0000 |
commit | 74eecfa1622673107d72dc9aac0ce3b92fd5fe6d (patch) | |
tree | 884c3080fe9ef38c97ee526e636a9448fe2cc6cf /Master/texmf-dist | |
parent | 6a62b9605787bfa901db0842e59a99fdb2315730 (diff) |
siunitx (19nov24)
git-svn-id: svn://tug.org/texlive/trunk@72900 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md | 8 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/siunitx/siunitx-code.pdf | bin | 645624 -> 645508 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/siunitx/siunitx.pdf | bin | 703954 -> 703954 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/siunitx/siunitx-table.dtx | 3 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/siunitx/siunitx.dtx | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/siunitx/siunitx.sty | 5 |
6 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md b/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md index 15d73f1dd26..bead745cd4f 100644 --- a/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md +++ b/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md @@ -7,6 +7,11 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to ## [Unreleased] +## [v3.3.24] - 2024-11-19 + +- Stack exhaustion with `tabularray` (see issue + [\#760](https://github.com/josephwright/siunitx/issues/760)) + ## [v3.3.23] - 2024-11-15 ### Changed @@ -2160,7 +2165,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.23...HEAD +[Unreleased]: https://github.com/josephwright/siunitx/compare/v3.3.24...HEAD +[v3.3.24]: https://github.com/josephwright/siunitx/compare/v3.3.23...v3.3.24 [v3.3.23]: https://github.com/josephwright/siunitx/compare/v3.3.22...v3.3.23 [v3.3.22]: https://github.com/josephwright/siunitx/compare/v3.3.21...v3.3.22 [v3.3.21]: https://github.com/josephwright/siunitx/compare/v3.3.20...v3.3.21 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 aa94125221a..9459d0624fc 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 11b2082a07d..dc07d16cb0e 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-table.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx-table.dtx index 880a4a4f21a..537c0dcf859 100644 --- a/Master/texmf-dist/source/latex/siunitx/siunitx-table.dtx +++ b/Master/texmf-dist/source/latex/siunitx/siunitx-table.dtx @@ -690,9 +690,6 @@ { \cs_new_eq:NN \@@_align_auxiii:nn - \@@_align_auxii:nn - \cs_gset_eq:NN - \@@_align_auxii:nn \@@_align_auxi:nn \cs_gset_protected:Npn \@@_align_auxi:nn #1#2 { diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx index 77c7d48b701..eeda8c483ec 100644 --- a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx +++ b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx @@ -124,7 +124,7 @@ % % Identify the package and give the over all version information. % \begin{macrocode} -\ProvidesExplPackage {siunitx} {2024-11-15} {3.3.23} +\ProvidesExplPackage {siunitx} {2024-11-19} {3.3.24} {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 ab13bbe1b70..d2ae499f071 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-11-15} {3.3.23} +\ProvidesExplPackage {siunitx} {2024-11-19} {3.3.24} {A comprehensive (SI) units package} \msg_new:nnnn { siunitx } { incompatible-package } { Package~'#1'~incompatible. } @@ -5593,9 +5593,6 @@ { \cs_new_eq:NN \__siunitx_table_align_auxiii:nn - \__siunitx_table_align_auxii:nn - \cs_gset_eq:NN - \__siunitx_table_align_auxii:nn \__siunitx_table_align_auxi:nn \cs_gset_protected:Npn \__siunitx_table_align_auxi:nn #1#2 { |