Variable: LaTeX-write18-enabled-p

LaTeX-write18-enabled-p is a customizable variable defined in tex-style.el.

Value

t

Documentation

If non-nil, insert automatically the \write18 calling metapost.

When disabled, you have to use mpost on the mp files automatically produced by emp.sty and then re-LaTeX the document.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex-style.el
;; style/emp.el

(defcustom LaTeX-write18-enabled-p t
  "If non-nil, insert automatically the \\write18 calling metapost.
When disabled, you have to use mpost on the mp files automatically
produced by emp.sty and then re-LaTeX the document."
  :type 'boolean)