16 lines
451 B
Diff
16 lines
451 B
Diff
---
|
|
tex.el | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- tex.el
|
|
+++ tex.el 2022-09-10 15:13:15.964170324 +0000
|
|
@@ -450,7 +450,7 @@ string."
|
|
;; TeX-print-command.
|
|
|
|
(defcustom TeX-print-command
|
|
- "{ test -e %d && %(o?)dvips -P%p %r %s; } || lpr -P%p %o"
|
|
+ "{ test -e %d && %(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
|