Variable: TeX-region-extra

TeX-region-extra is a customizable variable defined in tex.el.

Value

""

Documentation

String to insert in the region file between the header and the text.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defcustom TeX-region-extra ""
  "String to insert in the region file between the header and the text."
  :group 'TeX-command
  :type 'string)