File: reftex.el.html
RefTeX is a minor mode with distinct support for \ref, \label, \cite,
and \index commands in (multi-file) LaTeX documents.
- A table of contents provides easy access to any part of a document.
- Labels are created semi-automatically.
- Definition context of labels is provided when creating a reference.
- Citations are simplified with efficient database lookup.
- Text phrases can be collected in a file, for later global indexing.
- The index preview buffer helps to check and edit index entries.
There is an extensive Texinfo document describing RefTeX in detail.
One way to view this documentation is M-x reftex-info RET.
The documentation in various formats is also available at
https://www.gnu.org/software/auctex/manual/reftex.index.html
RefTeX is bundled with Emacs. If you need to install it yourself, you can find a distribution at
https://www.gnu.org/software/auctex/reftex.html
RefTeX was written by Carsten Dominik <dominik@science.uva.nl> with contributions from Stephen Eglen. It is currently maintained by the AUCTeX project.
Defined variables (10)
reftex-auto-view-crossref-timer | The timer used for auto-view-crossref. |
reftex-last-toc-master | Stores the name of the tex file that ‘reftex-toc’ was last run on. |
reftex-memory | Memorizes old variable values to indicate changes in these variables. |
reftex-mode | Non-nil if Reftex mode is enabled. |
reftex-mode-hook | Hook which is being run when turning on RefTeX mode. |
reftex-mode-map | Keymap for RefTeX mode. |
reftex-mode-menu | Menu used in RefTeX mode. |
reftex-tables-dirty | Flag showing if tables need to be re-computed. |
reftex-toc-auto-recenter-timer | The idle timer used to recenter the toc window. |
reftex-version | Version string for RefTeX. |