Previous: European, Up: Internationalization [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 (NTT jTeX and ASCII pTeX). AUCTeX can be used with MULE (MULtilingual Enhancement to GNU Emacs) supported Emacsen.
To use the Japanese TeX variants, simply activate
japanese-plain-tex-mode
or japanese-latex-mode
and
everything should work. If not, send mail to Masayuki Ataka
‘<ataka@milk.freemail.ne.jp>’, who kindly donated the code for
supporting Japanese in AUCTeX. None of the primary AUCTeX
maintainers understand Japanese, so they cannot help you.
If you usually use AUCTeX in Japanese, setting the following variables is useful.
Mode to enter for a new file when it cannott be determined whether the file is plain TeX or LaTeX or what.
If you want to enter Japanese LaTeX mode whenever this may happen, set the variable like this:
(setq TeX-default-mode 'japanese-latex-mode)
The default command for TeX-command
in Japanese TeX mode.
The default value is ‘"pTeX"’.
The default command for TeX-command
in Japanese LaTeX mode.
The default value is ‘"LaTeX"’.
The default style/class when creating a new Japanese LaTeX document.
The default value is ‘"jarticle"’.
See tex-jp.el for more information.
Previous: European, Up: Internationalization [Contents][Index]