Variable: BibLaTeX-global-style-files

BibLaTeX-global-style-files is a variable defined in latex.el.

Value

nil

Documentation

Association list of BibLaTeX style files.

Initialized once at the first time you prompt for a BibLaTeX style. May be reset with C-u (universal-argument) M-x TeX-normal-mode (TeX-normal-mode).

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defvar BibLaTeX-global-style-files nil
  "Association list of BibLaTeX style files.

Initialized once at the first time you prompt for a BibLaTeX
style.  May be reset with `\\[universal-argument] \\[TeX-normal-mode]'.")