latex3 / unicode-math

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

Interface to use math alphabets from other math fonts #481

Open u-fischer opened 6 years ago

u-fischer commented 6 years ago

While it is rather easy (with \setmathfontface) to use glyphs from the latin range of another font it is quite difficult to access the \symXX ranges.

In https://tex.stackexchange.com/questions/438890/unicode-math-use-several-calligraphic-fonts-in-parallel Marcel Krüger shows some low-level code.

I wonder if an extension to setmathfontface would be possible so that e.g.

       \setmathfontface\mycal{Cambria Math}[range=up->symcal]

defines \mycal{abc} as \symcal with Cambria Math.

wspr commented 6 years ago

It's a logical idea! Thanks Ulrike, I'll try to take a look at some point.