From a2b63cb66fbde22e2615466521546b8e9477a468 Mon Sep 17 00:00:00 2001 From: Andreas Scherer Date: Fri, 11 Feb 2022 07:44:03 +0000 Subject: [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. git-svn-id: svn://tug.org/texlive/trunk@61978 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/ChangeLog | 4 ++++ Build/source/texk/web2c/weave.ch | 12 ++++++++++++ 2 files changed, 16 insertions(+) (limited to 'Build/source/texk/web2c') diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog index 362846541d6..5a2f3d40139 100644 --- a/Build/source/texk/web2c/ChangeLog +++ b/Build/source/texk/web2c/ChangeLog @@ -1,3 +1,7 @@ +2022-02-11 Andreas Scherer + + * weave.ch: Fix spacing in math expression. + 2022-02-05 Andreas Scherer * ctangleboot.bin: CWEB 4.7 release. diff --git a/Build/source/texk/web2c/weave.ch b/Build/source/texk/web2c/weave.ch index 0ed63c395f5..73acd401381 100644 --- a/Build/source/texk/web2c/weave.ch +++ b/Build/source/texk/web2c/weave.ch @@ -326,6 +326,18 @@ begin if no_xref then return; if (reserved(p)or(byte_start[p]+1=byte_start[p+ww]))and @z +@x [172] Fix spacing. +@; +@y +@; +@z + +@x [173] Fix spacing. +@ @= +@y +@ @= +@z + @x [239] omit index and module names if no_xref set @= @y -- cgit v1.2.3