Variable: preview-preprocess-functions
preview-preprocess-functions is a variable defined in preview.el.
Value
nil
Documentation
List of functions used to preprocess region before previewing.
The functions in this variable will each be called inside
preview-region with one argument which is a string.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/preview.el
(defvar preview-preprocess-functions nil
"List of functions used to preprocess region before previewing.
The functions in this variable will each be called inside
`preview-region' with one argument which is a string.")