pdftex[839]

commits+thanh at tug.org commits+thanh at tug.org
Sat Oct 31 10:34:44 CET 2020


Revision: 839
          http://tug.org/svn/pdftex?view=revision&revision=839
Author:   thanh
Date:     2020-10-31 10:34:43 +0100 (Sat, 31 Oct 2020)
Log Message:
-----------
bugfix: unwanted faked interword space

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	2020-10-31 09:34:20 UTC (rev 838)
+++ branches/stable/source/src/texk/web2c/pdftexdir/pdftex.web	2020-10-31 09:34:43 UTC (rev 839)
@@ -16209,6 +16209,7 @@
 @{    print_nl("v_out = "); print_scaled(v_out); @}
 
     if gen_faked_interword_space and
+        pdf_doing_string and
         ((abs(v_out) > 2*x_height(f)) or
          (s_out > space(f) - space_shrink(f)) or
          ((f <> pdf_f) and (v = 0))) then



More information about the pdftex-commits mailing list.