diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/CJK/JIS/c41song.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/CJK/JIS/c41song.fd | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/CJK/JIS/c41song.fd b/Master/texmf-dist/tex/latex/CJK/JIS/c41song.fd new file mode 100644 index 00000000000..c29c0d4aebb --- /dev/null +++ b/Master/texmf-dist/tex/latex/CJK/JIS/c41song.fd @@ -0,0 +1,23 @@ +% This is the file c41song.fd of the CJK package +% for using Asian logographs (Chinese/Japanese/Korean) with LaTeX2e +% +% created by Werner Lemberg <wl@gnu.org> +% +% Version 4.6.0 (11-Aug-2005) + +\def\fileversion{4.6.0} +\def\filedate{2005/08/11} +\ProvidesFile{c41song.fd}[\filedate\space\fileversion] + + +% Japanese characters +% +% character set: JIS X 0208:1997 (or JIS X 0208-1990) +% font encoding: pmC + +\DeclareFontFamily{C41}{song}{\hyphenchar \font\m@ne} + +\DeclareFontShape{C41}{song}{m}{n}{<-> sCJKfixed * wjis}{} +\DeclareFontShape{C41}{song}{bx}{n}{<-> sCJKfixedb * wjis}{\CJKbold} + +\endinput |