Variable: TeX-command-Biber

TeX-command-Biber is a customizable and buffer-local variable defined in tex.el.

Documentation

The name of the Biber entry in TeX-command-list.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defcustom TeX-command-Biber "Biber"
  "The name of the Biber entry in `TeX-command-list'."
  :group 'TeX-command-name
  :type 'string
  :local t)