Variable: TeX-LaTeX-sentinel-banner-regexp
TeX-LaTeX-sentinel-banner-regexp is a customizable variable defined in
tex.el.
Value
"^\\(\\*\\* \\)?J?I?p?\\(La\\|Sli\\)TeX\\(2e\\)? \\(Version\\|ver\\.\\|<[0-9/-]*\\(?:u[^>]*\\)?>\\)"
Documentation
Regexp to identify the banner line in the LaTeX output.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defcustom TeX-LaTeX-sentinel-banner-regexp
"^\\(\\*\\* \\)?J?I?p?\\(La\\|Sli\\)TeX\\(2e\\)? \
\\(Version\\|ver\\.\\|<[0-9/-]*\\(?:u[^>]*\\)?>\\)"
"Regexp to identify the banner line in the LaTeX output."
:group 'TeX-output
:type 'regexp)