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