Variable: slitex-run-command

slitex-run-command is a customizable variable defined in tex-mode.el.gz.

Value

"slitex"

Documentation

Command used to run SliTeX subjob.

SliTeX 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 slitex-run-command (purecopy "slitex")
  "Command used to run SliTeX subjob.
SliTeX Mode sets `tex-command' to this string.
See the documentation of that variable."
  :type 'string
  :group 'tex-run)