stone-zeng / fduthesis

LaTeX thesis template for Fudan University
LaTeX Project Public License v1.3c
820 stars 207 forks source link

`\setCJKmainfont[...]{...}'警告 #210

Closed registor closed 3 years ago

registor commented 3 years ago

使用Ubuntu20.04+TeXLive2021+fduthesis clone版,如下MWE:

% 文档类(模板)
\documentclass[type=doctor]{fduthesis}
% 导言区

% 正文区(有且只能有一个)
\begin{document}

Hello \LaTeX{}!

欢迎来到\LaTeX{}世界!

\end{document}

latexmk -xelatex main.tex命令编译,会有如下警告:

Package xeCJK Warning: It seems that you have not declare a CJKfamily.
(xeCJK)                If you want to use xeCJK in the right way, you should
(xeCJK)                use
(xeCJK)                
(xeCJK)                `\setCJKmainfont[...]{...}'
(xeCJK)                
(xeCJK)                in the preamble to declare the default CJKfamily.
(xeCJK)

好像不影响结果,但能力有限,未找到具体原因。

stone-zeng commented 3 years ago

77