在 LaTeX 中,如果我\bar{u}
在 LaTeX 中执行此操作,我会得到以下结果:
代码:
\documentclass[12pt]{article}
\begin{document}
\begin{frame}
$\bar{u}$
\end{frame}
\end{document}
但在 Beamer 上,我得到了这个:
代码:
\documentclass[12pt]{beamer}
\begin{document}
\begin{frame}
$\bar{u}$
\end{frame}
\end{document}
我知道 Beamer 的默认字体是 serif,这是为什么呢?有没有办法重新调整 Beamer 的栏目?