Variable: preview-dvipng-command
preview-dvipng-command is an alias and customizable for
preview-dvi*-command, defined in preview.el.
This variable is obsolete since 14.2.0; use preview-dvi*-command
instead.
Value
"dvipng -picky -noghostscript %d -o %m/prev%%03d.png"
Documentation
Command used for converting to separate PNG images.
If it is a string, it is used as the command. Otherwise, the value is expected to be a function that returns the command as a string.
You might specify options for converting to other image types,
but then you'll need to adapt preview-dvi*-image-type.
Aliases
preview-dvipng-command(var)/preview-dvipng-command(fun) (obsolete since 14.2.0)