Function: TeX-command-run-all-region
TeX-command-run-all-region is an interactive and byte-compiled
function defined in tex.el.
Signature
(TeX-command-run-all-region)
Documentation
Compile the current region until an error occurs or it is finished.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defun TeX-command-run-all-region ()
"Compile the current region until an error occurs or it is finished."
(interactive)
(TeX-region-update)
(TeX-command-sequence t t #'TeX-region-file))