Variable: preview-dvi*-image-type
preview-dvi*-image-type is a customizable variable defined in
preview.el.
Value
png
Documentation
Image type that dvi conversion produces.
You'll need to change the variable preview-dvi*-command too, if you
customize this.
This variable was added, or its default value changed, in auctex version 14.2.0.
Aliases
preview-dvipng-image-type (obsolete since 14.2.0)
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/preview.el
(defcustom preview-dvi*-image-type
'png
"Image type that dvi conversion produces.
You'll need to change the variable `preview-dvi*-command' too, if you
customize this."
:group 'preview-latex
:type '(choice (const png)
(const gif)
(symbol :tag "Other" :value png))
:package-version '(auctex . "14.2.0"))