Variable: LaTeX-indent-environment-list

LaTeX-indent-environment-list is a customizable variable defined in latex.el.

Value

Large value
(("verbatim" current-indentation) ("verbatim*" current-indentation)
 ("filecontents" current-indentation)
 ("filecontents*" current-indentation)
 ("tabular" LaTeX-indent-tabular) ("tabular*" LaTeX-indent-tabular)
 ("array" LaTeX-indent-tabular) ("eqnarray" LaTeX-indent-tabular)
 ("eqnarray*" LaTeX-indent-tabular) ("align" LaTeX-indent-tabular)
 ("align*" LaTeX-indent-tabular) ("aligned" LaTeX-indent-tabular)
 ("alignat" LaTeX-indent-tabular) ("alignat*" LaTeX-indent-tabular)
 ("alignedat" LaTeX-indent-tabular) ("xalignat" LaTeX-indent-tabular)
 ("xalignat*" LaTeX-indent-tabular) ("xxalignat" LaTeX-indent-tabular)
 ("flalign" LaTeX-indent-tabular) ("flalign*" LaTeX-indent-tabular)
 ("split" LaTeX-indent-tabular) ("matrix" LaTeX-indent-tabular)
 ("pmatrix" LaTeX-indent-tabular) ("bmatrix" LaTeX-indent-tabular)
 ("Bmatrix" LaTeX-indent-tabular) ("vmatrix" LaTeX-indent-tabular)
 ("Vmatrix" LaTeX-indent-tabular) ("smallmatrix" LaTeX-indent-tabular)
 ("cases" LaTeX-indent-tabular) ("longtable" LaTeX-indent-tabular)
 ("longtable*" LaTeX-indent-tabular) ("matrix*" LaTeX-indent-tabular)
 ("pmatrix*" LaTeX-indent-tabular) ("bmatrix*" LaTeX-indent-tabular)
 ("Bmatrix*" LaTeX-indent-tabular) ("vmatrix*" LaTeX-indent-tabular)
 ("Vmatrix*" LaTeX-indent-tabular)
 ("smallmatrix*" LaTeX-indent-tabular)
 ("psmallmatrix" LaTeX-indent-tabular)
 ("psmallmatrix*" LaTeX-indent-tabular)
 ("bsmallmatrix" LaTeX-indent-tabular)
 ("bsmallmatrix*" LaTeX-indent-tabular)
 ("vsmallmatrix" LaTeX-indent-tabular)
 ("vsmallmatrix*" LaTeX-indent-tabular)
 ("Vsmallmatrix" LaTeX-indent-tabular)
 ("Vsmallmatrix*" LaTeX-indent-tabular)
 ("dcases" LaTeX-indent-tabular) ("dcases*" LaTeX-indent-tabular)
 ("rcases" LaTeX-indent-tabular) ("rcases*" LaTeX-indent-tabular)
 ("drcases" LaTeX-indent-tabular) ("drcases*" LaTeX-indent-tabular)
 ("cases*" LaTeX-indent-tabular) ("stabular" LaTeX-indent-tabular)
 ("stabular*" LaTeX-indent-tabular)
 ("supertabular" LaTeX-indent-tabular)
 ("supertabular*" LaTeX-indent-tabular)
 ("mpsupertabular" LaTeX-indent-tabular)
 ("mpsupertabular*" LaTeX-indent-tabular)
 ("tblr" LaTeX-indent-tabular) ("longtblr" LaTeX-indent-tabular)
 ("talltblr" LaTeX-indent-tabular) ("booktabs" LaTeX-indent-tabular)
 ("+array" LaTeX-indent-tabular) ("+matrix" LaTeX-indent-tabular)
 ("+bmatrix" LaTeX-indent-tabular) ("+Bmatrix" LaTeX-indent-tabular)
 ("+pmatrix" LaTeX-indent-tabular) ("+vmatrix" LaTeX-indent-tabular)
 ("+Vmatrix" LaTeX-indent-tabular) ("+cases" LaTeX-indent-tabular)
 ("tabularx" LaTeX-indent-tabular) ("tabulary" LaTeX-indent-tabular)
 ("xltabular" LaTeX-indent-tabular) ("xtabular" LaTeX-indent-tabular)
 ("xtabular*" LaTeX-indent-tabular)
 ("mpxtabular" LaTeX-indent-tabular)
 ("mpxtabular*" LaTeX-indent-tabular) ("displaymath") ("equation")
 ("picture") ("tabbing") ("gather") ("gather*") ("gathered")
 ("equation*") ("multline") ("multline*") ("macrocode") ("macrocode*"))

Documentation

Alist of environments with special indentation.

The second element in each entry is the function to calculate the indentation level in columns.

Environments present in this list are not filled by filling functions, see LaTeX-fill-region-as-paragraph.

