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 + * ltoutenc.dtx + Add support for \={i} to OT1 and T1 + 2024-11-05 Ulrike Fischer * 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 @@ %\ProvidesFile{ts1enc.def}[2001/06/05 v3.0e (jk/car/fm) %\ProvidesFile{tuenc.def} %\ProvidesPackage{fontenc} -% [2021/04/29 v2.0v +% [2024/11/06 v2.1b % Standard LaTeX file] % 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} % % \end{macrocode}