Variable: tex-zap-file

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

Value

nil

Documentation

Temporary file name used for text being sent as input to TeX.

Should be a simple file name with no extension or directory specification.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/tex-mode.el.gz
(defvar tex-zap-file nil
  "Temporary file name used for text being sent as input to TeX.
Should be a simple file name with no extension or directory specification.")