Variable: tex-run-command
tex-run-command is a customizable variable defined in tex-mode.el.gz.
Value
"tex"
Documentation
Command used to run TeX subjob.
TeX Mode sets tex-command to this string.
See the documentation of that variable.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/tex-mode.el.gz
;;;###autoload
(defcustom tex-run-command (purecopy "tex")
"Command used to run TeX subjob.
TeX Mode sets `tex-command' to this string.
See the documentation of that variable."
:type 'string
:group 'tex-run)