Variable: TeX-source-correlate-output-page-function

TeX-source-correlate-output-page-function is a buffer-local variable defined in tex.el.

Documentation

Symbol of function returning an output page relating to buffer position.

The function should take no arguments and return the page numer as a string.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defvar-local TeX-source-correlate-output-page-function nil
  "Symbol of function returning an output page relating to buffer position.
The function should take no arguments and return the page numer
as a string.")