小號大寫字母不適用於非 LaTeX 字型

小號大寫字母不適用於非 LaTeX 字型

我正在使用一種名為“Brandon Grotesque”的特殊字體(它必須正是這種字體)來進行基於 Beamer 類別的演示。

當試圖獲得小型股輸出時,它不起作用。我使用 LuaLatex 作為編譯器。

一般來說,我知道特定字體可能不包含小型大寫字母,但在例如 Powerpoint 中使用該字體時,小型大寫字母可以工作。

微量元素:

\documentclass[12pt]{beamer}
\usepackage{xltxtra}

\setmainfont[BoldFont={Brandon Grotesque Bold},Renderer=Basic]{Brandon Grotesque}
\setsansfont{Brandon Grotesque}
\renewcommand{\familydefault}{\sfdefault}

\begin{document}

\begin{frame}[t]
Normal Output
\textsc{Small Caps}
\textbf{Bold Text}
\end{frame}

\end{document}

相關內容