我在使用 MikTeX 2.9 时遇到了与 Overleaf 相同的问题,两者都使用 XeLaTeX。我需要使用 CAMBRIA.TTC 字体。以下示例在两种设置中均不带粗体和斜体格式。
\documentclass{article}
\usepackage{fontspec}
\setmainfont[Ligatures=TeX]{CAMBRIA.TTC}
\begin{document}
\textsc{Small caps work,} but \textbf{boldface} and \textit{italics} do not work.
\end{document}