Variable: LaTeX-beamer-section-labels-flag
LaTeX-beamer-section-labels-flag is a customizable variable defined in
tex-style.el.
Value
nil
Documentation
If non-nil section labels are added.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex-style.el
;; style/beamer.el
(defcustom LaTeX-beamer-section-labels-flag nil
"If non-nil section labels are added."
:type 'boolean)