unicode-math com XeLaTeX \left( e \right) não renderizado corretamente

unicode-math com XeLaTeX \left( e \right) não renderizado corretamente

Estou usando o XeLaTeX (XeTeX 3.14159265-2.6-0.99992 (TeX Live 2015)) no OS X Sierra, compilando em um PDF atravésrubber

\documentclass[letterpaper, 11pt]{article}
\usepackage{geometry}
\usepackage{amsmath}
% rubber: set program xelatex
\usepackage{unicode-math}
\setmathfont{STIX Two Math}
\setmainfont{STIX Two Text}

\begin{document}
This is the problem $\frac{\left(asdf\right)}{\left(ghjk\right)}$
\[ \frac{\frac{\left(asdf\right)}{\left(ghjk\right)}}{\frac{\left(asdf\right)}{\left(ghjk\right)}} \]
\[ \frac{\left(asdf\right)}{\left(ghjk\right)} \]
\begin{align*}
    \frac{\frac{\left(asdf\right)}{\left(ghjk\right)}}{\frac{\left(asdf\right)}{\left(ghjk\right)}} \\
    \frac{\left(asdf\right)}{\left(ghjk\right)} 
\end{align*}

\end{document}

Usar as fontes STIX 2.0.0 com unicode-math e XeLaTeX faz com que os parênteses com \left(e \right)sejam renderizados incorretamente (como um ponto de interrogação em caixa), enquanto os caracteres regulares (e )são renderizados corretamente. Eu não tenho o mesmo problema com \left[e \right].

A única diferença na saída do log é um monte das seguintes linhas:
Missing character: There is no Ⴞ in font STIX Two Math/OT:script=math;language= DFLT;! Missing character: There is no Ⴟ in font STIX Two Math/OT:script=math;language= DFLT;!

Alguém pode me ajudar a encontrar uma solução para isso?


Exemplo realmente mínimo:

\documentclass{article}
\usepackage{unicode-math}
\setmathfont{STIX Two Math}

\begin{document}

$\left(\right)$
$\scriptstyle\left(\right)$
$\scriptscriptstyle\left(\right)$

%\showoutput

\end{document}

insira a descrição da imagem aqui

Missing character: There is no Ⴞ in font STIX Two Math/OT:script=math;language=DFLT;!
Missing character: There is no Ⴟ in font STIX Two Math/OT:script=math;language=DFLT;!
Missing character: There is no ᆷ in font STIX Two Math/OT:script=math;language=DFLT;+ssty=0;!
Missing character: There is no ^^@ in font STIX Two Math/OT:script=math;language=DFLT;!
Missing character: There is no ᆸ in font STIX Two Math/OT:script=math;language=DFLT;+ssty=0;!
Missing character: There is no ^^@ in font STIX Two Math/OT:script=math;language=DFLT;!

informação relacionada