Variable: TeX-math-toggle-off-input-method
TeX-math-toggle-off-input-method is a customizable variable defined in
tex.el.
Value
t
Documentation
If non-nil, auto turn off some input methods when entering math mode.
See TeX-math-input-method-off-regexp.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
;;; Dollars
;;
;; Rewritten from scratch with use of `texmathp' by
;; Carsten Dominik <dominik@strw.leidenuniv.nl>
(defcustom TeX-math-toggle-off-input-method t
"If non-nil, auto turn off some input methods when entering math mode.
See `TeX-math-input-method-off-regexp'."
:group 'TeX-macro
:type 'boolean)