[latex3-commits] [latex3/latex2e] develop: Add support for "\={i}" to OT1 and T1 (#1535) (36c9d1460)
github at latex-project.org
github at latex-project.org
Wed Nov 6 07:55:53 CET 2024
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/36c9d146038e072e67a62d39927ca1bfaaf06edb
>---------------------------------------------------------------
commit 36c9d146038e072e67a62d39927ca1bfaaf06edb
Author: Joseph Wright <joseph at texdev.net>
Date: Wed Nov 6 06:55:53 2024 +0000
Add support for "\={i}" to OT1 and T1 (#1535)
>---------------------------------------------------------------
36c9d146038e072e67a62d39927ca1bfaaf06edb
base/changes.txt | 4 ++++
base/ltoutenc.dtx | 12 ++++++++++--
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/base/changes.txt b/base/changes.txt
index 048ecfcaa..e0258170d 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-11-06 Joseph Wright <Joseph.Wright at latex-project.org>
+ * ltoutenc.dtx
+ Add support for \={i} to OT1 and T1
+
2024-11-05 Ulrike Fischer <Ulrike.Fischer at latex-project.org>
* ltproperties.dtx: add missing variants (gh/1532).
diff --git a/base/ltoutenc.dtx b/base/ltoutenc.dtx
index c18ff0144..639f214fa 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/04/29 v2.0v
+%<OT1|T1|OMS|OML|OT4|TU|package> [2024/11/06 v2.1b
%<OT1|T1|OMS|OML|OT4|TS1|TU> Standard LaTeX file]
%<package> Standard LaTeX package]
%
%<*driver>
% \fi
\ProvidesFile{ltoutenc.dtx}
- [2024/02/08 v2.1a LaTeX Kernel (font encodings)]
+ [2024/11/06 v2.1b LaTeX Kernel (font encodings)]
% \iffalse
\documentclass{ltxdoc}
\GetFileInfo{ltoutenc.dtx}
@@ -1827,6 +1827,7 @@
% T1, pr/3295}
% \changes{v1.94}{2001/06/05}{Text composite Commands need kludges for
% `,' -- see tlb1903.lvt}
+% \changes{v2.1b}{2024/11/06}{Support for macron-i for OT1}
% \begin{macrocode}
\DeclareTextComposite{\.}{OT1}{i}{`\i}
\DeclareTextComposite{\.}{OT1}{\i}{`\i}
@@ -1834,6 +1835,7 @@
\DeclareTextCompositeCommand{\'}{OT1}{i}{\@tabacckludge'\i}
\DeclareTextCompositeCommand{\^}{OT1}{i}{\^\i}
\DeclareTextCompositeCommand{\"}{OT1}{i}{\"\i}
+\DeclareTextCompositeCommand{\=}{OT1}{i}{\=\i}
% \end{macrocode}
%
% T1 encoding is given more extensive set of overloads for \verb|\c|
@@ -2277,6 +2279,12 @@
\fi
% \end{macrocode}
%
+% \changes{v2.1b}{2024/11/06}{Support for macron-i for T1}
+% One oddity.
+% \begin{macrocode}
+\DeclareTextCompositeCommand{\=}{T1}{\i}{\=\i}
+% \end{macrocode}
+%
% \begin{macrocode}
%</T1>
% \end{macrocode}
More information about the latex3-commits
mailing list.