Table of Contents
=================
- User Option: reftex-toc-max-level
The maximum level of toc entries which will be included in the TOC.
Section headings with a bigger level will be ignored. In RefTeX,
chapters are level 1, sections level 2 etc. This variable can be
changed from within the `*toc*' buffer with the `t' key.
- User Option: reftex-toc-keep-other-windows
Non-`nil' means, split the selected window to display the `*toc*'
buffer. This helps to keep the window configuration, but makes
the `*toc*' small. When `nil', all other windows except the
selected one will be deleted, so that the `*toc*' window fills
half the frame.
- User Option: reftex-toc-include-file-boundaries
Non-`nil' means, include file boundaries in `*toc*' buffer. This
flag can be toggled from within the `*toc*' buffer with the `i'
key.
- User Option: reftex-toc-include-labels
Non-`nil' means, include labels in `*toc*' buffer. This flag can
be toggled from within the `*toc*' buffer with the `l' key.
- User Option: reftex-toc-include-index-entries
Non-`nil' means, include index entries in `*toc*' buffer. This
flag can be toggled from within the `*toc*' buffer with the `i'
key.
- User Option: reftex-toc-include-context
Non-`nil' means, include context with labels in the `*toc*'
buffer. Context will only be shown if the labels are visible as
well. This flag can be toggled from within the `*toc*' buffer
with the `c' key.
- User Option: reftex-toc-follow-mode
Non-`nil' means, point in `*toc*' buffer (the table-of-contents
buffer) will cause other window to follow. The other window will
show the corresponding part of the document. This flag can be
toggled from within the `*toc*' buffer with the `f' key.
- Normal Hook: reftex-toc-mode-hook
Normal hook which is run when a `*toc*' buffer is created.
- Keymap: reftex-toc-map
The keymap which is active in the `*toc*' buffer. (Note:Table of
Contents).