Variable: TeX-source-specials-view-position-flags

TeX-source-specials-view-position-flags is a customizable variable defined in tex.el.

Value

"-sourceposition \"%n %b\""

Documentation

Flags to pass to the DVI viewer commands for the position in the source.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defcustom TeX-source-specials-view-position-flags
  "-sourceposition \"%n %b\""
  "Flags to pass to the DVI viewer commands for the position in the source."
  :group 'TeX-view
  :type 'string)