Variable: preview-inner-environments

preview-inner-environments is a customizable variable defined in preview.el.

Value

("Bmatrix" "Vmatrix" "aligned" "array" "bmatrix" "cases" "gathered"
 "matrix" "pmatrix" "smallmatrix" "split" "subarray" "vmatrix")

Documentation

Environments not to be previewed on their own.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/preview.el
(defcustom preview-inner-environments '("Bmatrix" "Vmatrix" "aligned"
                                        "array" "bmatrix" "cases"
                                        "gathered" "matrix" "pmatrix"
                                        "smallmatrix" "split"
                                        "subarray" "vmatrix")
  "Environments not to be previewed on their own."
  :group 'preview-latex
  :type '(repeat string))