diff options
author | Karl Berry <karl@freefriends.org> | 2008-01-30 23:39:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-01-30 23:39:15 +0000 |
commit | 57fe59e58f60e377bc921e2550fd7f991e7222bf (patch) | |
tree | 4a9cb9f6556f6e0d09cccada38d9b8fc6a10f78e /Master/texmf-dist/tex | |
parent | c29a198148293314302dc7d3733915ef76689553 (diff) |
new cjk fonts hwkatakana (30jan08)
git-svn-id: svn://tug.org/texlive/trunk@6458 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/hwkatakana/c49goth.fd | 23 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/hwkatakana/c49maru.fd | 23 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/hwkatakana/c49min.fd | 23 |
3 files changed, 69 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/hwkatakana/c49goth.fd b/Master/texmf-dist/tex/latex/hwkatakana/c49goth.fd new file mode 100644 index 00000000000..d97ae8196bf --- /dev/null +++ b/Master/texmf-dist/tex/latex/hwkatakana/c49goth.fd @@ -0,0 +1,23 @@ +% This is the file c49goth.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{c49goth.fd}[\filedate\space\fileversion] + + +% Japanese characters +% +% character set: one-byte half-width katakana (JIS X 0201-1997) +% font encoding: eight-bit (as used in SJIS) + +\DeclareFontFamily{C49}{goth}{\hyphenchar \font\m@ne} + +\DeclareFontShape{C49}{goth}{m}{n}{<-> dgjhw}{} +\DeclareFontShape{C49}{goth}{bx}{n}{<-> s * dgjhw}{\CJKbold} + +\endinput diff --git a/Master/texmf-dist/tex/latex/hwkatakana/c49maru.fd b/Master/texmf-dist/tex/latex/hwkatakana/c49maru.fd new file mode 100644 index 00000000000..7ed51da2276 --- /dev/null +++ b/Master/texmf-dist/tex/latex/hwkatakana/c49maru.fd @@ -0,0 +1,23 @@ +% This is the file c49maru.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{c49maru.fd}[\filedate\space\fileversion] + + +% Japanese characters +% +% character set: one-byte half-width katakana (JIS X 0201-1997) +% font encoding: eight-bit (as used in SJIS) + +\DeclareFontFamily{C49}{maru}{\hyphenchar \font\m@ne} + +\DeclareFontShape{C49}{maru}{m}{n}{<-> sub * goth/m/n}{} +\DeclareFontShape{C49}{maru}{bx}{n}{<-> sub * goth/bx/n}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/hwkatakana/c49min.fd b/Master/texmf-dist/tex/latex/hwkatakana/c49min.fd new file mode 100644 index 00000000000..d9dc844df17 --- /dev/null +++ b/Master/texmf-dist/tex/latex/hwkatakana/c49min.fd @@ -0,0 +1,23 @@ +% This is the file c49min.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{c49min.fd}[\filedate\space\fileversion] + + +% Japanese characters +% +% character set: one-byte half-width katakana (JIS X 0201-1997) +% font encoding: eight-bit (as used in SJIS) + +\DeclareFontFamily{C49}{min}{\hyphenchar \font\m@ne} + +\DeclareFontShape{C49}{min}{m}{n}{<-> sub * goth/m/n}{} +\DeclareFontShape{C49}{min}{bx}{n}{<-> sub * goth/bx/n}{} + +\endinput |