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
か?