Variable: TeX-output-extension

TeX-output-extension is a buffer-local variable defined in tex.el.

Documentation

Extension of TeX output file.

This is either a string or a list with a string as element. Its value is obtained from TeX-command-output-list. Access to the value should be through the function TeX-output-extension(var)/TeX-output-extension(fun).

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defvar-local TeX-output-extension nil
  "Extension of TeX output file.
This is either a string or a list with
a string as element.  Its value is obtained from `TeX-command-output-list'.
Access to the value should be through the function `TeX-output-extension'.")