diff lisp/w3/w3-print.el @ 118:7d55a9ba150c r20-1b11

Import from CVS: tag r20-1b11
author cvs
date Mon, 13 Aug 2007 09:24:17 +0200
parents 0d2f883870bc
children
line wrap: on
line diff
--- a/lisp/w3/w3-print.el	Mon Aug 13 09:23:08 2007 +0200
+++ b/lisp/w3/w3-print.el	Mon Aug 13 09:24:17 2007 +0200
@@ -1,7 +1,7 @@
 ;;; w3-print.el --- Printing support for emacs-w3
 ;; Author: wmperry
-;; Created: 1997/02/07 01:05:01
-;; Version: 1.7
+;; Created: 1997/04/02 21:09:14
+;; Version: 1.8
 ;; Keywords: faces, help, printing, hypermedia
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@@ -69,7 +69,7 @@
 					  w3-temporary-directory) nil 5)
 	  (shell-command
 	   (format
-	    "cd %s ; latex w3-tmp.latex ; %s w3-tmp.dvi ; rm -f w3-tmp*"
+	    "cd %s ; latex w3-tmp.latex ; latex w3-tmp.latex ; %s w3-tmp.dvi ; rm -f w3-tmp*"
 	    w3-temporary-directory
 	    w3-print-command))
 	  (kill-buffer "*Shell Command Output*")))))))