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

Range remapping is fragile when alphabets have differing subsets #445

Open wspr opened 6 years ago

wspr commented 6 years ago

Description

As per title.

Check/indicate

Minimal example demonstrating the issue

\documentclass{article}
\usepackage{unicode-math}
\setmathfont{xits-math.otf}
\setmathfont{texgyrepagella-math.otf}[range={bb->frak}]
\begin{document}
    \[
       \symbb{ABC}
    \]
    \[
       \symfrak{ABC}
    \]
\end{document}

Further details

The reverse works! ( |range={bb->frak}| ).