Variable: TeX-command-Print

TeX-command-Print is a customizable variable defined in tex.el.

Value

"Print"

Documentation

The name of the Print entry in TeX-command-Print.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defcustom TeX-command-Print "Print"
  "The name of the Print entry in `TeX-command-Print'."
  :group 'TeX-command-name
  :type 'string)