Function: LaTeX-outline-offset
LaTeX-outline-offset is a byte-compiled function defined in latex.el.
Signature
(LaTeX-outline-offset)
Documentation
Offset to add to LaTeX-section-list levels to get outline level.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defun LaTeX-outline-offset ()
"Offset to add to `LaTeX-section-list' levels to get outline level."
(- 2 (LaTeX-largest-level)))