Skip to content

Commit

Permalink
添加华文中宋字体缺失的路径配置
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaojian Zhong authored and note286 committed Jan 12, 2022
1 parent 47589ce commit 68dcbb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xdupgtp.cls
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
% 定义黑体字体
\newCJKfontfamily\heiti{simhei.ttf}[Path=fonts/,BoldFont={simhei.ttf},BoldFeatures={FakeBold=\FakeBoldValue}]
% 定义华文中宋字体
\newCJKfontfamily\stzhongsong{STZHONGS.TTF}[BoldFont={STZHONGS.TTF},BoldFeatures={FakeBold=\FakeBoldValue}]
\newCJKfontfamily\stzhongsong{STZHONGS.TTF}[Path=fonts/,BoldFont={STZHONGS.TTF},BoldFeatures={FakeBold=\FakeBoldValue}]
\else
% 配置默认英文字体
\setmainfont{Times New Roman}
Expand Down

0 comments on commit 68dcbb6

Please sign in to comment.