Variable: TeX-style-global

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

Value

"/root/.emacs.d/elpa/auctex-14.1.2/style"

Documentation

Directory containing hand generated TeX information.

These correspond to TeX macros shared by all users of a site.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
;;; Style Paths

(defcustom TeX-style-global (expand-file-name "style" TeX-data-directory)
  "Directory containing hand generated TeX information.

These correspond to TeX macros shared by all users of a site."
  :group 'TeX-file
  :type 'directory)