Variable: reftex-include-file-commands

reftex-include-file-commands is a customizable variable defined in reftex-vars.el.gz.

Value

("include" "input")

Documentation

LaTeX commands which input another file.

The file name is expected after the command, either in braces or separated by whitespace.

Probably introduced at or before Emacs version 22.1.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/reftex-vars.el.gz
(defcustom reftex-include-file-commands '("include" "input")
  "LaTeX commands which input another file.
The file name is expected after the command, either in braces or separated
by whitespace."
  :group 'reftex-table-of-contents-browser
  :set #'reftex-set-dirty
  :type '(repeat string))