diff options
author | Karl Berry <karl@freefriends.org> | 2007-12-25 19:40:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-12-25 19:40:37 +0000 |
commit | 5add72a97c4169db1bd015cda101cade3c7619d6 (patch) | |
tree | b58dbe1a1962ad4419735269d534b0a09470bcb8 /Master/texmf-dist/doc/latex/japanese/README | |
parent | 6a3be225f24e89c9fe7abcf0345d28e8c3f48591 (diff) |
rm japanese
git-svn-id: svn://tug.org/texlive/trunk@5903 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/japanese/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/japanese/README | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/Master/texmf-dist/doc/latex/japanese/README b/Master/texmf-dist/doc/latex/japanese/README deleted file mode 100644 index 05ee0776097..00000000000 --- a/Master/texmf-dist/doc/latex/japanese/README +++ /dev/null @@ -1,60 +0,0 @@ -1. SUMMARY - -Currently, the babel package does not provide a Japanese option. -This package behaves in a similar way as if you provided -(non-existent) Japanese option in the babel package so that you -can handle Japanese language with it. - - -2. ENCODINGS - -Japanese language has three major encodings: EUC-JP, JIS and -SJIS (you may want to add UTF-8 to the above). A user must adapt -this package to the Japanese encoding he/she is using. - -The included japanese.dtx is encoded in JIS (ISO-2022-JP). Users -using other encodings must covert that file to suit their -environment before installation. Do the following in the directory -which contain japanese.dtx: - - 1) EUC-JP - mv japanese.dtx japanese.dtx.orig - iconv -f ISO-2022-JP -t EUC-JP japanese.dtx.orig > japanese.dtx - - 2) SJIS (for Windows) - mv japanese.dtx japanese.dtx.ori - iconv -f ISO-2022-JP -t CP932 japanese.dtx.orig > japanese.dtx - - -3. INSTALLATION - - 1) Process japanese.ins with a TeX which is capable of handling - Japanese language, e.g. - - ptex japanese.ins - - 2) Read langxmpl.dat and create language.dat file following the - instruction of the file (you may simply rename it). - - 3) Process documentation, readme.tex and sample.tex, as you wish. - - 4) Deploy the directory or files in an appropriate place under - the TeX tree. - - 5) Execute mktexlsr. - - -4. COPYRIGHT - -Copyright (C) 1999 by ING - -This package is free software that can be redistributed and/or -modified under the terms of the LaTeX Project Public License as -specified in the file `macros/latex/base/lppl.txt on any CTAN -archive server, such as http://ring.wakwak.com/pub/text/CTAN/. - -Maintained by ING, -using ideas by bookworm, Tony, and Ohishi. - -Please report errors to: ING - t-ing@tbh.t-com.ne.jp |