Variable: TeX-virgin-style

TeX-virgin-style is a customizable variable defined in tex.el.

Value

"NoVirtexSymbols"

Documentation

Style all documents use.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defcustom TeX-virgin-style (if (and TeX-auto-global
                                     (file-directory-p TeX-auto-global))
                                "virtex"
                              "NoVirtexSymbols")
  "Style all documents use."
  :group 'TeX-parse
  :type 'string)