Variable: bib-substitute-string-in-display

bib-substitute-string-in-display is a customizable variable defined in bib-cite.el.

Value

t

Documentation

Determines if bib-display will substitute @string definitions.

If t, then the @string text is substituted. If nil, the text is not substituted but the @string entry is included.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/bib-cite.el
(defcustom bib-substitute-string-in-display t
  "Determines if `bib-display' will substitute @string definitions.
If t, then the @string text is substituted.
If nil, the text is not substituted but the @string entry is included."
  :type 'boolean)