[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
To write Japanese text with AUC TeX 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 AUC TeX can be used with MULE supported Emacsens.
To install Japanese support for AUC TeX, copy `tex-jp.el' to AUC TeX installed directory. Next two commands will automatically install contributed files.
make contrib make install-contrib |
See `INSTALLATION' 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 AUC TeX. None of the primary AUC TeX
maintainers understand Japanese, so they can not help you.
If you usually use AUC TeX 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.