diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/cjk/texinput/JIS/c50song.fd')
-rwxr-xr-x | Master/texmf-dist/tex/latex/cjk/texinput/JIS/c50song.fd | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/JIS/c50song.fd b/Master/texmf-dist/tex/latex/cjk/texinput/JIS/c50song.fd new file mode 100755 index 00000000000..c197957b623 --- /dev/null +++ b/Master/texmf-dist/tex/latex/cjk/texinput/JIS/c50song.fd @@ -0,0 +1,26 @@ +% This is the file c50song.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{c50song.fd}[\filedate\space\fileversion] + + +% Japanese characters in JIS supplement encoding scheme. +% Japanese characters +% +% character set: JIS X 0212-1990 +% font encoding: CJK (standard) + +\DeclareFontFamily{C50}{song}{\hyphenchar \font\m@ne} + +% kanjix48 + +\DeclareFontShape{C50}{song}{m}{n}{<-> CJK * j2so12}{\CJKnormal} +\DeclareFontShape{C50}{song}{bx}{n}{<-> CJKb * j2so12}{\CJKbold} + +\endinput |