Variable: LaTeX-catchfilebetweentags-use-numeric-label

LaTeX-catchfilebetweentags-use-numeric-label is a customizable variable defined in tex-style.el.

Value

t

Documentation

If non-nil, insert automatic numerical labels.

Otherwise the prompt asks for a label name.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex-style.el
;; style/catchfilebetweentags.el

(defcustom LaTeX-catchfilebetweentags-use-numeric-label t
  "If non-nil, insert automatic numerical labels.
Otherwise the prompt asks for a label name."
  :type 'boolean)