Variable: japanese-TeX-use-kanji-opt-flag
japanese-TeX-use-kanji-opt-flag is a customizable variable defined in
tex-jp.el.
Value
t
Documentation
Add kanji option to Japanese pTeX family if non-nil.
If TeX-japanese-process-input-coding-system or
TeX-japanese-process-output-coding-system are non-nil, the process coding
systems are determined by their values regardless of the kanji option.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex-jp.el
(defcustom japanese-TeX-use-kanji-opt-flag t
"Add kanji option to Japanese pTeX family if non-nil.
If `TeX-japanese-process-input-coding-system' or
`TeX-japanese-process-output-coding-system' are non-nil, the process coding
systems are determined by their values regardless of the kanji option."
:type 'boolean)