Variable: LaTeX-math-menu-unicode
LaTeX-math-menu-unicode is a customizable variable defined in
latex.el.
Value
nil
Documentation
Whether the LaTeX menu should try using Unicode for effect.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defcustom LaTeX-math-menu-unicode
(if (or (string-match "\\<GTK\\>" (emacs-version))
(memq system-type '(darwin windows-nt)))
t
nil)
"Whether the LaTeX menu should try using Unicode for effect."
:type 'boolean
:group 'LaTeX-math)