小文字のギリシャ語斜体記号 std を使用した mathspec

小文字のギリシャ語斜体記号 std を使用した mathspec

greek symbolsフォントでエリアを取得したいですsymbol std italic。私の MWE は次のとおりです:

\documentclass{article}
\usepackage{mathspec}
\setmainfont[Mapping=tex-text]{Times LT Std}
\setmathsfont{Symbol Std-Italic}
\setmathsfont(Digits){Times LT Std}
\setmathsfont(Latin)[Numbers={Lining,Proportional}]{Times LT Std}
\setmathsfont(Greek)[Lowercase=Regular]{Symbol Std}

\begin{document}
This is some sample text. $\alpha$ Sample lowercase Italic $\beta$.
\end{document}

またはパッケージを使用できますunicode-mathか?

関連情報