Variable: TeX-source-specials-places
TeX-source-specials-places is a customizable variable defined in
tex.el.
Value
nil
Documentation
List of places where to insert source specials into the DVI file.
If nil, use (La)TeX's defaults.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defcustom TeX-source-specials-places nil
"List of places where to insert source specials into the DVI file.
If nil, use (La)TeX's defaults."
:group 'TeX-view
:type '(list (set :inline t
;; :tag "Options known to work"
;; cr display hbox math par parend vbox
(const "cr")
(const "display")
(const "hbox")
(const "math")
(const "par")
(const "parend")
(const "vbox"))
(repeat :inline t
:tag "Other options"
(string))))