texlive[45512] Build/source/texk/web2c/pdftexdir: pdftex.web fixes

commits+karl at tug.org commits+karl at tug.org
Tue Oct 10 00:32:06 CEST 2017


Revision: 45512
          http://tug.org/svn/texlive?view=revision&revision=45512
Author:   karl
Date:     2017-10-10 00:32:06 +0200 (Tue, 10 Oct 2017)
Log Message:
-----------
pdftex.web fixes for weave, from Shreevatsa R, ntg-pdftex 15 Aug 2017 09:49:59

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	2017-10-09 22:09:13 UTC (rev 45511)
+++ trunk/Build/source/texk/web2c/pdftexdir/ChangeLog	2017-10-09 22:32:06 UTC (rev 45512)
@@ -1,3 +1,8 @@
+2017-10-10  Shreevatsa R <shreevatsa.public at gmail.com>
+
+	* pdftex.web: formatting-only fixes to make weave-able.
+	Posted to ntg-pdftex, 15 Aug 2017 09:49:59.
+
 2017-09-24  Hironori Kitagawa  <h_kitagawa2001 at yahoo.co.jp>
 
 	* pdftex.web: Avoid overwriting prim_* entries by primitive().

Modified: trunk/Build/source/texk/web2c/pdftexdir/pdftex.web
===================================================================
--- trunk/Build/source/texk/web2c/pdftexdir/pdftex.web	2017-10-09 22:09:13 UTC (rev 45511)
+++ trunk/Build/source/texk/web2c/pdftexdir/pdftex.web	2017-10-09 22:32:06 UTC (rev 45512)
@@ -16093,12 +16093,12 @@
     must_insert_space := false;
     must_end_string := false;
 
-{     print_nl("s_out = "); print_scaled(s_out); }
-{     print_nl("space(f) = "); print_scaled(space(f)); }
-{     print_nl("space_shrink(f) = "); print_scaled(space_shrink(f)); }
-{     print_nl("x_height(f) = "); print_scaled(x_height(f)); }
-{     print_nl("v = "); print_scaled(v); }
-{     print_nl("v_out = "); print_scaled(v_out); }
+@{    print_nl("s_out = "); print_scaled(s_out); @}
+@{    print_nl("space(f) = "); print_scaled(space(f)); @}
+@{    print_nl("space_shrink(f) = "); print_scaled(space_shrink(f)); @}
+@{    print_nl("x_height(f) = "); print_scaled(x_height(f)); @}
+@{    print_nl("v = "); print_scaled(v); @}
+@{    print_nl("v_out = "); print_scaled(v_out); @}
 
     if gen_faked_interword_space and
         ((abs(v_out) > 2*x_height(f)) or
@@ -39556,10 +39556,10 @@
   if active_short(r)>0 then g:=max_dimen at +else g:=-max_dimen;
 if g>0 then
   @<Set the value of |b| to the badness of the last line for stretching,
-    compute the corresponding |fit_class|, and |goto found||@>
+    compute the corresponding |fit_class|, and |goto found|@>
 else if g<0 then
   @<Set the value of |b| to the badness of the last line for shrinking,
-    compute the corresponding |fit_class|, and |goto found||@>;
+    compute the corresponding |fit_class|, and |goto found|@>;
 not_found:end
 
 @ These badness computations are rather similar to those of the standard



More information about the tex-live-commits mailing list