Variable: bib-cite-aux-inputs
bib-cite-aux-inputs is a customizable variable defined in bib-cite.el.
Value
nil
Documentation
List of directories to search for .aux files.
MiKTeX has the LaTeX option -aux-directory to store .aux files in an alternate directory. You may set this variable to let bib-cite find these .aux files.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/bib-cite.el
(defcustom bib-cite-aux-inputs nil
"List of directories to search for .aux files.
MiKTeX has the LaTeX option -aux-directory to store .aux files in an alternate
directory. You may set this variable to let bib-cite find these .aux files."
:type '(repeat (file :format "%v")))