Variable: AmSTeX-clean-output-suffixes

AmSTeX-clean-output-suffixes is a customizable variable defined in plain-tex.el.

Value

("\\.dvi" "\\.pdf" "\\.ps" "\\.xdv")

Documentation

List of regexps matching suffixes of output files to be deleted.

The regexps will be anchored at the end of the file name to be matched, that is, you do _not_ have to cater for this yourself by adding \\' or $.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/plain-tex.el
(defcustom AmSTeX-clean-output-suffixes TeX-clean-default-output-suffixes
  "List of regexps matching suffixes of output files to be deleted.
The regexps will be anchored at the end of the file name to be matched,
that is, you do _not_ have to cater for this yourself by adding \\\\\\=' or $."
  :type '(repeat regexp)
  :group 'TeX-command)