Variable: TeX-command-extra-options

TeX-command-extra-options is a customizable and buffer-local variable defined in tex.el.

Documentation

String with the extra options to be given to the TeX processor.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defcustom TeX-command-extra-options ""
  "String with the extra options to be given to the TeX processor."
  :type 'string
  :local t)