Variable: latex-run-command
latex-run-command is a customizable variable defined in
tex-mode.el.gz.
Value
"latex"
Documentation
Command used to run LaTeX subjob.
LaTeX 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 latex-run-command "latex"
"Command used to run LaTeX subjob.
LaTeX Mode sets `tex-command' to this string.
See the documentation of that variable."
:type 'string
:group 'tex-run)