Function: tex-source-correlate-mode
tex-source-correlate-mode is a function alias and interactive for
TeX-source-correlate-mode(var)/TeX-source-correlate-mode(fun), defined in tex.el.
Signature
(tex-source-correlate-mode &optional ARG)
Documentation
Minor mode for forward and inverse search.
If enabled, the viewer can be advised to show the output page corresponding to the point in the source and vice versa.
The method to be used can be controlled with the variable
TeX-source-correlate-method. Currently source specials or
SyncTeX are recognized.
This is a global minor mode. If called interactively, toggle the
Tex-Source-Correlate mode mode. If the prefix argument is
positive, enable the mode, and if it is zero or negative, disable
the mode.
If called from Lisp, toggle the mode if ARG is toggle. Enable
the mode if ARG is nil, omitted, or is a positive number.
Disable the mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate (default-value \=TeX-source-correlate-mode)'.
The mode's hook is called both when the mode is enabled and when it is disabled.
Key Bindings
Aliases
TeX-source-specials-mode (obsolete since 11.86)
tex-source-correlate-mode