Variable: preview-dvips-command
preview-dvips-command is a customizable variable defined in
preview.el.
Value
"dvips -Pwww -i -E %d -o %m/preview.000"
Documentation
Command used for converting to separate EPS images.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/preview.el
(defcustom preview-dvips-command
"dvips -Pwww -i -E %d -o %m/preview.000"
"Command used for converting to separate EPS images."
:group 'preview-latex
:type 'string)