summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-08-04 21:15:19 +0000
committerKarl Berry <karl@freefriends.org>2023-08-04 21:15:19 +0000
commit15d5f9db03f77ff54fec012165a0399d819a40b8 (patch)
tree030ae6ebb7c1dcd42601d43bcf08f0ea1cd1442c
parent53455aabb250c56f4494a5224a89f027b845567e (diff)
siunitx (4aug23)
git-svn-id: svn://tug.org/texlive/trunk@67815 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md9
-rw-r--r--Master/texmf-dist/doc/latex/siunitx/README.md13
-rw-r--r--Master/texmf-dist/doc/latex/siunitx/siunitx-code.pdfbin649877 -> 649612 bytes
-rw-r--r--Master/texmf-dist/doc/latex/siunitx/siunitx.pdfbin705593 -> 705584 bytes
-rw-r--r--Master/texmf-dist/source/latex/siunitx/siunitx-compound.dtx1
-rw-r--r--Master/texmf-dist/source/latex/siunitx/siunitx-number.dtx1
-rw-r--r--Master/texmf-dist/source/latex/siunitx/siunitx.dtx2
-rw-r--r--Master/texmf-dist/tex/latex/siunitx/siunitx.sty4
8 files changed, 23 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md b/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md
index d246599ef59..e055add8b6d 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.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 @@ 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.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
diff --git a/Master/texmf-dist/doc/latex/siunitx/README.md b/Master/texmf-dist/doc/latex/siunitx/README.md
index 0d065403cff..1288929a5d9 100644
--- a/Master/texmf-dist/doc/latex/siunitx/README.md
+++ b/Master/texmf-dist/doc/latex/siunitx/README.md
@@ -1,5 +1,6 @@
-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
@@ -13,3 +14,11 @@ consistent way. The package has an extended set of configuration options which
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@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
diff --git a/Master/texmf-dist/doc/latex/siunitx/siunitx-code.pdf b/Master/texmf-dist/doc/latex/siunitx/siunitx-code.pdf
index 669eb11190b..1f82d980c21 100644
--- a/Master/texmf-dist/doc/latex/siunitx/siunitx-code.pdf
+++ b/Master/texmf-dist/doc/latex/siunitx/siunitx-code.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf
index c92c1d87cfd..8d6c1a9c4ce 100644
--- a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf
+++ b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx-compound.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx-compound.dtx
index b16aa63f305..46d2404136f 100644
--- a/Master/texmf-dist/source/latex/siunitx/siunitx-compound.dtx
+++ b/Master/texmf-dist/source/latex/siunitx/siunitx-compound.dtx
@@ -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}
%
diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx-number.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx-number.dtx
index 7ee8fc1653d..a46613e42ea 100644
--- a/Master/texmf-dist/source/latex/siunitx/siunitx-number.dtx
+++ b/Master/texmf-dist/source/latex/siunitx/siunitx-number.dtx
@@ -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 }
diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
index 765062ae216..a6e8b05866f 100644
--- a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
+++ b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
@@ -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}
%
diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty
index b36a7d9cefa..4e155a7d2fc 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} {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@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