Variable: allout-head-line-style

allout-head-line-style is a customizable variable defined in allout.el.gz.

Value

"\\large\\sl "

Documentation

Font and size of entries for LaTeX formatting of an outline.

Source Code

;; Defined in /usr/src/emacs/lisp/allout.el.gz
;;;_  - allout-head-line-style
(defcustom allout-head-line-style "\\large\\sl "
  "Font and size of entries for LaTeX formatting of an outline."
  :type 'string
  :group 'allout)