你好,我在我的电脑上使用以下设置standard.lco
,我已经从下载了字体EB GARAMONDGoogle 字体。我下载了 zip 文件并在我的 Windows 10 上正确安装。
以下是我的standard.lco
\defaultfontfeatures{Ligatures=TeX}
\setmainfont {EB Garamond}
\setsansfont {Gill Sans MT}
%set the font size and leading
\renewcommand{\normalsize}{\fontsize{11}{16}\selectfont}
当我使用任何文本文件调用 XeLaTeX 时,命令行显示:
Font shape `EU1/EBGaramond(0)/bx/n' undefined
我认为我正确安装了字体,但我不知道如何修复它。有什么建议吗?我正在使用 XeLaTeX。