summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/pdftexdir/pdftex.web
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-10-09 22:32:06 +0000
committerKarl Berry <karl@freefriends.org>2017-10-09 22:32:06 +0000
commit86a9d08b438c5550d5651992e1be6399c2e5eda9 (patch)
tree86be9602495dca279fb22a0d831b7a9f0ccd777c /Build/source/texk/web2c/pdftexdir/pdftex.web
parentf02113af46d7e1a235b9b6b7b10860d82709bdfc (diff)
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
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir/pdftex.web')
-rw-r--r--Build/source/texk/web2c/pdftexdir/pdftex.web16
1 files changed, 8 insertions, 8 deletions
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
@<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