diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md | 12 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/siunitx/siunitx-code.pdf | bin | 646201 -> 645866 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/siunitx/siunitx.pdf | bin | 703731 -> 703908 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/siunitx/siunitx-table.dtx | 2 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/siunitx/siunitx.dtx | 2 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/siunitx/siunitx.tex | 1 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/siunitx/siunitx.sty | 4 |
7 files changed, 14 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md b/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md index 4dad256c37a..cf5f2e2560e 100644 --- a/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md +++ b/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md @@ -7,10 +7,15 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to ## [Unreleased] +## [v3.3.18] - 2024-06-14 + +### Fixed +- Use `fill` glue for aligning comparators (see issue [\#733](https://github.com/josephwright/siunitx/issues/733)) + ## [v3.3.17] - 2024-05-06 ### Fixed -- Correct treatment of end-iof-line spaces when allowing breaks (see issue +- Correct treatment of end-of-line spaces when allowing breaks (see issue [\#730](https://github.com/josephwright/siunitx/issues/730)) ## [v3.3.16] - 2024-04-24 @@ -1784,7 +1789,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to - Allow `\highlight` in units - Option `table-column-width` (issue [\#105](https://github.com/josephwright/siunitx/issues/105)) - Option `bracket-negative-numbers` (issue [\#5](https://github.com/josephwright/siunitx/issues/5)) -- Option `table-align-comparators` (issue [\#86](https://github.com/josephwright/siunitx/issues/86)) +- Option `table-align-comparator` (issue [\#86](https://github.com/josephwright/siunitx/issues/86)) - Option `minimum-integer-digits` (issue [\#112](https://github.com/josephwright/siunitx/issues/112)) - Option to print exponent marker literally (issue [\#113](https://github.com/josephwright/siunitx/issues/113)) - Support for engineering-style number output (issue [\#114](https://github.com/josephwright/siunitx/issues/114)) @@ -2110,7 +2115,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.17...HEAD +[Unreleased]: https://github.com/josephwright/siunitx/compare/v3.3.18...HEAD +[v3.3.18]: https://github.com/josephwright/siunitx/compare/v3.3.17...v3.3.18 [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 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 0e89bc3e224..d6649d30737 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 5dea63dd668..1c2e5657cc3 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 5de8f0b6030..b4791ce47bc 100644 --- a/Master/texmf-dist/source/latex/siunitx/siunitx-table.dtx +++ b/Master/texmf-dist/source/latex/siunitx/siunitx-table.dtx @@ -1423,7 +1423,7 @@ } { \hbox_unpack:N \l_@@_integer_box - \@@_fil: + \@@_fill: \hbox_unpack:N \l_@@_tmp_box } } diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx index 00af01ae8a7..ca2b7822aa8 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-05-06} {3.3.17} +\ProvidesExplPackage {siunitx} {2024-06-14} {3.3.18} {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 d004e8f9d76..7c6e147f007 100644 --- a/Master/texmf-dist/source/latex/siunitx/siunitx.tex +++ b/Master/texmf-dist/source/latex/siunitx/siunitx.tex @@ -2941,6 +2941,7 @@ provide the necessary gap while maintaining alignment (Table~\ref{tab:S:ends}). \DescribeOption{table-align-exponent} \DescribeOption{table-align-uncertainty} +\DescribeOption{table-align-comparator} When printing exponents in tables, there is a choice of aligning the exponent parts or having these close up to the mantissa. This is controlled by the \opt{table-align-exponent} option (Table~\ref{tab:align:exp}). Similarly, diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty index f2352d62a33..0fbefd1817b 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-05-06} {3.3.17} +\ProvidesExplPackage {siunitx} {2024-06-14} {3.3.18} {A comprehensive (SI) units package} \msg_new:nnnn { siunitx } { incompatible-package } { Package~'#1'~incompatible. } @@ -6020,7 +6020,7 @@ } { \hbox_unpack:N \l__siunitx_table_integer_box - \__siunitx_table_fil: + \__siunitx_table_fill: \hbox_unpack:N \l__siunitx_table_tmp_box } } |