olsak / OpTeX

OpTeX - LuaTeX format with extended Plain TeX macros
http://petr.olsak.net/optex/
35 stars 14 forks source link

01 appears in a math formula #18

Closed cao- closed 3 years ago

cao- commented 3 years ago

I defined a control a sequence \Bm to use \boldmath only on one character in a formula. Everything was working fine, until I tried the following

\fontfam[lm]

\def\Bm#1{\mathbox{$\boldmath #1$}}

$$\matrix{\Bm A b}$$

\bye
olsak commented 3 years ago

Thank you for bug report.