Variable: LaTeX-default-width
LaTeX-default-width is a customizable and buffer-local variable
defined in latex.el.
Documentation
Default width for minipage and tabular* environments.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defcustom LaTeX-default-width "1.0\\linewidth"
"Default width for minipage and tabular* environments."
:group 'LaTeX-environment
:type 'string
:local t)