462ce74644
Upgraded to 11.89, removed two patches and added a patch about dvips, previously included in auctex-11.87.dif. OBS-URL: https://build.opensuse.org/request/show/347440 OBS-URL: https://build.opensuse.org/package/show/editors/emacs-auctex?expand=0&rev=31
12 lines
421 B
Diff
12 lines
421 B
Diff
--- tex.el.orig 2015-11-14 12:07:48.063461445 +0200
|
|
+++ tex.el 2015-11-14 12:10:30.386677534 +0200
|
|
@@ -339,7 +339,7 @@
|
|
;; 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
|