[latex3-commits] [git/LaTeX3-latex3-latex2e] gh1033: Merge branch 'develop' into gh1033 (b8fdd088)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Apr 20 11:10:51 CEST 2023


Repository : https://github.com/latex3/latex2e
On branch  : gh1033
Link       : https://github.com/latex3/latex2e/commit/b8fdd0888a9064383cfd0610d2c7f3160e10b0b3

>---------------------------------------------------------------

commit b8fdd0888a9064383cfd0610d2c7f3160e10b0b3
Merge: e11f249c a348f1ba
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Apr 20 10:09:42 2023 +0100

    Merge branch 'develop' into gh1033


>---------------------------------------------------------------

b8fdd0888a9064383cfd0610d2c7f3160e10b0b3
 base/ltfinal.dtx                           | 17 ++++++++++-------
 base/testfiles/github-0944.tlg             |  2 +-
 texmf/tex/latex/l3kernel/expl3-code.tex    |  4 ++--
 texmf/tex/latex/l3kernel/expl3-generic.tex |  2 +-
 texmf/tex/latex/l3kernel/expl3.ltx         |  2 +-
 texmf/tex/latex/l3kernel/expl3.sty         |  2 +-
 6 files changed, 16 insertions(+), 13 deletions(-)

diff --cc base/ltfinal.dtx
index 054066f0,f5d0474f..1e39e293
--- a/base/ltfinal.dtx
+++ b/base/ltfinal.dtx
@@@ -33,7 -33,7 +33,7 @@@
  %<*driver>
  % \fi
  \ProvidesFile{ltfinal.dtx}
-              [2023/04/19 v2.3b LaTeX Kernel (Final Settings)]
 -             [2023/04/17 v2.3a LaTeX Kernel (Final Settings)]
++             [2023/04/20 v2.3b LaTeX Kernel (Final Settings)]
  % \iffalse
  \documentclass{ltxdoc}
  \GetFileInfo{ltfinal.dtx}
@@@ -1214,24 -1209,6 +1214,27 @@@
  \cs_new_eq:NN \CaseSwitch \text_case_switch:nnnn
  \cs_new_eq:NN \DeclareCaseChangeEquivalent
    \text_declare_case_equivalent:Nn
 +\NewDocumentCommand \DeclareLowercaseMapping { o m m }
 +  {
 +    \IFNoValueTF {#1}
-       { \text_declare_lowercase_mapping:nn {#2} {#3} }
-       { \text_declare_lowercase_mapping:nnn {#2} {#1} {#3} }
++      { \text_declare_lowercase_mapping:nn }
++      { \text_declare_lowercase_mapping:nnn {#1} }
++        {#2} {#3}
 +  }
 +\NewDocumentCommand \DeclareTitlecaseMapping { o m m }
 +  {
 +    \IFNoValueTF {#1}
-       { \text_declare_titlecase_mapping:nn {#2} {#3} }
-       { \text_declare_titlecase_mapping:nnn {#2} {#1} {#3} }
++      { \text_declare_titlecase_mapping:nn }
++      { \text_declare_titlecase_mapping:nnn {#1} }
++        {#2} {#3}
 +  }
 +\NewDocumentCommand \DeclareUppercaseMapping { o m m }
 +  {
 +    \IFNoValueTF {#1}
-       { \text_declare_uppercase_mapping:nn {#2} {#3} }
-       { \text_declare_uppercase_mapping:nnn {#2} {#1} {#3} }
++      { \text_declare_uppercase_mapping:nn }
++      { \text_declare_uppercase_mapping:nnn {#1} }
++        {#2} {#3}
 +  }
  \ExplSyntaxOff
  %    \end{macrocode}
  %





More information about the latex3-commits mailing list.