-
Notifications
You must be signed in to change notification settings - Fork 74
/
ctex-fontset-adobe2.def
39 lines (38 loc) · 1.07 KB
/
ctex-fontset-adobe2.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
\ProvidesExplFile{ctex-fontset-adobe2.def}
{\ExplFileDate}{2.5.6}{\ExplFileDescription}
\setCJKmainfont { AdobeSongStd-Light.otf }
[
Path=./fonts/,
BoldFont = AdobeHeitiStd-Regular.otf,
ItalicFont = AdobeKaitiStd-Regular.otf
]
\setCJKsansfont { AdobeHeitiStd-Regular.otf }
[
Path=./fonts/,
]
\setCJKmonofont { AdobeFangsongStd-Regular.otf }
[
Path = ./fonts/,
]
\setCJKfamilyfont { zhsong } { AdobeSongStd-Light.otf }
[
Path = ./fonts/,
BoldFont = AdobeHeitiStd-Regular.otf,
ItalicFont = AdobeKaitiStd-Regular.otf
]
\setCJKfamilyfont { zhhei } { AdobeHeitiStd-Regular.otf }
[
Path = ./fonts/,
]
\setCJKfamilyfont { zhkai } { AdobeKaitiStd-Regular.otf }
[
Path = ./fonts/,
]
\setCJKfamilyfont { zhfs } { AdobeFangsongStd-Regular.otf }
[
Path = ./fonts/,
]
\NewDocumentCommand \songti { } { \CJKfamily { zhsong } }
\NewDocumentCommand \heiti { } { \CJKfamily { zhhei } }
\NewDocumentCommand \fangsong { } { \CJKfamily { zhfs } }
\NewDocumentCommand \kaishu { } { \CJKfamily { zhkai } }