texlive[67815] Master/texmf-dist: siunitx (4aug23)
commits+karl at tug.org
commits+karl at tug.org
Fri Aug 4 23:15:19 CEST 2023
Revision: 67815
http://tug.org/svn/texlive?view=revision&revision=67815
Author: karl
Date: 2023-08-04 23:15:19 +0200 (Fri, 04 Aug 2023)
Log Message:
-----------
siunitx (4aug23)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md
trunk/Master/texmf-dist/doc/latex/siunitx/README.md
trunk/Master/texmf-dist/doc/latex/siunitx/siunitx-code.pdf
trunk/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf
trunk/Master/texmf-dist/source/latex/siunitx/siunitx-compound.dtx
trunk/Master/texmf-dist/source/latex/siunitx/siunitx-number.dtx
trunk/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
trunk/Master/texmf-dist/tex/latex/siunitx/siunitx.sty
Modified: trunk/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md 2023-08-04 21:15:09 UTC (rev 67814)
+++ trunk/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md 2023-08-04 21:15:19 UTC (rev 67815)
@@ -7,6 +7,12 @@
## [Unreleased]
+## [v3.3.2] - 2023-08-03
+
+### Fixed
+- Move an `expl3` variant defintion (see issue
+ [\#680](https://github.com/josephwright/siunitx/issues/680))
+
## [v3.3.1] - 2023-08-01
### Fixed
@@ -1978,7 +1984,8 @@
### Added
- First public testing release (as `si`)
-[Unreleased]: https://github.com/josephwright/siunitx/compare/v3.3.1...HEAD
+[Unreleased]: https://github.com/josephwright/siunitx/compare/v3.3.2...HEAD
+[v3.3.2]: https://github.com/josephwright/siunitx/compare/v3.3.1...v3.3.2
[v3.3.1]: https://github.com/josephwright/siunitx/compare/v3.3.0...v3.3.1
[v3.3.0]: https://github.com/josephwright/siunitx/compare/v3.2.9...v3.3.0
[v3.2.9]: https://github.com/josephwright/siunitx/compare/v3.2.8...v3.2.9
Modified: trunk/Master/texmf-dist/doc/latex/siunitx/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/siunitx/README.md 2023-08-04 21:15:09 UTC (rev 67814)
+++ trunk/Master/texmf-dist/doc/latex/siunitx/README.md 2023-08-04 21:15:19 UTC (rev 67815)
@@ -1,6 +1,7 @@
-siunitx - A comprehensive (SI) units package
-============================================
+# `siunitx` - A comprehensive (SI) units package
+## Description
+
Physical quantities have both numbers and units, and each physical quantity
should be expressed as the product of a number and a unit. Typesetting physical
quantities requires care to ensure that the combined mathematical meaning of the
@@ -13,3 +14,11 @@
make it possible to follow varying typographic conventions with the same input
syntax. The package includes automated processing of numbers and units, and the
ability to control tabular alignment of numbers.
+
+## Author
+
+This package is maintained by Joseph Wright: joseph.wright at morningstar2.co.uk
+
+## License
+
+Released under the LaTeX Project Public License v1.3c or later. See http://www.latex-project.org/lppl.txt
\ No newline at end of file
Modified: trunk/Master/texmf-dist/doc/latex/siunitx/siunitx-code.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/source/latex/siunitx/siunitx-compound.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/siunitx/siunitx-compound.dtx 2023-08-04 21:15:09 UTC (rev 67814)
+++ trunk/Master/texmf-dist/source/latex/siunitx/siunitx-compound.dtx 2023-08-04 21:15:19 UTC (rev 67815)
@@ -365,7 +365,6 @@
% \section{\pkg{siunitx-compound} implementation}
%
% \begin{macrocode}
-\cs_generate_variant:Nn \keys_set:nn { nx }
\cs_generate_variant:Nn \seq_use:Nnnn { NVVV }
% \end{macrocode}
%
Modified: trunk/Master/texmf-dist/source/latex/siunitx/siunitx-number.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/siunitx/siunitx-number.dtx 2023-08-04 21:15:09 UTC (rev 67814)
+++ trunk/Master/texmf-dist/source/latex/siunitx/siunitx-number.dtx 2023-08-04 21:15:19 UTC (rev 67815)
@@ -710,6 +710,7 @@
%
% Variants not provided by \pkg{expl3}.
% \begin{macrocode}
+\cs_generate_variant:Nn \keys_set:nn { nx }
\cs_generate_variant:Nn \tl_if_blank:nTF { f }
\cs_generate_variant:Nn \tl_if_blank_p:n { f }
\cs_generate_variant:Nn \tl_if_in:NnTF { NV }
Modified: trunk/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/siunitx/siunitx.dtx 2023-08-04 21:15:09 UTC (rev 67814)
+++ trunk/Master/texmf-dist/source/latex/siunitx/siunitx.dtx 2023-08-04 21:15:19 UTC (rev 67815)
@@ -122,7 +122,7 @@
%
% Identify the package and give the over all version information.
% \begin{macrocode}
-\ProvidesExplPackage {siunitx} {2023-08-01} {3.3.1}
+\ProvidesExplPackage {siunitx} {2023-08-03} {3.3.2}
{A comprehensive (SI) units package}
% \end{macrocode}
%
Modified: trunk/Master/texmf-dist/tex/latex/siunitx/siunitx.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/siunitx/siunitx.sty 2023-08-04 21:15:09 UTC (rev 67814)
+++ trunk/Master/texmf-dist/tex/latex/siunitx/siunitx.sty 2023-08-04 21:15:19 UTC (rev 67815)
@@ -42,7 +42,7 @@
}%
\endinput
}%
-\ProvidesExplPackage {siunitx} {2023-08-01} {3.3.1}
+\ProvidesExplPackage {siunitx} {2023-08-03} {3.3.2}
{A comprehensive (SI) units package}
\msg_new:nnnn { siunitx } { incompatible-package }
{ Package~'#1'~incompatible. }
@@ -63,6 +63,7 @@
}
\providecommand \IfFormatAtLeastTF { \@ifl at t@r \fmtversion }
\tl_new:N \l__siunitx_tmp_tl
+\cs_generate_variant:Nn \keys_set:nn { nx }
\cs_generate_variant:Nn \tl_if_blank:nTF { f }
\cs_generate_variant:Nn \tl_if_blank_p:n { f }
\cs_generate_variant:Nn \tl_if_in:NnTF { NV }
@@ -3866,7 +3867,6 @@
output-complex-root = \mathrm { i } ,
print-complex-unity = false
}
-\cs_generate_variant:Nn \keys_set:nn { nx }
\cs_generate_variant:Nn \seq_use:Nnnn { NVVV }
\fp_new:N \l__siunitx_compound_tmp_fp
\seq_new:N \l__siunitx_compound_tmp_seq
More information about the tex-live-commits
mailing list.