[latex3-commits] [git/LaTeX3-latex3-latex2e] correctbary: correct unicode value of \=y (222d69c0)

Ulrike Fischer fischer at troubleshooting-tex.de
Wed Apr 22 08:37:48 CEST 2020


Repository : https://github.com/latex3/latex2e
On branch  : correctbary
Link       : https://github.com/latex3/latex2e/commit/222d69c00bb90eeb54df1612cf58b58cdd4b8c1b

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

commit 222d69c00bb90eeb54df1612cf58b58cdd4b8c1b
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Wed Apr 22 08:37:48 2020 +0200

    correct unicode value of \=y


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

222d69c00bb90eeb54df1612cf58b58cdd4b8c1b
 base/changes.txt  | 7 ++++++-
 base/ltoutenc.dtx | 8 +++++---
 2 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/base/changes.txt b/base/changes.txt
index 2060e9ea..e8a8c3b2 100644
--- a/base/changes.txt
+++ b/base/changes.txt
@@ -1,4 +1,9 @@
-2020-04-21  Frank Mittelbach  <Frank.Mittelbach at latex-project.org>
+2020-04-22 Ulrike Fischer<Ulrike.Fischer at latex-project.org>
+
+	* ltoutenc.dtx (tuenc.def):
+	corrected unicode value of \=y from "0232 to "0233
+
+2020-04-21 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
 
 	* ltspace.dtx (subsection{Horizontal space (and breaks)}):
 	Support calc syntax with \hspace (gh/152)
diff --git a/base/ltoutenc.dtx b/base/ltoutenc.dtx
index f3c19000..8831b565 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> [2020/02/11 v2.0o
+%<OT1|T1|OMS|OML|OT4|TU|package> [2020/04/22 v2.0p
 %<OT1|T1|OMS|OML|OT4|TS1|TU>      Standard LaTeX file]
 %<package>                        Standard LaTeX package]
 %
 %<*driver>
 % \fi
 \ProvidesFile{ltoutenc.dtx}
-             [2020/02/11 v2.0o LaTeX Kernel (font encodings)]
+             [2020/04/22 v2.0p LaTeX Kernel (font encodings)]
 % \iffalse
 \documentclass{ltxdoc}
 \GetFileInfo{ltoutenc.dtx}
@@ -188,6 +188,8 @@
 %   like.}
 % \changes{v1.99m}{2015/02/21}
 %         {Removed autoload code}
+% \changes{v2.0p}{2020/04/22}
+%         {corrected \=y unicode value in tuenc.def}
 %
 %
 % \section{Font encodings}
@@ -3370,7 +3372,7 @@
 \DeclareUnicodeComposite{\textcommabelow}{T}{"021A}
 \DeclareUnicodeComposite{\textcommabelow}{t}{"021B}
 \DeclareUnicodeComposite{\=}             {Y}{"0232}
-\DeclareUnicodeComposite{\=}             {y}{"0232}
+\DeclareUnicodeComposite{\=}             {y}{"0233}
 \DeclareUnicodeComposite{\.}             {B}{"1E02}
 \DeclareUnicodeComposite{\.}             {b}{"1E03}
 \DeclareUnicodeComposite{\d}             {B}{"1E04}





More information about the latex3-commits mailing list.