在 TeX Live 2021 中使用 Minion Pro OTF 字体时,小型大写字母不会显示:
\documentclass[paper=a4, fontsize=11pt]{scrreprt}
\usepackage{fontspec}
\setmainfont{MinionPro}
\usepackage{polyglossia}
\setmainlanguage[babelshorthands=true]{german}
\setotherlanguage[variant=british]{english}
\begin{document}
\textsc{Hello, there!}
\end{document}
结果:
但otfinfo -f MinionPro-Regular.otf
表示小型大写字母可用:
...
smcp Small Capitals
...
有什么办法可以激活它们吗?