mathspec 有小寫希臘斜體符號 std

mathspec 有小寫希臘斜體符號 std

我想得到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包包嗎?

相關內容