Variable: latex-imenu-indent-string

latex-imenu-indent-string is a customizable variable defined in tex-mode.el.gz.

Value

". "

Documentation

String to add repeated in front of nested sectional units for Imenu.

An alternative value is " . ", if you use a font with a narrow period.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/tex-mode.el.gz
;;;;
;;;; Imenu support
;;;;

(defcustom latex-imenu-indent-string ". "
  "String to add repeated in front of nested sectional units for Imenu.
An alternative value is \" . \", if you use a font with a narrow period."
  :type 'string
  :group 'tex)