unicode-math icon indicating copy to clipboard operation
unicode-math copied to clipboard

problems with commands let to a char

Open u-fischer opened this issue 6 years ago • 1 comments
trafficstars

Description

hyperref can't handle in bookmarks commands which have been \let to a char: https://github.com/ho-tex/hyperref/issues/63. After looking quite some time in the hyperref code I don't see a way out which works also with xetex as one would need an expandable test for such commands.

unicode-math creates quite a lot of such commands. Is this necessary or could the definitions be changed to the equivalent of \edef\euro{\string€} instead?

u-fischer avatar Dec 02 '18 19:12 u-fischer

Thanks for looking into it. I suspect a redefinition in UM would be fine. (Might have some minor knock-on effects in other code in the package.)

I’ll try to make this happen over the Christmas break.

wspr avatar Dec 03 '18 00:12 wspr