latex3 / unicode-math

XeLaTeX/LuaLaTeX package for using unicode/OpenType maths fonts
http://ctan.org/pkg/unicode-math
LaTeX Project Public License v1.3c
245 stars 29 forks source link

Remap \alpha,\beta,\gamma,... when in \mathbf #502

Open wspr opened 5 years ago

wspr commented 5 years ago

The addition of \symbf in addition to the legacy definition of \mathbf resulted in a small oversight — once again expressions like \mathbf{\alpha} tend not to work even if the mathbf font has greek letters.

The greek letter commands could, I think, be made a little smarter in their definitions to allow both \symbf{\alpha} & \mathbf{\alpha}.

troiganto commented 5 years ago

I just stumbled over this issue myself on v0.8m. If this is just a small oversight, what would be the necessary steps to fix it? If it's not too complicated, I could try making a PR for this.