blob: 301e66b882d7c0182d5946a9c4e18ad73968d212 (
plain)
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
|
% This is the file c20song.fd of the CJK package
% for using Asian logographs (Chinese/Japanese/Korean) with LaTeX2e
%
% created by Werner Lemberg <wl@gnu.org>
%
% Version 4.7.0 (17-Oct-2006)
\def\fileversion{4.7.0}
\def\filedate{2006/10/17}
\ProvidesFile{c20song.fd}[\filedate\space\fileversion]
% traditional Chinese characters
%
% character set: GB/T 12345-90
% font encoding: CJK (standard)
\DeclareFontFamily{C20}{song}{\hyphenchar \font\m@ne}
\DeclareFontShape{C20}{song}{m}{n}{
<5> <6> <7> <8> <9> CJKfixed * gtso12
<10> <10.95> <12> sCJKfixed * gtso12
<14.4> <17.28> <20.74> sCJKfixed * gtso17
<24.88> CJKfixed * gtso17}{}
\DeclareFontShape{C20}{song}{bx}{n}{
<5> <6> <7> <8> <9> CJKfixedb * gtso12
<10> <10.95> <12> sCJKfixedb * gtso12
<14.4> <17.28> <20.74> sCJKfixedb * gtso17
<24.88> CJKfixedb * gtso17}{\CJKbold}
\endinput
|