Variable: LaTeX-biblatex-use-Biber
LaTeX-biblatex-use-Biber is a buffer-local variable defined in
tex-style.el.
Documentation
Whether to use Biber with biblatex.
This variable is intended to be used as a file local variable to override the autodetection of the biblatex backend.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex-style.el
;; style/biblatex.el
(defvar-local LaTeX-biblatex-use-Biber t
"Whether to use Biber with biblatex.
This variable is intended to be used as a file local variable to
override the autodetection of the biblatex backend.")