Beamer 都市主题刊

Beamer 都市主题刊

因此,我正在尝试让 metropolis beamer 主题正常工作。不知为何,它在我的 El Capitain mac 上使用 LuaLaTeX 时没有任何问题。

但完全相同的文件在我的 Yosemite Mac 上无法运行。

这是一个最小的例子。

\documentclass{beamer}
\usetheme{metropolis}           
\title{A minimal example}
\date{\today}
\author{Matthias Vogelgesang}
\institute{Centre for Modern Beamer Themes}
\begin{document}
  \maketitle
  \section{First Section}
  \begin{frame}{First Frame}
    Hello, world!
  \end{frame}
\end{document}

此代码使用 latex 和 xelatex 进行编译,不使用主题默认字体 Fira。当我在 Yosemite Mac 上使用 LuaLaTeX 运行它时,出现以下错误消息:

! Undefined control sequence.
\checkfont #1^^@-\suppressfontnotfounderror 
                                          =1\font \x = "#1" at 10pt \selectf...

我安装主题的方式与在 El Capitain Mac 上安装的方式相同,但我似乎无法弄清楚为什么它不能与 Metropolis 的 Fira 字体编译。

有什么建议么?

相关内容