[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
To write Japanese text with AUCTeX you need to have versions of TeX and Emacs that support Japanese. There exist at least two variants of TeX for Japanese text (jTeX and pTeX), and AUCTeX can be used with MULE supported Emacsen.
To install Japanese support for AUCTeX, copy `tex-jp.el' to AUCTeX installed directory. Next two commands will automatically install contributed files.
make contrib make install-contrib |
See `INSTALL' and `Makefile' for more information.
To use the Japanese TeX variants, simply enter japanese-tex-mode
,
japanese-latex-mode
, or japanese-slitex-mode
, and
everything should work. If not, send mail to Shinji Kobayashi
`<koba@flab.fujitsu.co.jp>', who kindly donated the code for
supporting Japanese in AUCTeX. None of the primary AUCTeX
maintainers understand Japanese, so they can not help you.
If you usually use AUCTeX in Japanese, setting following variables is useful.
To use Japanese TeX always, set japanese command for example:
(setq TeX-default-mode 'japanese-latex-mode) |
The default value is `jTeX'.
The default value is `jLaTeX'.
The default value is `j-article'.
See `tex-jp.el' for more information.