模板内容如下:
\documentclass[12pt,a4paper]{article}
\usepackage{fontspec}
\setmainfont[BoldFont=黑体]{宋体} % 使用系统默认字体
\XeTeXlinebreaklocale "zh" % 针对中文进行断行
\XeTeXlinebreakskip = 0pt plus 1pt minus 0.1pt % 给予TeX断行一定自由度
\linespread{1.5} % 1.5倍行距
\begin{document}
这是中文字体, 标点符号!
This is English words: hello!
\end{document}
注意事项:
1.保存方式为:UTF8,如图:
2.编译方式为:XeLaTeX,如图: