texlive[56132] Build/source/texk/web2c/xetexdir: [XeTeX] Fix math
commits+ascherer at tug.org
commits+ascherer at tug.org
Wed Aug 19 13:17:20 CEST 2020
Revision: 56132
http://tug.org/svn/texlive?view=revision&revision=56132
Author: ascherer
Date: 2020-08-19 13:17:19 +0200 (Wed, 19 Aug 2020)
Log Message:
-----------
[XeTeX] Fix math operator in Pascal comment.
Modified Paths:
--------------
trunk/Build/source/texk/web2c/xetexdir/ChangeLog
trunk/Build/source/texk/web2c/xetexdir/xetex.web
Modified: trunk/Build/source/texk/web2c/xetexdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/xetexdir/ChangeLog 2020-08-18 23:53:42 UTC (rev 56131)
+++ trunk/Build/source/texk/web2c/xetexdir/ChangeLog 2020-08-19 11:17:19 UTC (rev 56132)
@@ -1,3 +1,7 @@
+2020-08-19 Andreas Scherer <https://ascherer.github.io>
+
+ * xetex.web: Fix math operator in Pascal comment.
+
2020-07-20 Andreas Scherer <https://ascherer.github.io>
* char-warning-xetex.ch: WEBify variable in comment.
Modified: trunk/Build/source/texk/web2c/xetexdir/xetex.web
===================================================================
--- trunk/Build/source/texk/web2c/xetexdir/xetex.web 2020-08-18 23:53:42 UTC (rev 56131)
+++ trunk/Build/source/texk/web2c/xetexdir/xetex.web 2020-08-19 11:17:19 UTC (rev 56132)
@@ -8641,7 +8641,7 @@
|goto found|@>
else @<If an expanded code is present, reduce it and |goto start_cs|@>;
{At this point, we have a single-character cs name in the buffer.
- But if the character code is > |@"FFFF|, we treat it like a multiletter name
+ But if the character code is ${}>|@"FFFF|$, we treat it like a multiletter name
for string purposes, because we use UTF-16 in the string pool.}
if buffer[loc]>@"FFFF then begin
cur_cs:=id_lookup(loc,1); incr(loc); goto found;
More information about the tex-live-commits
mailing list.