diff options
author | Karl Berry <karl@freefriends.org> | 2024-05-06 20:17:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-05-06 20:17:42 +0000 |
commit | 745497623100a9f1e89425706188e4f003c2846b (patch) | |
tree | 742b465b563ec5f6b7e597432626bfb0ac0c6905 /Master | |
parent | d57cdca5e8ea07d7c762d487cb896d7b4168011b (diff) |
siunitx (6may24)
git-svn-id: svn://tug.org/texlive/trunk@71193 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-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 | 645251 -> 646201 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-quantity.dtx | 2 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/siunitx/siunitx.dtx | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/siunitx/siunitx.sty | 4 |
6 files changed, 12 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md b/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md index 97c77dc5bc3..4dad256c37a 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.17] - 2024-05-06 + +### Fixed +- Correct treatment of end-iof-line spaces when allowing breaks (see issue + [\#730](https://github.com/josephwright/siunitx/issues/730)) + ## [v3.3.16] - 2024-04-24 ### Fixed @@ -2104,7 +2110,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.16...HEAD +[Unreleased]: https://github.com/josephwright/siunitx/compare/v3.3.17...HEAD +[v3.3.17]: https://github.com/josephwright/siunitx/compare/v3.3.16...v3.3.17 [v3.3.16]: https://github.com/josephwright/siunitx/compare/v3.3.15...v3.3.16 [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 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 2dc8e65250c..0e89bc3e224 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 3c058ce3faa..5dea63dd668 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-quantity.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx-quantity.dtx index 9e3c14ffaf0..959d9e3a301 100644 --- a/Master/texmf-dist/source/latex/siunitx/siunitx-quantity.dtx +++ b/Master/texmf-dist/source/latex/siunitx/siunitx-quantity.dtx @@ -394,10 +394,10 @@ { \tl_if_blank_p:n {#1} } { ! \tl_if_head_eq_charcode_p:nN {#2} { 1 } } { - \tl_use:N \l_@@_product_tl \bool_if:NTF \l_@@_break_bool { \penalty \binoppenalty } { \nobreak } + \tl_use:N \l_@@_product_tl \siunitx_print_unit:n {#2} } { \siunitx_print_unit:o { \use_none:n #2 } } diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx index 6f49440f7c7..00af01ae8a7 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-24} {3.3.16} +\ProvidesExplPackage {siunitx} {2024-05-06} {3.3.17} {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 03e741f3bcf..f2352d62a33 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-24} {3.3.16} +\ProvidesExplPackage {siunitx} {2024-05-06} {3.3.17} {A comprehensive (SI) units package} \msg_new:nnnn { siunitx } { incompatible-package } { Package~'#1'~incompatible. } @@ -7659,10 +7659,10 @@ { \tl_if_blank_p:n {#1} } { ! \tl_if_head_eq_charcode_p:nN {#2} { 1 } } { - \tl_use:N \l__siunitx_quantity_product_tl \bool_if:NTF \l__siunitx_quantity_break_bool { \penalty \binoppenalty } { \nobreak } + \tl_use:N \l__siunitx_quantity_product_tl \siunitx_print_unit:n {#2} } { \siunitx_print_unit:o { \use_none:n #2 } } |