2017-06-29 11:09:33 +02:00
|
|
|
--- tex.el
|
2015-12-04 13:21:11 +01:00
|
|
|
+++ tex.el 2015-11-14 12:10:30.386677534 +0200
|
2018-04-18 10:00:06 +02:00
|
|
|
@@ -345,7 +345,7 @@
|
2015-12-04 13:21:11 +01:00
|
|
|
;; TeX-print-command.
|
|
|
|
|
|
|
|
(defcustom TeX-print-command
|
|
|
|
- "{ test -e %s.dvi && %(o?)dvips -P%p %r %s; } || lpr -P%p %o"
|
|
|
|
+ "{ test -e %s.dvi && %(o?)dvips %r -f %s | lpr -P%p; } || lpr -P%p %o"
|
|
|
|
"Command used to print a file.
|
|
|
|
|
|
|
|
First `%p' is expanded to the printer name, then ordinary expansion is
|