From 9e769d1a234dcea551d24d67ed988b1eba5fdd4e Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Sun, 12 Mar 2017 21:31:16 +0000 Subject: ptex-base.ch: Fix a typo git-svn-id: svn://tug.org/texlive/trunk@43475 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/ptexdir/ChangeLog | 5 +++++ Build/source/texk/web2c/ptexdir/ptex-base.ch | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Build/source/texk/web2c/ptexdir/ChangeLog b/Build/source/texk/web2c/ptexdir/ChangeLog index df3245f487f..1bcf418fb56 100644 --- a/Build/source/texk/web2c/ptexdir/ChangeLog +++ b/Build/source/texk/web2c/ptexdir/ChangeLog @@ -1,3 +1,8 @@ +2017-03-12 Akira Kakuto + + * ptex-base.ch: Fix a typo pointed out at + https://github.com/clerkma/ptex-ng/issues/19. + 2017-02-05 TANAKA Takuji * ppltotf.ch: Expand the limit of glue/kern and kern tables. diff --git a/Build/source/texk/web2c/ptexdir/ptex-base.ch b/Build/source/texk/web2c/ptexdir/ptex-base.ch index 3f31f30f89e..7bf3a25f1c6 100644 --- a/Build/source/texk/web2c/ptexdir/ptex-base.ch +++ b/Build/source/texk/web2c/ptexdir/ptex-base.ch @@ -554,7 +554,7 @@ distance of the baselineshift between Latin characters and Kanji chatacters. @d penalty_node=12 {|type| of a penalty node} @y @d penalty_node=14 {|type| of a penalty node} -@d widow_pena=1 {|subtype| of penalty nodes from \.{\\jchrwidowpenalty}} +@d widow_pena=1 {|subtype| of penalty nodes from \.{\\jcharwidowpenalty}} @d kinsoku_pena=2 {|subtype| of penalty nodes from kinsoku} @z @@ -672,7 +672,7 @@ end @y @ @= begin print_esc("penalty "); print_int(penalty(p)); -if subtype(p)=widow_pena then print("(for \jchrwidowpenalty)") +if subtype(p)=widow_pena then print("(for \jcharwidowpenalty)") else if subtype(p)=kinsoku_pena then print("(for kinsoku)"); end @z -- cgit v1.2.3