From 86a9d08b438c5550d5651992e1be6399c2e5eda9 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 9 Oct 2017 22:32:06 +0000 Subject: pdftex.web fixes for weave, from Shreevatsa R, ntg-pdftex 15 Aug 2017 09:49:59 git-svn-id: svn://tug.org/texlive/trunk@45512 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/pdftexdir/ChangeLog | 5 +++++ Build/source/texk/web2c/pdftexdir/pdftex.web | 16 ++++++++-------- 2 files changed, 13 insertions(+), 8 deletions(-) (limited to 'Build/source/texk/web2c') diff --git a/Build/source/texk/web2c/pdftexdir/ChangeLog b/Build/source/texk/web2c/pdftexdir/ChangeLog index 5a4c6f47841..f7076cc633a 100644 --- a/Build/source/texk/web2c/pdftexdir/ChangeLog +++ b/Build/source/texk/web2c/pdftexdir/ChangeLog @@ -1,3 +1,8 @@ +2017-10-10 Shreevatsa R + + * pdftex.web: formatting-only fixes to make weave-able. + Posted to ntg-pdftex, 15 Aug 2017 09:49:59. + 2017-09-24 Hironori Kitagawa * pdftex.web: Avoid overwriting prim_* entries by primitive(). diff --git a/Build/source/texk/web2c/pdftexdir/pdftex.web b/Build/source/texk/web2c/pdftexdir/pdftex.web index 76b8109f4e9..0c741a1fba0 100644 --- a/Build/source/texk/web2c/pdftexdir/pdftex.web +++ b/Build/source/texk/web2c/pdftexdir/pdftex.web @@ -16093,12 +16093,12 @@ begin 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 arith_error then if active_short(r)>0 then g:=max_dimen@+else g:=-max_dimen; if g>0 then @ + compute the corresponding |fit_class|, and |goto found|@> else if g<0 then @; + compute the corresponding |fit_class|, and |goto found|@>; not_found:end @ These badness computations are rather similar to those of the standard -- cgit v1.2.3