diff options
author | Karl Berry <karl@freefriends.org> | 2009-01-01 17:59:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-01-01 17:59:08 +0000 |
commit | cf88a21d6fd630740e594fe0c7f4a9d18889d559 (patch) | |
tree | 1fb1f60c7b5de113e1a37b4448cccb4dc2fcbaf1 /Master/texmf-dist/tex/latex/cjk/texinput/CNS/c33song.fd | |
parent | 06b1964526f9f21bba3b50c33085a434ecbc64d3 (diff) |
cjk 4.8.2 (29dec08)
git-svn-id: svn://tug.org/texlive/trunk@11791 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/cjk/texinput/CNS/c33song.fd')
-rwxr-xr-x | Master/texmf-dist/tex/latex/cjk/texinput/CNS/c33song.fd | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/CNS/c33song.fd b/Master/texmf-dist/tex/latex/cjk/texinput/CNS/c33song.fd new file mode 100755 index 00000000000..5026d268ba5 --- /dev/null +++ b/Master/texmf-dist/tex/latex/cjk/texinput/CNS/c33song.fd @@ -0,0 +1,23 @@ +% This is the file c33song.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{c33song.fd}[\filedate\space\fileversion] + + +% Chinese traditional characters +% +% character set: CNS 11643-1992 plane 3 +% font encoding: CJK (standard) + +\DeclareFontFamily{C33}{song}{\hyphenchar \font\m@ne} + +\DeclareFontShape{C33}{song}{m}{n}{<-> CJK * c3so12}{\CJKnormal} +\DeclareFontShape{C33}{song}{bx}{n}{<-> CJKb * c3so12}{\CJKbold} + +\endinput |