From 2e4b6704129d266afdf57c0320aeba3034e051dd Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 22 Sep 2021 20:35:58 +0000 Subject: siunitx (22sep21) git-svn-id: svn://tug.org/texlive/trunk@60581 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md | 9 ++++++++- .../texmf-dist/doc/latex/siunitx/siunitx-code.pdf | Bin 1513922 -> 1513710 bytes Master/texmf-dist/doc/latex/siunitx/siunitx.pdf | Bin 637245 -> 637213 bytes .../source/latex/siunitx/siunitx-print.dtx | 1 + Master/texmf-dist/source/latex/siunitx/siunitx.dtx | 2 +- Master/texmf-dist/source/latex/siunitx/siunitx.tex | 2 +- Master/texmf-dist/tex/latex/siunitx/siunitx.sty | 3 ++- 7 files changed, 13 insertions(+), 4 deletions(-) diff --git a/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md b/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md index f12b69375bc..0ffdc514f52 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.0.31] + +### Changed +- Avoid infinite loop with `tex4ht` (issue + [#549](https://github.com/josephwright/siunitx/issues/549)) + ## [v3.0.30] ### Changed @@ -1579,7 +1585,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.0.30...HEAD +[Unreleased]: https://github.com/josephwright/siunitx/compare/v3.0.31...HEAD +[v3.0.31]: https://github.com/josephwright/siunitx/compare/v3.0.30...v3.0.31 [v3.0.30]: https://github.com/josephwright/siunitx/compare/v3.0.29...v3.0.30 [v3.0.29]: https://github.com/josephwright/siunitx/compare/v3.0.28...v3.0.29 [v3.0.28]: https://github.com/josephwright/siunitx/compare/v3.0.27...v3.0.28 diff --git a/Master/texmf-dist/doc/latex/siunitx/siunitx-code.pdf b/Master/texmf-dist/doc/latex/siunitx/siunitx-code.pdf index 9a8ebfd7c0d..5070f406ebe 100644 Binary files a/Master/texmf-dist/doc/latex/siunitx/siunitx-code.pdf and b/Master/texmf-dist/doc/latex/siunitx/siunitx-code.pdf differ diff --git a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf index 171b0a74b50..71b3565536e 100644 Binary files a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf and b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf differ diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx-print.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx-print.dtx index 05ba3d64ea1..fc3ba7c0fca 100644 --- a/Master/texmf-dist/source/latex/siunitx/siunitx-print.dtx +++ b/Master/texmf-dist/source/latex/siunitx/siunitx-print.dtx @@ -637,6 +637,7 @@ { \quark_if_recursion_tail_stop:N #1 \tl_replace_all:Nnn \l_@@_tmp_tl {#1} {#2} + \@@_math_replace:Nn } \cs_new_protected:Npn \@@_math_auxiii:n #1 { diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx index 45534b9996c..736c737e924 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} {2021-09-14} {3.0.30} +\ProvidesExplPackage {siunitx} {2021-09-22} {3.0.31} {A comprehensive (SI) units package} % \end{macrocode} % diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx.tex b/Master/texmf-dist/source/latex/siunitx/siunitx.tex index b05cd68fc9b..d6d300c3998 100644 --- a/Master/texmf-dist/source/latex/siunitx/siunitx.tex +++ b/Master/texmf-dist/source/latex/siunitx/siunitx.tex @@ -1660,7 +1660,7 @@ stored will be used in place of the normal product and base combination. \num[output-exponent-marker = \mathrm{E}]{1e2} \end{LaTeXdemo} -\DescribeOption{uncertainty-separator} +\DescribeOption{uncertainty-mode} \DescribeOption{output-open-uncertainty} \DescribeOption{output-close-uncertainty} \DescribeOption{uncertainty-separator} diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty index 6a65457e7ed..f1a8e4300e1 100644 --- a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty +++ b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty @@ -42,7 +42,7 @@ }% \endinput }% -\ProvidesExplPackage {siunitx} {2021-09-14} {3.0.30} +\ProvidesExplPackage {siunitx} {2021-09-22} {3.0.31} {A comprehensive (SI) units package} \msg_new:nnnn { siunitx } { incompatible-package } { Package~'#1'~incompatible. } @@ -3781,6 +3781,7 @@ { \quark_if_recursion_tail_stop:N #1 \tl_replace_all:Nnn \l__siunitx_print_tmp_tl {#1} {#2} + \__siunitx_print_math_replace:Nn } \cs_new_protected:Npn \__siunitx_print_math_auxiii:n #1 { -- cgit v1.2.3