Variable: LaTeX-Omega-command
LaTeX-Omega-command is a customizable variable defined in tex.el.
Value
"lambda"
Documentation
Command to run LaTeX on Omega.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defcustom LaTeX-Omega-command "lambda"
"Command to run LaTeX on Omega."
:group 'TeX-command
:type '(choice (const :tag "Lamed" "lamed")
(const :tag "Lambda" "lambda")
(string :tag "Other command")))