Variable: TeX-PDF-via-dvips-ps2pdf

TeX-PDF-via-dvips-ps2pdf is a customizable and buffer-local variable defined in tex.el.

This variable is obsolete since 11.90; use TeX-PDF-from-DVI(var)/TeX-PDF-from-DVI(fun) instead.

Documentation

Whether to produce PDF output through the (La)TeX - dvips - ps2pdf sequence.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
;; If you plan to support new values of `TeX-PDF-from-DVI' remember to update
;; `TeX-command-default' accordingly.

(defcustom TeX-PDF-via-dvips-ps2pdf nil
  "Whether to produce PDF output through the (La)TeX - dvips - ps2pdf sequence."
  :group 'TeX-command
  :type 'boolean
  :safe #'booleanp
  :local t)