summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/siunitx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-04-15 20:04:28 +0000
committerKarl Berry <karl@freefriends.org>2024-04-15 20:04:28 +0000
commita0fd0a0407e303ff43a339e47fbe7e8de782e60c (patch)
tree467c6b91a3572c0235b33cd159884b78c0ed25ec /Master/texmf-dist/source/latex/siunitx
parent32944e574ed5a30d752c72613eb8499400dd8bb9 (diff)
siunitx (15apr24)
git-svn-id: svn://tug.org/texlive/trunk@70958 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/siunitx')
-rw-r--r--Master/texmf-dist/source/latex/siunitx/siunitx-abbreviation.dtx2
-rw-r--r--Master/texmf-dist/source/latex/siunitx/siunitx-number.dtx15
-rw-r--r--Master/texmf-dist/source/latex/siunitx/siunitx-unit.dtx2
-rw-r--r--Master/texmf-dist/source/latex/siunitx/siunitx.dtx2
4 files changed, 15 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx-abbreviation.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx-abbreviation.dtx
index f1235463899..9d99fed92e7 100644
--- a/Master/texmf-dist/source/latex/siunitx/siunitx-abbreviation.dtx
+++ b/Master/texmf-dist/source/latex/siunitx/siunitx-abbreviation.dtx
@@ -40,7 +40,7 @@
% \GetFileInfo{siunitx.sty}
%
% \title{^^A
-% \pkg{siunitx-abbreviations} -- Abbreviatons^^A
+% \pkg{siunitx-abbreviations} -- Abbreviations^^A
% \thanks{This file describes \fileversion,
% last revised \filedate.}^^A
% }
diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx-number.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx-number.dtx
index cfa4a03e259..2b875143759 100644
--- a/Master/texmf-dist/source/latex/siunitx/siunitx-number.dtx
+++ b/Master/texmf-dist/source/latex/siunitx/siunitx-number.dtx
@@ -1117,9 +1117,11 @@
% }
% \begin{macro}[EXP]
% {\@@_parse_combine_uncert:nnnnnn, \@@_parse_combine_uncert:ennnnn}
+% \begin{macro}[EXP]{\@@_parse_combine_uncert_aux:nn}
% \begin{macro}[EXP]
% {\@@_parse_combine_uncert:nnnnnnn, \@@_parse_combine_uncert:ennnnnn}
-% \begin{macro}[EXP]{\@@_parse_combine_uncert:nnnnn}
+% \begin{macro}[EXP]
+% {\@@_parse_combine_uncert:nnnnn, \@@_parse_combine_uncert:nnenn}
% \begin{macro}[EXP]
% {
% \@@_parse_combine_uncert_aux:nnnn ,
@@ -1196,11 +1198,16 @@
{#3} {#4} {#5} {#6} { #7 #1 }
}
{
- \@@_parse_combine_uncert:nnnnn
- { #3 #1 } {#4} {#5} {#6} {#7}
+ \@@_parse_combine_uncert:nnenn { #3 #1 } {#4}
+ {
+ \tl_map_tokens:nn {#5}
+ { \@@_parse_combine_uncert_aux:nn {#1} }
+ }
+ {#6} {#7}
}
}
\cs_generate_variant:Nn \@@_parse_combine_uncert:nnnnnnn { e }
+\cs_new:Npn \@@_parse_combine_uncert_aux:nn #1#2 { {#2#1} }
% \end{macrocode}
% We now ensure that the decimal part is never entirely blank \emph{if} there
% are decimal-part uncertainty digits. There is also a need to handle the
@@ -1224,6 +1231,7 @@
{#2}
{#3}
}
+\cs_generate_variant:Nn \@@_parse_combine_uncert:nnnnn { nne }
\cs_new:Npn \@@_parse_combine_uncert_aux:nnnn #1#2#3#4
{
\@@_parse_combine_uncert_loop:neennnn
@@ -1282,6 +1290,7 @@
% \end{macro}
% \end{macro}
% \end{macro}
+% \end{macro}
%
% \begin{macro}{\@@_parse_comparator:}
% \begin{macro}{\@@_parse_comparator_aux:Nw}
diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx-unit.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx-unit.dtx
index 2c9c1efb138..a7fd28e8bc0 100644
--- a/Master/texmf-dist/source/latex/siunitx/siunitx-unit.dtx
+++ b/Master/texmf-dist/source/latex/siunitx/siunitx-unit.dtx
@@ -272,7 +272,7 @@
% \end{variable}
%
% \begin{variable}{\l_siunitx_unit_fraction_tl}
-% The fraction function which is applied whne constructing fractional units:
+% The fraction function which is applied when constructing fractional units:
% set by |fraction-command|.
% \end{variable}
%
diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
index 0d79cd5fde1..34a38b864a7 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-04-12} {3.3.13}
+\ProvidesExplPackage {siunitx} {2024-04-15} {3.3.14}
{A comprehensive (SI) units package}
% \end{macrocode}
%