From cd92ac271158493f65c1d6aa0ba06f76b12009e7 Mon Sep 17 00:00:00 2001 From: Joseph Wright Date: Sat, 21 Dec 2024 08:34:29 +0000 Subject: [PATCH] Correct \=\i setup in T1 (see #1587) --- base/changes.txt | 6 +++++- base/ltoutenc.dtx | 7 ++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/base/changes.txt b/base/changes.txt index 5f67c29eb..387c6ab02 100644 --- a/base/changes.txt +++ b/base/changes.txt @@ -6,6 +6,10 @@ to completeness or accuracy and it contains some references to files that are not part of the distribution. ================================================================================ +2024-12-21 Joseph Wright + * ltoutenc.dtx + Correct \=\i setup in T1 (gh/1587) + 2024-12-13 Maurice Hansen & Frank Mittelbach * ltfssaxes.dtx @@ -108,7 +112,7 @@ not part of the distribution. 2024-11-06 Joseph Wright * ltoutenc.dtx - Add support for \={i} to OT1 and T1 + Add support for \={i} to OT1 and T1 (gh/1453) 2024-11-05 Ulrike Fischer * ltproperties.dtx: add missing variants (gh/1532). diff --git a/base/ltoutenc.dtx b/base/ltoutenc.dtx index 0650b770d..0991e5888 100644 --- a/base/ltoutenc.dtx +++ b/base/ltoutenc.dtx @@ -37,7 +37,7 @@ %\ProvidesFile{ts1enc.def}[2001/06/05 v3.0e (jk/car/fm) %\ProvidesFile{tuenc.def} %\ProvidesPackage{fontenc} -% [2024/11/06 v2.1b +% [2024/12/21 v2.1c % Standard LaTeX file] % Standard LaTeX package] % @@ -2327,10 +2327,11 @@ \fi % \end{macrocode} % -% \changes{v2.1b}{2024/11/06}{Support for macron-i for T1} +% \changes{v2.1b}{2024/11/06}{Support for macron-i for T1 (gh/1453)} +% \changes{v2.1c}{2024/12/21}{Correct base letter (gh/1587)} % One oddity. % \begin{macrocode} -\DeclareTextCompositeCommand{\=}{T1}{\i}{\=\i} +\DeclareTextCompositeCommand{\=}{T1}{i}{\=\i} % \end{macrocode} % % \begin{macrocode}