pdftex[926]

commits+thanh at tug.org commits+thanh at tug.org
Thu Apr 18 11:09:58 CEST 2024


Revision: 926
          https://tug.org/svn/pdftex?view=revision&revision=926
Author:   thanh
Date:     2024-04-18 11:09:58 +0200 (Thu, 18 Apr 2024)
Log Message:
-----------
bugfix: space chars are lost in overfull lines

Modified Paths:
--------------
    branches/stable/source/src/texk/web2c/pdftexdir/pdftex.web

Modified: branches/stable/source/src/texk/web2c/pdftexdir/pdftex.web
===================================================================
--- branches/stable/source/src/texk/web2c/pdftexdir/pdftex.web	2024-03-13 22:35:05 UTC (rev 925)
+++ branches/stable/source/src/texk/web2c/pdftexdir/pdftex.web	2024-04-18 09:09:58 UTC (rev 926)
@@ -16240,7 +16240,7 @@
     if gen_faked_interword_space
         and pdf_doing_string
         and (not must_end_string)
-        and (s_out > space(f) - space_shrink(f))
+        and (s_out > space(f) - space_shrink(f) - 65536)
         and (v = 0)
     then begin
         must_insert_space := true;



More information about the pdftex-commits mailing list.