diff options
author | Karl Berry <karl@freefriends.org> | 2022-06-07 20:25:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-06-07 20:25:02 +0000 |
commit | 27d9de4dfb4067e1f80cca8a18a6feac06234daa (patch) | |
tree | ad197d0d649fd45229fcb1abee3a670a8bfbec2c /Master/texmf-dist | |
parent | 84dbb829f577b1dcfedf9482ffd6f74398a2b439 (diff) |
siunitx (7jun22)
git-svn-id: svn://tug.org/texlive/trunk@63506 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 | 618034 -> 617944 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/siunitx/siunitx.pdf | bin | 663038 -> 663088 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/siunitx/siunitx-table.dtx | 6 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/siunitx/siunitx.dtx | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/siunitx/siunitx.sty | 8 |
6 files changed, 20 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md b/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md index 810f2805ae9..7248d9ac776 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.1.3] - 2022-06-07 + +### Fixed +- Behavior of `print-integer-zero` in tables (see issue + [\#604](https://github.com/josephwright/siunitx/issues/604)) + ## [v3.1.2] - 2022-05-31 ### Fixed @@ -1780,7 +1786,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.1.2...HEAD +[Unreleased]: https://github.com/josephwright/siunitx/compare/v3.1.3...HEAD +[v3.1.3]: https://github.com/josephwright/siunitx/compare/v3.1.2...v3.1.3 [v3.1.2]: https://github.com/josephwright/siunitx/compare/v3.1.1...v3.1.2 [v3.1.1]: https://github.com/josephwright/siunitx/compare/v3.1.0...v3.1.1 [v3.1.0]: https://github.com/josephwright/siunitx/compare/v3.0.50...v3.1.0 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 94538d4f930..08b863b8b49 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 df22c1b862a..98c7607d19f 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 20683fb63ea..35dd2161b17 100644 --- a/Master/texmf-dist/source/latex/siunitx/siunitx-table.dtx +++ b/Master/texmf-dist/source/latex/siunitx/siunitx-table.dtx @@ -883,7 +883,11 @@ \tl_set:Nx \l_@@_model_tl { \exp_not:n { {#1} {#2} } - { \prg_replicate:nn {#3} { 8 } } + { + \int_compare:nNnTF {#3} = 0 + { 0 } + { \prg_replicate:nn {#3} { 8 } } + } { \prg_replicate:nn { 0 #4 } { 8 } } { \tl_if_blank:nF {#5} diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx index 9e03d6c4bfe..d24b1ce6fab 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-05-31} {3.1.2} +\ProvidesExplPackage {siunitx} {2022-06-07} {3.1.3} {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 6975e81ca55..a5576eb4241 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-05-31} {3.1.2} +\ProvidesExplPackage {siunitx} {2022-06-07} {3.1.3} {A comprehensive (SI) units package} \msg_new:nnnn { siunitx } { incompatible-package } { Package~'#1'~incompatible. } @@ -5126,7 +5126,11 @@ \tl_set:Nx \l__siunitx_table_model_tl { \exp_not:n { {#1} {#2} } - { \prg_replicate:nn {#3} { 8 } } + { + \int_compare:nNnTF {#3} = 0 + { 0 } + { \prg_replicate:nn {#3} { 8 } } + } { \prg_replicate:nn { 0 #4 } { 8 } } { \tl_if_blank:nF {#5} |