summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-04-18 20:22:06 +0000
committerKarl Berry <karl@freefriends.org>2021-04-18 20:22:06 +0000
commit10e1b85d45093a42f2bc86448e47d772aad8567e (patch)
treeac8aa94a07aed79ecb42dae45a367321d009c1a3
parent15fd1f6957a2e1a325621ad3f307697c8c32b5ca (diff)
siunitx (18apr21)
git-svn-id: svn://tug.org/texlive/trunk@58909 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md6
-rw-r--r--Master/texmf-dist/doc/latex/siunitx/siunitx.pdfbin641392 -> 641398 bytes
-rw-r--r--Master/texmf-dist/source/latex/siunitx/siunitx.dtx11
-rw-r--r--Master/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/siunitx/siunitx-binary.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/siunitx/siunitx-version-1.cfg5
-rw-r--r--Master/texmf-dist/tex/latex/siunitx/siunitx.sty2
7 files changed, 20 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md b/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md
index 32afac61f62..356f70b030c 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]
+## [v2.8e] - 2021-04-17
+
+### Fixed
+
+- Missing setting in emulation of v1 option `repeatunits`
+
## [v2.8d] - 2021-04-09
### Changed
diff --git a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf
index 44f8a6c5f8e..84e23eb0066 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.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
index b909fbd219b..0125c295691 100644
--- a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
+++ b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
@@ -5225,7 +5225,7 @@ This work consists of the file siunitx.dtx
%
% The usual preliminaries.
% \begin{macrocode}
-\ProvidesExplPackage {siunitx} {2021-04-09} {2.8d}
+\ProvidesExplPackage {siunitx} {2021-04-17} {2.8e}
{A comprehensive (SI) units package}
% \end{macrocode}
%
@@ -16682,7 +16682,7 @@ This work consists of the file siunitx.dtx
% \end{macrocode}
%
% \begin{macrocode}
-\ProvidesExplFile {siunitx-version-1.cfg} {2021-04-09} {2.8d}
+\ProvidesExplFile {siunitx-version-1.cfg} {2021-04-17} {2.8e}
{siunitx: Version 1 settings}
% \end{macrocode}
%
@@ -17057,18 +17057,21 @@ This work consists of the file siunitx.dtx
{
multi-part-units = single,
product-units = single,
+ range-units = single
},
repeatunits /
power .meta:n =
{
multi-part-units = repeat,
product-units = power,
+ range-units = repeat
},
repeatunits /
true .meta:n =
{
multi-part-units = repeat,
product-units = repeat,
+ range-units = repeat
},
repeatunits .default:n = { true },
retainplus .meta:n = { retain-explicit-plus = #1 },
@@ -17624,7 +17627,7 @@ This work consists of the file siunitx.dtx
% \end{macrocode}
%
% \begin{macrocode}
-\ProvidesExplFile {siunitx-abbreviations.cfg} {2021-04-09} {2.8d}
+\ProvidesExplFile {siunitx-abbreviations.cfg} {2021-04-17} {2.8e}
{siunitx: Abbreviated units}
% \end{macrocode}
%
@@ -17808,7 +17811,7 @@ This work consists of the file siunitx.dtx
% \end{macrocode}
%
% \begin{macrocode}
-\ProvidesExplFile {siunitx-binary.cfg} {2021-04-09} {2.8d}
+\ProvidesExplFile {siunitx-binary.cfg} {2021-04-17} {2.8e}
{siunitx: Binary units}
% \end{macrocode}
%
diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg b/Master/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg
index 900454f2f61..abf0f50d217 100644
--- a/Master/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg
+++ b/Master/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg
@@ -13,7 +13,7 @@
%% See http://www.latex-project.org/lppl.txt
%% ---------------------------------------------------------------
%%
-\ProvidesExplFile {siunitx-abbreviations.cfg} {2021-04-09} {2.8d}
+\ProvidesExplFile {siunitx-abbreviations.cfg} {2021-04-17} {2.8e}
{siunitx: Abbreviated units}
\DeclareSIUnit \A { \ampere }
\DeclareSIUnit \pA { \pico \ampere }
diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx-binary.cfg b/Master/texmf-dist/tex/latex/siunitx/siunitx-binary.cfg
index db958a6a848..40b935e79c2 100644
--- a/Master/texmf-dist/tex/latex/siunitx/siunitx-binary.cfg
+++ b/Master/texmf-dist/tex/latex/siunitx/siunitx-binary.cfg
@@ -13,7 +13,7 @@
%% See http://www.latex-project.org/lppl.txt
%% ---------------------------------------------------------------
%%
-\ProvidesExplFile {siunitx-binary.cfg} {2021-04-09} {2.8d}
+\ProvidesExplFile {siunitx-binary.cfg} {2021-04-17} {2.8e}
{siunitx: Binary units}
\DeclareBinaryPrefix \kibi { Ki } { 10 }
\DeclareBinaryPrefix \mebi { Mi } { 20 }
diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx-version-1.cfg b/Master/texmf-dist/tex/latex/siunitx/siunitx-version-1.cfg
index ef7ff046bcf..4ae7beac851 100644
--- a/Master/texmf-dist/tex/latex/siunitx/siunitx-version-1.cfg
+++ b/Master/texmf-dist/tex/latex/siunitx/siunitx-version-1.cfg
@@ -13,7 +13,7 @@
%% See http://www.latex-project.org/lppl.txt
%% ---------------------------------------------------------------
%%
-\ProvidesExplFile {siunitx-version-1.cfg} {2021-04-09} {2.8d}
+\ProvidesExplFile {siunitx-version-1.cfg} {2021-04-17} {2.8e}
{siunitx: Version 1 settings}
\keys_define:nn { siunitx } {
addsign .choice: ,
@@ -381,18 +381,21 @@
{
multi-part-units = single,
product-units = single,
+ range-units = single
},
repeatunits /
power .meta:n =
{
multi-part-units = repeat,
product-units = power,
+ range-units = repeat
},
repeatunits /
true .meta:n =
{
multi-part-units = repeat,
product-units = repeat,
+ range-units = repeat
},
repeatunits .default:n = { true },
retainplus .meta:n = { retain-explicit-plus = #1 },
diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty
index 535ded8b61b..8c6bd053e13 100644
--- a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty
+++ b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty
@@ -15,7 +15,7 @@
%%
\RequirePackage{expl3}[2020/01/12]
\RequirePackage{xparse}
-\ProvidesExplPackage {siunitx} {2021-04-09} {2.8d}
+\ProvidesExplPackage {siunitx} {2021-04-17} {2.8e}
{A comprehensive (SI) units package}
\@ifpackagelater { expl3 } { 2020/01/12 }
{ }