我使用 kpfonts 作为 Beamer 中的主要数学字体,并且效果很好,但是主文本字体不是 kpfonts,我的问题是如何使用 kpfonts 制作主文本字体?
以下是我的序言:
\documentclass[UTF8]{beamer}
\usepackage{xeCJK}
\usefonttheme{serif}
\usefonttheme{professionalfonts} % using non standard fonts for beamer
\usepackage{kpfonts}
\setCJKmainfont{FZSKBXKJW.TTF}
\begin{document}
...
\end{document}