Variable: preview-prefer-TeX-bb
preview-prefer-TeX-bb is a customizable variable defined in
preview.el.
Value
nil
Documentation
Prefer TeX bounding box to EPS one if available.
If preview-fast-conversion is set, this option is not
consulted since the TeX bounding box has to be used anyway.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/preview.el
(defcustom preview-prefer-TeX-bb nil
"Prefer TeX bounding box to EPS one if available.
If `preview-fast-conversion' is set, this option is not
consulted since the TeX bounding box has to be used anyway."
:group 'preview-gs
:type 'boolean)