This variable was added, or its default value changed, in auctex version 14.0.7.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defcustom LaTeX-indent-environment-list
  '(("verbatim"      current-indentation)
    ("verbatim*"     current-indentation)
    ("filecontents"  current-indentation)
    ("filecontents*" current-indentation)
    ("tabular"       LaTeX-indent-tabular)
    ("tabular*"      LaTeX-indent-tabular)
    ("array"         LaTeX-indent-tabular)
    ("eqnarray"      LaTeX-indent-tabular)
    ("eqnarray*"     LaTeX-indent-tabular)
    ;; envs of amsmath.sty
    ("align"       LaTeX-indent-tabular)
    ("align*"      LaTeX-indent-tabular)
    ("aligned"     LaTeX-indent-tabular)
    ("alignat"     LaTeX-indent-tabular)
    ("alignat*"    LaTeX-indent-tabular)
    ("alignedat"   LaTeX-indent-tabular)
    ("xalignat"    LaTeX-indent-tabular)
    ("xalignat*"   LaTeX-indent-tabular)
    ("xxalignat"   LaTeX-indent-tabular)
    ("flalign"     LaTeX-indent-tabular)
    ("flalign*"    LaTeX-indent-tabular)
    ("split"       LaTeX-indent-tabular)
    ("matrix"      LaTeX-indent-tabular)
    ("pmatrix"     LaTeX-indent-tabular)
    ("bmatrix"     LaTeX-indent-tabular)
    ("Bmatrix"     LaTeX-indent-tabular)
    ("vmatrix"     LaTeX-indent-tabular)
    ("Vmatrix"     LaTeX-indent-tabular)
    ("smallmatrix" LaTeX-indent-tabular)
    ("cases"       LaTeX-indent-tabular)
    ;; env of longtable.sty
    ("longtable" LaTeX-indent-tabular)
    ;; env of ltcaption.sty
    ("longtable*" LaTeX-indent-tabular)
    ;; envs of mathtools.sty
    ("matrix*"       LaTeX-indent-tabular)
    ("pmatrix*"      LaTeX-indent-tabular)
    ("bmatrix*"      LaTeX-indent-tabular)
    ("Bmatrix*"      LaTeX-indent-tabular)
    ("vmatrix*"      LaTeX-indent-tabular)
    ("Vmatrix*"      LaTeX-indent-tabular)
    ("smallmatrix*"  LaTeX-indent-tabular)
    ("psmallmatrix"  LaTeX-indent-tabular)
    ("psmallmatrix*" LaTeX-indent-tabular)
    ("bsmallmatrix"  LaTeX-indent-tabular)
    ("bsmallmatrix*" LaTeX-indent-tabular)
    ("vsmallmatrix"  LaTeX-indent-tabular)
    ("vsmallmatrix*" LaTeX-indent-tabular)
    ("Vsmallmatrix"  LaTeX-indent-tabular)
    ("Vsmallmatrix*" LaTeX-indent-tabular)
    ("dcases"        LaTeX-indent-tabular)
    ("dcases*"       LaTeX-indent-tabular)
    ("rcases"        LaTeX-indent-tabular)
    ("rcases*"       LaTeX-indent-tabular)
    ("drcases"       LaTeX-indent-tabular)
    ("drcases*"      LaTeX-indent-tabular)
    ("cases*"        LaTeX-indent-tabular)
    ;; envs of stabular.sty
    ("stabular"  LaTeX-indent-tabular)
    ("stabular*" LaTeX-indent-tabular)
    ;; envs of supertabular.sty
    ("supertabular"    LaTeX-indent-tabular)
    ("supertabular*"   LaTeX-indent-tabular)
    ("mpsupertabular"  LaTeX-indent-tabular)
    ("mpsupertabular*" LaTeX-indent-tabular)
    ;; envs of tabularray.sty
    ("tblr"     LaTeX-indent-tabular)
    ("longtblr" LaTeX-indent-tabular)
    ("talltblr" LaTeX-indent-tabular)
    ("booktabs" LaTeX-indent-tabular)
    ("+array"   LaTeX-indent-tabular)
    ("+matrix"  LaTeX-indent-tabular)
    ("+bmatrix" LaTeX-indent-tabular)
    ("+Bmatrix" LaTeX-indent-tabular)
    ("+pmatrix" LaTeX-indent-tabular)
    ("+vmatrix" LaTeX-indent-tabular)
    ("+Vmatrix" LaTeX-indent-tabular)
    ("+cases"   LaTeX-indent-tabular)
    ;; env from tabularx.sty
    ("tabularx" LaTeX-indent-tabular)
    ;; env from tabulary.sty
    ("tabulary" LaTeX-indent-tabular)
    ;; env from xltabular.sty
    ("xltabular" LaTeX-indent-tabular)
    ;; envs of xtab.sty
    ("xtabular"    LaTeX-indent-tabular)
    ("xtabular*"   LaTeX-indent-tabular)
    ("mpxtabular"  LaTeX-indent-tabular)
    ("mpxtabular*" LaTeX-indent-tabular)
    ;; The following should have their own, smart indentation function.
    ;; Some other day.
    ("displaymath")
    ("equation")
    ("picture")
    ("tabbing")
    ;; envs from amsmath.sty
    ("gather") ("gather*") ("gathered")
    ("equation*") ("multline") ("multline*")
    ;; envs from doc.sty
    ("macrocode") ("macrocode*"))
  "Alist of environments with special indentation.
The second element in each entry is the function to calculate the
indentation level in columns.

Environments present in this list are not filled by filling
functions, see `LaTeX-fill-region-as-paragraph'."
  :group 'LaTeX-indentation
  :type '(repeat (list (string :tag "Environment")
                       (option function)))
  :package-version '(auctex . "14.0.7"))