summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3text.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3text.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3text.dtx17
1 files changed, 12 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3text.dtx b/Master/texmf-dist/source/latex/l3kernel/l3text.dtx
index 31ceafa6f19..cea1966accc 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3text.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3text.dtx
@@ -43,7 +43,7 @@
% }^^A
% }
%
-% \date{Released 2022-04-29}
+% \date{Released 2022-05-04}
%
% \maketitle
%
@@ -150,11 +150,18 @@
% argument, and follow Unicode Consortium guidelines. Currently, the
% languages recognised for special handling are as follows.
% \begin{itemize}
+% \item Armenian (\texttt{hy} and \texttt{hy-x-yiwn})
+% The setting \texttt{hy} maps the codepoint U+0587, the ligature of
+% letters ech and yiwn, to the codepoints for capital ech and vew
+% when uppercasing: this follows the spelling reform which is used
+% in Armenia. The alternative \texttt{hy-x-yiwn} maps U+0587 to
+% capital ech and yiwn on uppercasing (also the output if Armenian
+% is not selected at all).
% \item Azeri and Turkish (\texttt{az} and \texttt{tr}).
% The case pairs I/i-dotless and I-dot/i are activated for these
% languages. The combining dot mark is removed when lowercasing
% I-dot and introduced when upper casing i-dotless.
-% \item German (\texttt{de-xeszett}).
+% \item German (\texttt{de-x-eszett}).
% An alternative mapping for German in which the lowercase
% \emph{Eszett} maps to a \emph{gro\ss{}es Eszett}. Since there is
% a |T1| slot for the \emph{gro\ss{}es Eszett} in |T1|, this
@@ -163,7 +170,7 @@
% \item Greek (\texttt{el}).
% Removes accents from Greek letters when uppercasing; titlecasing
% leaves accents in place. (At present this is implemented only
-% for Unicode engines.) A variant \texttt{el-xiota} is available
+% for Unicode engines.) A variant \texttt{el-x-iota} is available
% which retains the \textit{ypogegrammeni} (subscript muted iota)
% when uppercasing: the standard version converts these to a following
% capital iota.
@@ -880,7 +887,7 @@
\@@_expand_store:n { {#2} }
\@@_expand_math_loop:Nw #1
}
-\exp_after:wN \cs_new:Npn \exp_after:wN \@@_expand_math_space:Nw
+\exp_after:wN \cs_new:Npn \exp_after:wN \@@_expand_math_space:Nw
\exp_after:wN # \exp_after:wN 1 \c_space_tl
{
\@@_expand_store:n { ~ }
@@ -896,7 +903,7 @@
{ \@@_expand_exclude:N #1 }
{
\@@_expand_store:n {#1}
- \@@_expand_loop:w
+ \@@_expand_loop:w
}
}
% \end{macrocode}