Variable: TeX-macro-global

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

Value

("/usr/share/texmf/tex/" "/usr/share/texmf/bibtex/bst/"
 "/usr/share/texmf/ptex/" "/usr/share/texmf/pbibtex/bst/"
 "/usr/share/texmf/jtex/" "/usr/share/texmf/jbibtex/bst/")

Documentation

Directories containing the site's TeX macro and style files.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defcustom TeX-macro-global (TeX-macro-global)
  "Directories containing the site's TeX macro and style files."
  :group 'TeX-file
  :type '(repeat (directory :format "%v")))