[latex3-commits] [git/LaTeX3-latex3-latex2e] gh239: Add standard list of composites for copying (19d04ad8)
PhelypeOleinik
tex.phelype at gmail.com
Fri Jun 12 01:22:36 CEST 2020
Repository : https://github.com/latex3/latex2e
On branch : gh239
Link : https://github.com/latex3/latex2e/commit/19d04ad8632dc7fe0df088d25648afadd9256584
>---------------------------------------------------------------
commit 19d04ad8632dc7fe0df088d25648afadd9256584
Author: PhelypeOleinik <tex.phelype at gmail.com>
Date: Thu Jun 11 20:22:36 2020 -0300
Add standard list of composites for copying
>---------------------------------------------------------------
19d04ad8632dc7fe0df088d25648afadd9256584
base/ltoutenc.dtx | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/base/ltoutenc.dtx b/base/ltoutenc.dtx
index 75e06808..dc90f23c 100644
--- a/base/ltoutenc.dtx
+++ b/base/ltoutenc.dtx
@@ -1498,6 +1498,30 @@
\def\@copy at composite@stop\fi#1\@copy at one@composite#2\@nil{\fi}
% \end{macrocode}
%
+% \begin{macro}{\@list at TUenc@composites}
+% \begin{macro}{\@list at OT4enc@composites}
+% \begin{macro}{\@list at OT1enc@composites}
+% \begin{macro}{\@list at T1enc@composites}
+% Now just define the list of available composites for each encoding
+% defined later on in this file:
+% \begin{macrocode}
+\@namedef{@list at TUenc@composites}{%
+ {\@empty}%
+ {a}{\ae}{b}{c}{d}{e}{g}{h}{\i}{i}{j}%
+ {A}{\AE}{B}{C}{D}{E}{G}{H}{\j}{I}{J}%
+ {k}{l}{m}{n}{o}{r}{s}{t}{u}{v}{w}{y}{z}%
+ {K}{L}{M}{N}{O}{R}{S}{T}{U}{V}{W}{Y}{Z}}
+\@namedef{@list at OT4enc@composites}{%
+ {a}{c}{e}{n}{o}{s}{z}%
+ {A}{C}{E}{N}{O}{S}{Z}}
+\@namedef{@list at OT1enc@composites}{%
+ {A}{g}{\i}{i}}
+\@namedef{@list at T1enc@composites}{%
+ {a}{c}{d}{e}{g}{\i}{i}{k}{l}{n}{o}{r}{s}{t}{u}{y}{z}
+ {A}{C}{D}{E}{G} {I}{K}{L}{N}{O}{R}{S}{T}{U}{Y}{Z}%
+ }
+% \end{macrocode}
+%
% Here's the \cs{@copy at declaretextcommand@enc} auxiliary:
% \begin{macrocode}
\begingroup\edef\x{\endgroup
@@ -1536,6 +1560,10 @@
% \end{macro}
% \end{macro}
% \end{macro}
+% \end{macro}
+% \end{macro}
+% \end{macro}
+% \end{macro}
%
% \subsubsection{Hyphenation}
%
More information about the latex3-commits
mailing list.