latex3 / unicode-math

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

Box logging uses "wrong" font #417

Closed wspr closed 6 years ago

wspr commented 6 years ago

Long ago a change in fontspec caused the following the happen to box logging in unicode-math:

-....\TU/latinmodern-math.otf(0)/m/n/10 š¯‘¦
+....\l_fontspec_font š¯‘¦
....\kern0.28
....\glue(\thickmuskip) 2.77771 plus 2.77771
-....\TU/latinmodern-math.otf(0)/m/n/10 =
+....\l_fontspec_font =
....\penalty 500

This really needs to be addressed before the test suite can be rewritten.

wspr commented 6 years ago

This is possibly addressed by https://github.com/wspr/fontspec/commit/aba7cc8441bb95faf5345653b195186c2b7f5ade but further testing is needed!

wspr commented 6 years ago

I guess I need a new fontspec release to close thisā€¦

wspr commented 6 years ago

New fontspec release just sent outā€¦ all I need now is wait for it to propagate and then update the test files.

wspr commented 6 years ago

done