diff options
Diffstat (limited to 'Master/texmf-dist/tex')
4 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/l3kernel/expl3-code.tex b/Master/texmf-dist/tex/latex/l3kernel/expl3-code.tex index ad794af1d83..a6117989a4e 100644 --- a/Master/texmf-dist/tex/latex/l3kernel/expl3-code.tex +++ b/Master/texmf-dist/tex/latex/l3kernel/expl3-code.tex @@ -70,7 +70,7 @@ %% and all files in that bundle must be distributed together. %% %% File: expl3.dtx -\def\ExplFileDate{2022-07-14}% +\def\ExplFileDate{2022-07-15}% \begingroup \def\next{\endgroup}% \expandafter\ifx\csname PackageError\endcsname\relax @@ -32587,12 +32587,12 @@ Type H <return> for immediate help}\def~{\errmessage{% } \cs_new:Npn \__text_change_case_switch_lower:nnNnnnn #1#2#3#4#5#6#7 { - \__text_change_case_store:n {#5} + \__text_change_case_store:n {#6} \__text_change_case_loop:nnw {#1} {#2} } \cs_new:Npn \__text_change_case_switch_upper:nnNnnnn #1#2#3#4#5#6#7 { - \__text_change_case_store:n {#6} + \__text_change_case_store:n {#5} \__text_change_case_loop:nnw {#1} {#2} } \cs_new:Npn \__text_change_case_switch_title:nnNnnnn #1#2#3#4#5#6#7 diff --git a/Master/texmf-dist/tex/latex/l3kernel/expl3-generic.tex b/Master/texmf-dist/tex/latex/l3kernel/expl3-generic.tex index 687d7c58a9f..b1818647345 100644 --- a/Master/texmf-dist/tex/latex/l3kernel/expl3-generic.tex +++ b/Master/texmf-dist/tex/latex/l3kernel/expl3-generic.tex @@ -19,7 +19,7 @@ %% and all files in that bundle must be distributed together. %% %% File: expl3.dtx -\def\ExplFileDate{2022-07-14}% +\def\ExplFileDate{2022-07-15}% \let\ExplLoaderFileDate\ExplFileDate \begingroup \catcode`\_=11 diff --git a/Master/texmf-dist/tex/latex/l3kernel/expl3.ltx b/Master/texmf-dist/tex/latex/l3kernel/expl3.ltx index b313818a3d8..a443e4cef68 100644 --- a/Master/texmf-dist/tex/latex/l3kernel/expl3.ltx +++ b/Master/texmf-dist/tex/latex/l3kernel/expl3.ltx @@ -19,7 +19,7 @@ %% and all files in that bundle must be distributed together. %% %% File: expl3.dtx -\def\ExplFileDate{2022-07-14}% +\def\ExplFileDate{2022-07-15}% \let\ExplLoaderFileDate\ExplFileDate \begingroup \catcode`\_=11 diff --git a/Master/texmf-dist/tex/latex/l3kernel/expl3.sty b/Master/texmf-dist/tex/latex/l3kernel/expl3.sty index c238bd82411..d75eba2b168 100644 --- a/Master/texmf-dist/tex/latex/l3kernel/expl3.sty +++ b/Master/texmf-dist/tex/latex/l3kernel/expl3.sty @@ -19,7 +19,7 @@ %% and all files in that bundle must be distributed together. %% %% File: expl3.dtx -\def\ExplFileDate{2022-07-14}% +\def\ExplFileDate{2022-07-15}% \let\ExplLoaderFileDate\ExplFileDate \ProvidesPackage{expl3} [% |