summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
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 /Master/texmf-dist/tex
parent15fd1f6957a2e1a325621ad3f307697c8c32b5ca (diff)
siunitx (18apr21)
git-svn-id: svn://tug.org/texlive/trunk@58909 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-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
4 files changed, 7 insertions, 4 deletions
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 }
{ }