Variable: reftex-max-section-depth

reftex-max-section-depth is a customizable variable defined in reftex-vars.el.gz.

Value

12

Documentation

Maximum depth of section levels in document structure.

The default in standard LaTeX is 7, but there are packages for which this needs to be larger.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/reftex-vars.el.gz
(defcustom reftex-max-section-depth 12
  "Maximum depth of section levels in document structure.
The default in standard LaTeX is 7, but there are packages for
which this needs to be larger."
  :group 'reftex-table-of-contents-browser
  :type 'integer)