[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: More \ae Unicode composites (1766cb27)

Marcel Fabian Krüger tex at 2krueger.de
Thu Apr 29 14:51:48 CEST 2021


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/1766cb2767422bdc8c3952fadafecc8702a08ec2

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

commit 1766cb2767422bdc8c3952fadafecc8702a08ec2
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Thu Apr 29 14:06:25 2021 +0200

    More \ae Unicode composites


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

1766cb2767422bdc8c3952fadafecc8702a08ec2
 base/changes.txt  |  7 +++++++
 base/ltoutenc.dtx | 15 +++++++++++++--
 2 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/base/changes.txt b/base/changes.txt
index 7b15e0b9..f74fbd0f 100644
--- a/base/changes.txt
+++ b/base/changes.txt
@@ -6,6 +6,13 @@ completeness or accuracy and it contains some references to files that
 are not part of the distribution.
 ================================================================================
 
+2021-04-29  Marcel Krüger  <Marcel.Krueger at latex-project.org>
+
+	* ltoutenc.dtx (subsection{Definitions for the TU encoding}):
+	Declare Unicode composites for \'\ae, \'\AE and add æ/Æ equivalents for
+	\ae/\AE composites
+
+
 2021-04-26  Frank Mittelbach  <Frank.Mittelbach at latex-project.org>
 
 	* ltfsstrc.dtx (subsection{General font loading}):
diff --git a/base/ltoutenc.dtx b/base/ltoutenc.dtx
index 73146428..eb2ecd1e 100644
--- a/base/ltoutenc.dtx
+++ b/base/ltoutenc.dtx
@@ -37,14 +37,14 @@
 %<TS1>\ProvidesFile{ts1enc.def}[2001/06/05 v3.0e (jk/car/fm)
 %<TU>\ProvidesFile{tuenc.def}
 %<package>\ProvidesPackage{fontenc}
-%<OT1|T1|OMS|OML|OT4|TU|package> [2021/02/19 v2.0u
+%<OT1|T1|OMS|OML|OT4|TU|package> [2021/04/29 v2.0v
 %<OT1|T1|OMS|OML|OT4|TS1|TU>      Standard LaTeX file]
 %<package>                        Standard LaTeX package]
 %
 %<*driver>
 % \fi
 \ProvidesFile{ltoutenc.dtx}
-             [2021/02/19 v2.0u LaTeX Kernel (font encodings)]
+             [2021/04/29 v2.0v LaTeX Kernel (font encodings)]
 % \iffalse
 \documentclass{ltxdoc}
 \GetFileInfo{ltoutenc.dtx}
@@ -3468,8 +3468,19 @@
 \DeclareUnicodeComposite{\v}             {o}{"01D2}
 \DeclareUnicodeComposite{\v}             {U}{"01D3}
 \DeclareUnicodeComposite{\v}             {u}{"01D4}
+%    \end{macrocode}
+%
+% \changes{v2.0v}{2021/04/29}{Add composites for
+%      \texttt{\protect\string\ae/\protect\string\AE/\ae/\AE} (gh/552)}
+%    \begin{macrocode}
+\DeclareUnicodeComposite{\'}             \AE{"01FC}
+\DeclareUnicodeComposite{\'}             {Æ}{"01FC}
+\DeclareUnicodeComposite{\'}             \ae{"01FD}
+\DeclareUnicodeComposite{\'}             {æ}{"01FD}
 \DeclareUnicodeComposite{\=}             \AE{"01E2}
+\DeclareUnicodeComposite{\=}             {Æ}{"01E2}
 \DeclareUnicodeComposite{\=}             \ae{"01E3}
+\DeclareUnicodeComposite{\=}             {æ}{"01E3}
 \DeclareUnicodeComposite{\v}             {G}{"01E6}
 \DeclareUnicodeComposite{\v}             {g}{"01E7}
 \DeclareUnicodeComposite{\v}             {K}{"01E8}





More information about the latex3-commits mailing list.