Variable: tex-print-file

tex-print-file is a variable defined in tex-mode.el.gz.

Value

nil

Documentation

File name that M-x tex-print (tex-print) prints.

Set by M-x tex-region (tex-region), M-x tex-buffer (tex-buffer), M-x tex-file (tex-file) and M-x tex-compile (tex-compile).

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/tex-mode.el.gz
(defvar tex-print-file nil
  "File name that \\[tex-print] prints.
Set by \\[tex-region], \\[tex-buffer], \\[tex-file] and \\[tex-compile].")