texjporg / tex-jp-build

Minimum source repository to build Japanese TeX processing tools
23 stars 6 forks source link

uptex-m.ch: support \kchar in math #159

Closed aminophen closed 1 year ago

aminophen commented 1 year ago

kchar_num の考慮漏れにより,最後の行でエラーが出ることに気づきました。

%#!uptex
\chardef\X="3042    $\left[a_\X\right]$
\def\W{\char"3042}  $\left[a_\W\right]$
\kchardef\X="3042   $\left[a_\X\right]$
\def\W{\kchar"3042} $\left[a_\W\right]$ % => ! Missing { inserted. !?
\bye

uptex-math-kchar ブランチで直しています。

aminophen commented 1 year ago

r68155 で入れました。