Function: tex-alt-print
tex-alt-print is an interactive and byte-compiled function defined in
tex-mode.el.gz.
Signature
(tex-alt-print)
Documentation
Print the .dvi file made by M-x tex-region (tex-region), M-x tex-buffer (tex-buffer) or M-x tex-file (tex-file).
Runs the shell command defined by tex-alt-dvi-print-command.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/tex-mode.el.gz
(defun tex-alt-print ()
"Print the .dvi file made by \\[tex-region], \\[tex-buffer] or \\[tex-file].
Runs the shell command defined by `tex-alt-dvi-print-command'."
(interactive)
(tex-print t))