-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathctex-fontset-scuthesis.def
executable file
·42 lines (38 loc) · 1.43 KB
/
ctex-fontset-scuthesis.def
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
%% ctex-fontset-scuthesis.def
%% Copyright 2016 Xi Jin <[email protected]>
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or any later version.
% The latest version of this license is in
% http://www.latex-project.org/lppl.txt
% and version 1.3 or later is part of all distributions of LaTeX
% version 2005/12/01 or later.
%
% This work has the LPPL maintenance status `maintained'.
%
% The Current Maintainer of this work is Xi Jin.
%
% This work consists of the files scuthesis.cls and scuthesis.cfg.
\ProvidesFile{ctex-fontset-scuthesis.def}
\setCJKmainfont[BoldFont={SimHei},ItalicFont={KaiTi}]{SimSun}
\setCJKsansfont{SimHei}
\setCJKmonofont{KaiTi}
\setCJKfamilyfont{zhsong}{STZhongsong}
\xeCJKsetemboldenfactor{3}
\setCJKfamilyfont{songti}{SimSun}[AutoFakeBold]
\xeCJKsetemboldenfactor{1}
\setCJKfamilyfont{zhhei}{SimHei}[AutoFakeBold]
\setCJKfamilyfont{zhkai}{KaiTi}[AutoFakeBold]
\xeCJKsetemboldenfactor{3}
\setCJKfamilyfont{zhfs}{FangSong}[AutoFakeBold]
\setCJKfamilyfont{zhli}{STLiti}[AutoFakeBold]
\setCJKfamilyfont{zhyou}{Yuanti SC}[AutoFakeBold]
\newcommand*{\songti}{\CJKfamily{songti}}
\newcommand*{\zhsong}{\CJKfamily{zhsong}}
\newcommand*{\heiti}{\CJKfamily{zhhei}}
\newcommand*{\kaishu}{\CJKfamily{zhkai}}
\newcommand*{\fangsong}{\CJKfamily{zhfs}}
\newcommand*{\lishu}{\CJKfamily{zhli}}
\newcommand*{\youyuan}{\CJKfamily{zhyou}}
\endinput