Variable: LaTeX-style-list
LaTeX-style-list is a customizable variable defined in latex.el.
Value
Large value
(("j-article")
("j-report")
("j-book")
("jslides")
("jarticle")
("jreport")
("jbook")
("tarticle")
("treport")
("tbook")
("jsarticle")
("jsbook")
("ujarticle")
("ujreport")
("ujbook")
("utarticle")
("utreport")
("utbook")
("amsart")
("amsbook")
("article")
("beamer")
("book")
("dinbrief")
("foils")
("letter")
("memoir")
("minimal")
("prosper")
("report")
("scrartcl")
("scrbook")
("scrlttr2")
("scrreprt")
("slides"))
Documentation
List of document classes offered when inserting a document environment.
If TeX-arg-input-file-search is set to t, you will get
completion with all LaTeX classes available in your distribution
and this variable will be ignored.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defcustom LaTeX-style-list '(("amsart")
("amsbook")
("article")
("beamer")
("book")
("dinbrief")
("foils")
("letter")
("memoir")
("minimal")
("prosper")
("report")
("scrartcl")
("scrbook")
("scrlttr2")
("scrreprt")
("slides"))
"List of document classes offered when inserting a document environment.
If `TeX-arg-input-file-search' is set to t, you will get
completion with all LaTeX classes available in your distribution
and this variable will be ignored."
:group 'LaTeX-environment
:type '(repeat (group (string :format "%v"))))