texlive[74076] Build/source/texk/web2c/pdftexdir: further fix from
commits+karl at tug.org
commits+karl at tug.org
Mon Feb 17 22:34:42 CET 2025
Revision: 74076
https://tug.org/svn/texlive?view=revision&revision=74076
Author: karl
Date: 2025-02-17 22:34:42 +0100 (Mon, 17 Feb 2025)
Log Message:
-----------
further fix from thanh
Modified Paths:
--------------
trunk/Build/source/texk/web2c/pdftexdir/ChangeLog
trunk/Build/source/texk/web2c/pdftexdir/pdftex.web
Modified: trunk/Build/source/texk/web2c/pdftexdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/pdftexdir/ChangeLog 2025-02-17 21:23:41 UTC (rev 74075)
+++ trunk/Build/source/texk/web2c/pdftexdir/ChangeLog 2025-02-17 21:34:42 UTC (rev 74076)
@@ -1,3 +1,8 @@
+2025-02-17 Thanh Han The <hanthethanh at gmail.com>
+
+ * pdftex.web (pdf_begin_string): remove "and (not must_set_text_pos)"
+ from condition for must_insert_space := true.
+
2025-02-16 Thanh Han The <hanthethanh at gmail.com>
* pdftex.web: fixes for previous change to add missing interword
Modified: trunk/Build/source/texk/web2c/pdftexdir/pdftex.web
===================================================================
--- trunk/Build/source/texk/web2c/pdftexdir/pdftex.web 2025-02-17 21:23:41 UTC (rev 74075)
+++ trunk/Build/source/texk/web2c/pdftexdir/pdftex.web 2025-02-17 21:34:42 UTC (rev 74076)
@@ -16277,6 +16277,7 @@
or (abs(s) >= @'100000)
or (get_font_auto_expand_ratio(f) <> pdf_cur_Tm_a)
or get_font_auto_expand_ratio(f) <> get_font_auto_expand_ratio(pdf_f);
+
if must_set_text_pos then begin
must_end_string := true;
end;
@@ -16287,7 +16288,6 @@
if gen_faked_interword_space
and move_looks_like_interword_space
- and (not must_set_text_pos)
then begin
must_insert_space := true;
end;
More information about the tex-live-commits
mailing list.