Variable: reftex-part-resets-chapter

reftex-part-resets-chapter is a customizable variable defined in reftex-vars.el.gz.

Value

nil

Documentation

Non-nil means, \part is like any other sectioning command.

This means, part numbers will be included in the numbering of chapters, and chapter counters will be reset for each part. When nil (the default), parts are special, do not reset the chapter counter and also do not show up in chapter numbers.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/reftex-vars.el.gz
(defcustom reftex-part-resets-chapter nil
  "Non-nil means, \\part is like any other sectioning command.
This means, part numbers will be included in the numbering of chapters, and
chapter counters will be reset for each part.
When nil (the default), parts are special, do not reset the chapter counter
and also do not show up in chapter numbers."
  :group 'reftex-table-of-contents-browser
  :type 'boolean)