Haixing-Hu / nju-thesis

南京大学学位论文XeLaTeX模板
http://haixing-hu.github.io/nju-thesis/
GNU General Public License v2.0
418 stars 150 forks source link

如何设置字体? #26

Open penhoi opened 7 years ago

penhoi commented 7 years ago

Hi Xinghai,

帮助文档说可以设置字体,且默认使用adobefonts. 我的系统上没有adobe字体,我也不想去网上下载,我现在想用系统自带的字体macfonts。

现在的情况是,我不知道如何将cls文件的字体设置成macfonts!文档没有提供说明,makefile和dtx文件中也没有找到相关的开关选项。

您能提供一个建议吗?谢谢。

ltmsyvag commented 7 years ago

@penhoi 加入你自己要的选项即可

以硕士论文为例你的 tex 文档最开始的命令是:

\documentclass[master]{njuthesis}

那么你在方括号中加入 macfonts 选项,将其变为

\documentclass[master, macfonts]{njuthesis}

就可以了

这在帮助文档 njuthesis.pdf 的 4.2 小节有描述