Variable: bib-cite-use-reftex-view-crossref

bib-cite-use-reftex-view-crossref is a customizable variable defined in bib-cite.el.

Value

nil

Documentation

Non-nil means, RefTeX will be used to find cross references.

When this variable is non-nil, both bib-find and bib-display will call a function in RefTeX to find or display the cross reference of a
\ref or \cite macro at point.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/bib-cite.el
(defcustom bib-cite-use-reftex-view-crossref nil
  "Non-nil means, RefTeX will be used to find cross references.
When this variable is non-nil, both `bib-find' and `bib-display' will
call a function in RefTeX to find or display the cross reference of a
\\ref or \\cite macro at point."
  :type 'boolean)