Skip to content

Commit

Permalink
Update l3kernel to 2022-07-14
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Jul 14, 2022
1 parent 94f4278 commit f6df491
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
20 changes: 14 additions & 6 deletions texmf/tex/latex/l3kernel/expl3-code.tex
Expand Up @@ -70,7 +70,7 @@
%% and all files in that bundle must be distributed together.
%%
%% File: expl3.dtx
\def\ExplFileDate{2022-07-04}%
\def\ExplFileDate{2022-07-14}%
\begingroup
\def\next{\endgroup}%
\expandafter\ifx\csname PackageError\endcsname\relax
Expand Down Expand Up @@ -32117,13 +32117,21 @@
}
\cs_new:Npn \__text_expand_exclude:N #1
{
\exp_args:Ne \__text_expand_exclude:nN
\cs_if_eq:NNTF #1 \text_case_switch:nnnn
{ \__text_expand_exclude_switch:Nnnnn #1 }
{
\exp_not:V \l_text_math_arg_tl
\exp_not:V \l_text_expand_exclude_tl
\exp_not:N \text_case_switch:nnnn
\exp_args:Ne \__text_expand_exclude:nN
{
\exp_not:V \l_text_math_arg_tl
\exp_not:V \l_text_expand_exclude_tl
}
#1
}
#1
}
\cs_new:Npn \__text_expand_exclude_switch:Nnnnn #1#2#3#4#5
{
\__text_expand_store:n { #1 {#2} {#3} {#4} {#5} }
\__text_expand_loop:w
}
\cs_new:Npn \__text_expand_exclude:nN #1#2
{
Expand Down
2 changes: 1 addition & 1 deletion texmf/tex/latex/l3kernel/expl3-generic.tex
Expand Up @@ -19,7 +19,7 @@
%% and all files in that bundle must be distributed together.
%%
%% File: expl3.dtx
\def\ExplFileDate{2022-07-04}%
\def\ExplFileDate{2022-07-14}%
\let\ExplLoaderFileDate\ExplFileDate
\begingroup
\catcode`\_=11
Expand Down
2 changes: 1 addition & 1 deletion texmf/tex/latex/l3kernel/expl3.ltx
Expand Up @@ -19,7 +19,7 @@
%% and all files in that bundle must be distributed together.
%%
%% File: expl3.dtx
\def\ExplFileDate{2022-07-04}%
\def\ExplFileDate{2022-07-14}%
\let\ExplLoaderFileDate\ExplFileDate
\begingroup
\catcode`\_=11
Expand Down
2 changes: 1 addition & 1 deletion texmf/tex/latex/l3kernel/expl3.sty
Expand Up @@ -19,7 +19,7 @@
%% and all files in that bundle must be distributed together.
%%
%% File: expl3.dtx
\def\ExplFileDate{2022-07-04}%
\def\ExplFileDate{2022-07-14}%
\let\ExplLoaderFileDate\ExplFileDate
\ProvidesPackage{expl3}
[%
Expand Down

0 comments on commit f6df491

Please sign in to comment.