beamer
和一起使用unicode-math
会导致所有对数类运算符(\log
、\mod
、\sin
等)消失,如以下最小文件所示。有趣的是,使用 XeLaTeX 或 LuaLaTex 进行编译会导致缺失的 占用不同的空白\log
。
\documentclass{beamer}
\usepackage{unicode-math}
\begin{document}
\begin{frame}
log$|log|\log|\mathrm{log}$
\end{frame}
\end{document}
这种情况不会在article
课堂上或没有unicode-math
包的情况下发生。 有没有办法解决这个错误?