X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2Ftexsourc%2Ftex8.c;h=6890b7b15acbad9d8e422b59afb82d2db5f8139b;hb=da00b84b24ff56a881ffbe9bc9aca876d9d375be;hp=ea06088530808c9359d395462bd4942cc97d9d19;hpb=485167c1ea86c17f02e656aba1d8f52f27b68b18;p=putex%2Fputex.git diff --git a/src/texsourc/tex8.c b/src/texsourc/tex8.c index ea06088..6890b7b 100644 --- a/src/texsourc/tex8.c +++ b/src/texsourc/tex8.c @@ -233,7 +233,7 @@ void after_math (void) if (m < 0) { - tail_append(new_math(math_surround, 0)); + tail_append(new_math(math_surround, before)); cur_mlist = p; cur_style = text_style; mlist_penalties = (mode > 0); @@ -243,7 +243,7 @@ void after_math (void) while (link(tail) != 0) tail = link(tail); - tail_append(new_math(math_surround, 1)); + tail_append(new_math(math_surround, after)); space_factor = 1000; unsave(); } @@ -455,7 +455,7 @@ void trap_zero_glue (void) } } /* sec 1236 */ -void do_register_command_ (small_number a) +void do_register_command (small_number a) { pointer l, q, r, s; char p; @@ -716,7 +716,7 @@ void alter_box_dimen (void) mem[box(b) + c].cint = cur_val; } /* sec 1257 */ -void new_font_(small_number a) +void new_font(small_number a) { pointer u; scaled s; @@ -1915,7 +1915,7 @@ reswitch: case mmode + non_script: { - tail_append(new_glue(0)); + tail_append(new_glue(zero_glue)); subtype(tail) = cond_math_glue; } break;