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

[range=\mitj-\mitp] not reflected in \symnormal #444

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=\mitj-\mitp]
\begin{document}
    \[
       abcdefgjiklmnopqrstuvwxyz
    \]
    \[
       \symit{abcdefgjiklmnopqrstuvwxyz}
    \]
\end{document}