Variable: preview-required-option-list
preview-required-option-list is a customizable variable defined in
preview.el.
Value
("active" "tightpage" "auctex"
(preview-preserve-counters "counters"))
Documentation
Specifies required options passed to the preview package.
These are passed regardless of whether there is an explicit
\usepackage of that package present.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/preview.el
(defcustom preview-required-option-list '("active" "tightpage" "auctex"
(preview-preserve-counters
"counters"))
"Specifies required options passed to the preview package.
These are passed regardless of whether there is an explicit
\\usepackage of that package present."
:group 'preview-latex
:type preview-expandable-string)