reftex-mode
reftex-mode is an interactive autoloaded compiled Lisp function in `reftex.el
'.
(reftex-mode &optional ARG)
Minor mode with distinct support for \label, \ref and \cite in LaTeX.
A Table of Contents of the entire (multifile) document with browsing
capabilities is available with `C-c ='.
Labels can be created with `C-c (' and referenced with `C-c )'.
When referencing, you get a menu with all labels of a given type and
context of the label definition. The selected label is inserted as a
\ref macro.
Citations can be made with `C-c [' which will use a regular expression
to pull out a *formatted* list of articles from your BibTeX
database. The selected citation is inserted as a \cite macro.
Index entries can be made with `C-c /' which indexes the word at point
or the current selection. More general index entries are created with
`C-c <'. `C-c >' displays the compiled index.
Most command have help available on the fly. This help is accessed by
pressing `?' to any prompt mentioning this feature.
Extensive documentation about RefTeX is available in Info format.
You can view this information with `M-x reftex-info'.
key binding
--- -------
C-c Prefix Command
<S-mouse-2> reftex-mouse-view-crossref
C-c & reftex-view-crossref
C-c ( reftex-label
C-c ) reftex-reference
C-c - reftex-toc-recenter
C-c / reftex-index-selection-or-word
C-c < reftex-index
C-c = reftex-toc
C-c > reftex-display-index
C-c [ reftex-citation
C-c \ reftex-index-phrase-selection-or-word
C-c | reftex-index-visit-phrases-buffer
Under X, these and other functions will also be available as `Ref' menu
on the menu bar.
------------------------------------------------------------------------------