[latex3-commits] [git/LaTeX3-latex3-latex2e] mathcolor: rename a command (5d07126a)
Frank Mittelbach
frank.mittelbach at latex-project.org
Fri Jan 7 17:16:11 CET 2022
Repository : https://github.com/latex3/latex2e
On branch : mathcolor
Link : https://github.com/latex3/latex2e/commit/5d07126a9d018df4676eb02cdcf3d12a636bf6f3
>---------------------------------------------------------------
commit 5d07126a9d018df4676eb02cdcf3d12a636bf6f3
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Fri Jan 7 17:16:11 2022 +0100
rename a command
>---------------------------------------------------------------
5d07126a9d018df4676eb02cdcf3d12a636bf6f3
required/graphics/mathcolor.dtx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/required/graphics/mathcolor.dtx b/required/graphics/mathcolor.dtx
index 606460e4..1029c78b 100644
--- a/required/graphics/mathcolor.dtx
+++ b/required/graphics/mathcolor.dtx
@@ -221,7 +221,7 @@
% do. We do this with expansion so that hidden sub or superscripts
% in macros are still found as long as the macros are expandable.
% \begin{macrocode}
- \peek_catcode_ignore_spaces_expand:NTF \c_math_subscript_token
+ \peek_catcode_ignore_filler_expand:NTF \c_math_subscript_token
% \end{macrocode}
% If we found that character we call a function that handles sub or
% superscripts.
@@ -333,7 +333,7 @@
% which means we are missing a closing \verb=}= at the end and need
% to account for that: this is done in \cs{_@@_handle_unbraced_script:N}.
% \begin{macrocode}
- \peek_catcode_ignore_spaces_expand:NTF \c_group_begin_token
+ \peek_catcode_ignore_filler_expand:NTF \c_group_begin_token
{
\peek_catcode_remove:NT \c_group_begin_token { }
}
@@ -374,7 +374,7 @@
% \end{macrocode}
%
% \begin{macrocode}
-\cs_new_protected:Npn \peek_catcode_ignore_spaces_expand:NTF #1#2#3
+\cs_new_protected:Npn \peek_catcode_ignore_filler_expand:NTF #1#2#3
{
\tl_set:Nn \l__peek_tmp_tl
{ \token_if_eq_catcode:NNTF \l_peek_token #1 {#2} {#3} }
More information about the latex3-commits
mailing list.