texlive[61978] Build/source/texk/web2c: [WEB] Fix spacing in math

commits+ascherer at tug.org commits+ascherer at tug.org
Fri Feb 11 08:44:03 CET 2022


Revision: 61978
          http://tug.org/svn/texlive?view=revision&revision=61978
Author:   ascherer
Date:     2022-02-11 08:44:03 +0100 (Fri, 11 Feb 2022)
Log Message:
-----------
[WEB] Fix spacing in math expression.

The math expression in module name 173 gets wrangled in and out of math
mode by WEAVE and the two arguments of '\max' are incorrectly spaced at
the comma.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/ChangeLog
    trunk/Build/source/texk/web2c/weave.ch

Modified: trunk/Build/source/texk/web2c/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/ChangeLog	2022-02-11 00:48:14 UTC (rev 61977)
+++ trunk/Build/source/texk/web2c/ChangeLog	2022-02-11 07:44:03 UTC (rev 61978)
@@ -1,3 +1,7 @@
+2022-02-11  Andreas Scherer  <https://ascherer.github.io>
+
+	* weave.ch: Fix spacing in math expression.
+
 2022-02-05  Andreas Scherer  <https://ascherer.github.io>
 
 	* ctangleboot.bin: CWEB 4.7 release.

Modified: trunk/Build/source/texk/web2c/weave.ch
===================================================================
--- trunk/Build/source/texk/web2c/weave.ch	2022-02-11 00:48:14 UTC (rev 61977)
+++ trunk/Build/source/texk/web2c/weave.ch	2022-02-11 07:44:03 UTC (rev 61978)
@@ -326,6 +326,18 @@
 if (reserved(p)or(byte_start[p]+1=byte_start[p+ww]))and
 @z
 
+ at x [172] Fix spacing.
+@<Change |pp| to $\max(|scrap_base|,|pp+d|)$@>;
+ at y
+@<Change |pp| to $\max(|scrap_base|,\,|pp+d|)$@>;
+ at z
+
+ at x [173] Fix spacing.
+@ @<Change |pp| to $\max(|scrap_base|,|pp+d|)$@>=
+ at y
+@ @<Change |pp| to $\max(|scrap_base|,\,|pp+d|)$@>=
+ at z
+
 @x [239] omit index and module names if no_xref set
 @<Phase III: Output the cross-reference index@>=
 @y



More information about the tex-live-commits mailing list.