Variable: LaTeX-paragraph-commands-regexp

LaTeX-paragraph-commands-regexp is a variable defined in latex.el.

Value

"\\\\\\(?:\\(?:appendix\\|begin\\|c\\(?:aption\\|hapter\\|learpage\\)\\|end\\|include\\(?:only\\)?\\|label\\|maketitle\\|n\\(?:ew\\(?:block\\|page\\)\\|oindent\\)\\|par\\(?:agraph\\|t\\)?\\|s\\(?:\\(?:ubs\\(?:ubs\\)?\\)?ection\\)\\|tableofcontents\\)\\b\\|[][]\\)"

Documentation

Regular expression matching LaTeX macros that should have their own line.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defvar LaTeX-paragraph-commands-regexp (LaTeX-paragraph-commands-regexp-make)
  "Regular expression matching LaTeX macros that should have their own line.")