Variable: LaTeX-command
LaTeX-command is a customizable variable defined in tex.el.
Value
"latex"
Documentation
Command to run LaTeX.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defcustom LaTeX-command "latex"
"Command to run LaTeX."
:group 'TeX-command
:type 'string)