中文字体修改

This commit is contained in:
Shawn Jones 2024-08-08 14:35:02 +08:00
parent 163e367e33
commit f1e30c7648

View File

@ -51,9 +51,9 @@
\\setsansfont{Arial}
\\setmonofont{Consolas} % 设置等宽字体用于代码
% 设置中文字体
\\setCJKmainfont{SimSun} % 设置中文主字体为宋体
\\setCJKsansfont{SimHei} % 设置中文无衬线字体为黑体
\\setCJKmonofont{FangSong} % 设置中文等宽字体为仿宋
\\setCJKmainfont{Microsoft YaHei} % 设置中文主字体为微软雅黑
\\setCJKsansfont{Microsoft YaHei UI} % 设置中文无衬线字体为微软雅黑UI
\\setCJKmonofont{Microsoft YaHei Mono} % 设置中文等宽字体为微软雅黑Mono
% 设置段落和行距
\\setlength{\parindent}{2em} % 首行缩进
\\setlength{\parskip}{0.5em} % 段落间距