latex3 / unicode-math

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

[Enhance] mathscr for STIX(2) and Lucida Bright #600

Open Firestar-Reimu opened 1 year ago

Firestar-Reimu commented 1 year ago

STIX(2) and Lucida Bright provide mathscr too, currently we should still use:

\setmathfont{STIX Two Math}
\setmathfont[range={\mathscr,\mathbfscr},StylisticSet=1]{STIX Two Math}

to load mathscr fonts. Is there an option to load both mathscr and mathcal (differently)?

PS: I have updated #599