blob: e8e8b575e9174afe62540823826289203d28e3c6 (
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
|
% This is the file c70min.fd of the CJK package
% for using Asian logographs (Chinese/Japanese/Korean) with LaTeX2e
%
% created by Werner Lemberg <wl@gnu.org>
%
% Version 4.8.2 (29-Dec-2008)
\def\fileversion{4.8.2}
\def\filedate{2008/12/29}
\ProvidesFile{c70min.fd}[\filedate\space\fileversion]
% character set: Unicode U+0080 - U+FFFD
% font encoding: Unicode
%
% udmj is Wadalab mincho-0-12 combined with mincho-1-8.
% umcj is Wadalab mincho-0-8 combined with mincho-1-8.
\DeclareFontFamily{C70}{min}{\hyphenchar \font\m@ne}
\DeclareFontShape{C70}{min}{l}{n}
{ <-> CJK * umcj}{}
\DeclareFontShape{C70}{min}{m}{n}
{ <-> CJK * udmj}{\CJKnormal}
\DeclareFontShape{C70}{min}{bx}{n}
{ <-> CJKb * udmj}{\CJKbold}
\endinput
|