From f4d4dadab2ac03e2a1d2718e69f0d36005709ab1 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 27 Jan 2022 21:41:34 +0000 Subject: siunitx (27jan22) git-svn-id: svn://tug.org/texlive/trunk@61765 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md | 9 ++++++++- .../texmf-dist/doc/latex/siunitx/siunitx-code.pdf | Bin 608131 -> 608200 bytes Master/texmf-dist/doc/latex/siunitx/siunitx.pdf | Bin 639472 -> 639472 bytes .../source/latex/siunitx/siunitx-emulation.dtx | 3 ++- Master/texmf-dist/source/latex/siunitx/siunitx.dtx | 2 +- Master/texmf-dist/tex/latex/siunitx/siunitx.sty | 3 ++- 6 files changed, 13 insertions(+), 4 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md b/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md index bda701dec10..fe87b241ca4 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.45] - 2022-01-27 + +### Fixed +- Include `reset-text-shape = false` in emulation of `detect-all` (see issue + [\#579](https://github.com/josephwright/siunitx/issues/579)) + ## [v3.0.44] - 2022-01-26 ### Added @@ -1686,7 +1692,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.44...HEAD +[Unreleased]: https://github.com/josephwright/siunitx/compare/v3.0.45...HEAD +[v3.0.45]: https://github.com/josephwright/siunitx/compare/v3.0.44...v3.0.45 [v3.0.44]: https://github.com/josephwright/siunitx/compare/v3.0.43...v3.0.44 [v3.0.43]: https://github.com/josephwright/siunitx/compare/v3.0.42...v3.0.43 [v3.0.42]: https://github.com/josephwright/siunitx/compare/v3.0.41...v3.0.42 diff --git a/Master/texmf-dist/doc/latex/siunitx/siunitx-code.pdf b/Master/texmf-dist/doc/latex/siunitx/siunitx-code.pdf index b2f80bc1eaa..85b1e4892db 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 4237617c1f2..c15a2e4192e 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-emulation.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx-emulation.dtx index 18ad1d2d600..87d213a3b98 100644 --- a/Master/texmf-dist/source/latex/siunitx/siunitx-emulation.dtx +++ b/Master/texmf-dist/source/latex/siunitx/siunitx-emulation.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -% File: siunitx-emulation.dtx Copyright (C) 2016-2019,2021 Joseph Wright +% File: siunitx-emulation.dtx Copyright (C) 2016-2019,2021,2022 Joseph Wright % % It may be distributed and/or modified under the conditions of the % LaTeX Project Public License (LPPL), either version 1.3c of this @@ -234,6 +234,7 @@ reset-math-version~=~false , ~ reset-text-family~=~false , ~ reset-text-series~=~false , ~ + reset-text-shape~=~false , ~ text-family-to-math~=~true , ~ text-series-to-math~=~true } diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx index 646594e8da3..db79b498a91 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} {2022-01-26} {3.0.44} +\ProvidesExplPackage {siunitx} {2022-01-27} {3.0.45} {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 4f9bd12f8f6..176ca1d5421 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} {2022-01-26} {3.0.44} +\ProvidesExplPackage {siunitx} {2022-01-27} {3.0.45} {A comprehensive (SI) units package} \msg_new:nnnn { siunitx } { incompatible-package } { Package~'#1'~incompatible. } @@ -6852,6 +6852,7 @@ reset-math-version~=~false , ~ reset-text-family~=~false , ~ reset-text-series~=~false , ~ + reset-text-shape~=~false , ~ text-family-to-math~=~true , ~ text-series-to-math~=~true } -- cgit v1.2.3