Variable: LaTeX-default-tabular-environment

LaTeX-default-tabular-environment is a buffer-local variable defined in latex.el.

Documentation

The default tabular-like environment used when inserting a table env.

Styles such as tabularx may set it according to their needs.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defvar-local LaTeX-default-tabular-environment "tabular"
  "The default tabular-like environment used when inserting a table env.
Styles such as tabularx may set it according to their needs.")