Variable: LaTeX-trailer-start

LaTeX-trailer-start is a variable defined in latex.el.

Value

"^[^%\n]*\\\\end *{document}"

Documentation

Default start of trailer marker for LaTeX documents.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defvar LaTeX-trailer-start
  (concat "^[^%\n]*" (regexp-quote TeX-esc) "end *"
          TeX-grop "document" TeX-grcl)
  "Default start of trailer marker for LaTeX documents.")