Variable: preview-fast-conversion

preview-fast-conversion is a customizable variable defined in preview.el.

Value

t

Documentation

Set this for single-file PostScript conversion.

This will have no effect when preview-image-type is set to postscript.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/preview.el
(defcustom preview-fast-conversion t
  "Set this for single-file PostScript conversion.
This will have no effect when `preview-image-type' is
set to `postscript'."
  :group 'preview-latex
  :type 'boolean)