Variable: LaTeX-math-insert-function
LaTeX-math-insert-function is a customizable variable defined in
latex.el.
Value
TeX-insert-macro
Documentation
Function called with argument STRING to insert \STRING.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defcustom LaTeX-math-insert-function #'TeX-insert-macro
"Function called with argument STRING to insert \\STRING."
:group 'LaTeX-math
:type 'function)