summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/siunitx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-01-12 21:19:05 +0000
committerKarl Berry <karl@freefriends.org>2022-01-12 21:19:05 +0000
commitb26d1f7306f1afd49a759cd871668673a54b056a (patch)
treeea24fd02dc817f030649e7d185beee1ba2ab4d37 /Master/texmf-dist/source/latex/siunitx
parentaf7d5a5d640c2683428a0d0024f32fb6ac8f71f2 (diff)
siunitx (12jan22)
git-svn-id: svn://tug.org/texlive/trunk@61585 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/siunitx')
-rw-r--r--Master/texmf-dist/source/latex/siunitx/siunitx-complex.dtx2
-rw-r--r--Master/texmf-dist/source/latex/siunitx/siunitx-number.dtx2
-rw-r--r--Master/texmf-dist/source/latex/siunitx/siunitx-table.dtx29
-rw-r--r--Master/texmf-dist/source/latex/siunitx/siunitx.dtx2
4 files changed, 22 insertions, 13 deletions
diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx-complex.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx-complex.dtx
index 8aa6e8ebc14..d81e27f4ac8 100644
--- a/Master/texmf-dist/source/latex/siunitx/siunitx-complex.dtx
+++ b/Master/texmf-dist/source/latex/siunitx/siunitx-complex.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-% File: siunitx-complex.dtx Copyright (C) 2021 Joseph Wright
+% File: siunitx-complex.dtx Copyright (C) 2021,2022 Joseph Wright
%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx-number.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx-number.dtx
index 6b457a2ff89..97600d5d4be 100644
--- a/Master/texmf-dist/source/latex/siunitx/siunitx-number.dtx
+++ b/Master/texmf-dist/source/latex/siunitx/siunitx-number.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-% File: siunitx-number.dtx Copyright (C) 2014-2019,2021 Joseph Wright
+% File: siunitx-number.dtx Copyright (C) 2014-2019,2021,2022 Joseph Wright
%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx-table.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx-table.dtx
index 386e4970523..45b6689f667 100644
--- a/Master/texmf-dist/source/latex/siunitx/siunitx-table.dtx
+++ b/Master/texmf-dist/source/latex/siunitx/siunitx-table.dtx
@@ -332,9 +332,12 @@
% \begin{macrocode}
\cs_new_protected:Npn \@@_collect_loop:
{
- \peek_catcode_ignore_spaces:NTF \c_group_begin_token
- { \@@_collect_group:n }
- { \@@_collect_token:N }
+ \peek_remove_spaces:n
+ {
+ \peek_catcode:NTF \c_group_begin_token
+ { \@@_collect_group:n }
+ { \@@_collect_token:N }
+ }
}
\cs_new_protected:Npn \@@_collect_group:n #1
{
@@ -493,9 +496,12 @@
}
\cs_new_protected:Npn \@@_split_loop:NNN #1#2#3
{
- \peek_catcode_ignore_spaces:NTF \c_group_begin_token
- { \@@_split_group:NNNn #1#2#3 }
- { \@@_split_token:NNNN #1#2#3 }
+ \peek_remove_spaces:n
+ {
+ \peek_catcode:NTF \c_group_begin_token
+ { \@@_split_group:NNNn #1#2#3 }
+ { \@@_split_token:NNNN #1#2#3 }
+ }
}
\cs_new_protected:Npn \@@_split_group:NNNn #1#2#3#4
{
@@ -956,11 +962,14 @@
\cs_new_protected:Npn \@@_direct_begin:w #1 \ignorespaces
{
#1
- \peek_catcode_ignore_spaces:NTF \c_group_begin_token
- { \@@_print_text:n }
+ \peek_remove_spaces:n
{
- \m@th
- \use:c { @@_direct_ \l_@@_align_mode_tl : }
+ \peek_catcode:NTF \c_group_begin_token
+ { \@@_print_text:n }
+ {
+ \m@th
+ \use:c { @@_direct_ \l_@@_align_mode_tl : }
+ }
}
}
\cs_new_protected:Npn \@@_direct_end:
diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
index 7ef3f726df4..2381945c380 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} {2022-01-05} {3.0.39}
+\ProvidesExplPackage {siunitx} {2022-01-12} {3.0.40}
{A comprehensive (SI) units package}
% \end{macrocode}
%