Variable: tex-bibtex-command

tex-bibtex-command is a customizable variable defined in tex-mode.el.gz.

Value

"bibtex"

Documentation

Command used by tex-bibtex-file to gather bibliographic data.

If this string contains an asterisk (*), that is replaced by the file name; otherwise, the file name, preceded by blank, is added at the end.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/tex-mode.el.gz
;;;###autoload
(defcustom tex-bibtex-command "bibtex"
  "Command used by `tex-bibtex-file' to gather bibliographic data.
If this string contains an asterisk (`*'), that is replaced by the file name;
otherwise, the file name, preceded by blank, is added at the end."
  :type 'string
  :group 'tex-run)