[latex3-commits] [git/LaTeX3-latex3-latex2e] gh239: Expand \@fontenc at load@list correctly (a0383ab6)
PhelypeOleinik
tex.phelype at gmail.com
Thu Jun 4 05:10:18 CEST 2020
Repository : https://github.com/latex3/latex2e
On branch : gh239
Link : https://github.com/latex3/latex2e/commit/a0383ab6cfeadaf625c13b9c3332092d099fa1c4
>---------------------------------------------------------------
commit a0383ab6cfeadaf625c13b9c3332092d099fa1c4
Author: PhelypeOleinik <tex.phelype at gmail.com>
Date: Thu Jun 4 00:10:18 2020 -0300
Expand \@fontenc at load@list correctly
>---------------------------------------------------------------
a0383ab6cfeadaf625c13b9c3332092d099fa1c4
base/ltoutenc.dtx | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/base/ltoutenc.dtx b/base/ltoutenc.dtx
index 0d1c8a57..53fb9bdd 100644
--- a/base/ltoutenc.dtx
+++ b/base/ltoutenc.dtx
@@ -1328,8 +1328,9 @@
\def\@copy at DeclareTextCommand#1#2{%
\begingroup
\escapechar=`\\
- \edef\@loaded at encoding@list{\@loaded at encoding@list,%
- \expandafter\@secondoftwo\@fontenc at load@list}%
+ \def\@elt##1{,##1}%
+ \edef\@loaded at encoding@list{%
+ \@loaded at encoding@list,\@fontenc at load@list}%
\edef\x{\endgroup
% \end{macrocode}
%
More information about the latex3-commits
mailing list.