Variable: reftex-cite-view-format

reftex-cite-view-format is a customizable variable defined in reftex-vars.el.gz.

Value

"%2a %y, %T, %B, %j %v:%P, %s %<"

Documentation

Citation format used to display citation info in the message area.

Must NOT contain %l. See the variable reftex-cite-format for possible percent escapes.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/reftex-vars.el.gz
(defcustom reftex-cite-view-format "%2a %y, %T, %B, %j %v:%P, %s %<"
  "Citation format used to display citation info in the message area.
Must NOT contain %l.  See the variable `reftex-cite-format' for
possible percent escapes."
  :group 'reftex-citation-support
  :group 'reftex-viewing-cross-references
  :type 'string)