Function: preview-section
preview-section is an interactive and byte-compiled function defined
in preview.el.
Signature
(preview-section)
Documentation
Run preview on LaTeX section.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/preview.el
(defun preview-section ()
"Run preview on LaTeX section." (interactive)
(save-mark-and-excursion
(LaTeX-mark-section)
(preview-region (region-beginning) (region-end))))