Variable: tex-shell-file-name

tex-shell-file-name is a customizable variable defined in tex-mode.el.gz.

Value

nil

Documentation

If non-nil, the shell file name to run in the subshell used to run TeX.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/tex-mode.el.gz
;;;###autoload
(defcustom tex-shell-file-name nil
  "If non-nil, the shell file name to run in the subshell used to run TeX."
  :type '(choice (const :tag "None" nil)
		 string)
  :group 'tex-run)