Variable: LaTeX-auto-pagestyle-regexp-list
LaTeX-auto-pagestyle-regexp-list is a variable defined in latex.el.
Value
(("\\\\ps@\\([A-Za-z]+\\)" 1 LaTeX-auto-pagestyle))
Documentation
List of regular expressions matching LaTeX pagestyles only.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defvar LaTeX-auto-pagestyle-regexp-list
'(("\\\\ps@\\([A-Za-z]+\\)" 1 LaTeX-auto-pagestyle))
"List of regular expressions matching LaTeX pagestyles only.")