Variable: LaTeX-default-style

LaTeX-default-style is a customizable variable defined in latex.el.

Value

"article"

Documentation

Default when creating new documents.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
;;; Style

(defcustom LaTeX-default-style "article"
  "Default when creating new documents."
  :group 'LaTeX-environment
  :type 'string)