Variable: bib-bibtex-env-variable

bib-bibtex-env-variable is a customizable variable defined in bib-cite.el.

Value

"BIBINPUTS"

Documentation

Environment variable setting the path where BiBTeX input files are found.

BiBTeX 0.99b manual says this should be TEXBIB. Another version says it should BSTINPUTS. I don't know anymore!

The colon character (:) is the default path separator in unix, but you may use semi-colon (;) for DOS or OS/2 if you set bib-dos-or-os2-variable to t.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/bib-cite.el
(defcustom bib-bibtex-env-variable "BIBINPUTS"
  "Environment variable setting the path where BiBTeX input files are found.
BiBTeX 0.99b manual says this should be TEXBIB.
Another version says it should BSTINPUTS.  I don't know anymore!

The colon character (:) is the default path separator in unix, but you may
use semi-colon (;) for DOS or OS/2 if you set `bib-dos-or-os2-variable' to t."
  :type 'string)