+2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
+
+ * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
+ (doc-view-ghostscript-options): Fix typo in doc string.
+
2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
* progmodes/compile.el (compilation-next-error-function): Fix timestamp
;;; Requirements:
-;; doc-view.el requires GNU Emacs 22.1 or newer. You also need GhostScript,
-;; `dvipdfm' which comes with TeTeX and `pdftotext', which comes with poppler
+;; doc-view.el requires GNU Emacs 22.1 or newer. You also need Ghostscript,
+;; `dvipdfm' which comes with teTeX and `pdftotext', which comes with xpdf
+;; (http://www.foolabs.com/xpdf/) or poppler
;; (http://poppler.freedesktop.org/).
;;; Commentary:
'("-dNOPAUSE" "-sDEVICE=png16m" "-dTextAlphaBits=4"
"-dBATCH" "-dGraphicsAlphaBits=4" "-dQUIET"
"-r100")
- "A list of options to give to ghostview."
+ "A list of options to give to ghostscript."
:type '(sexp)
:group 'doc-view)
(if (not (string= (file-name-extension doc) "dvi"))
;; Convert to PNG images.
(doc-view-pdf/ps->png doc png-file)
- ;; DVI files have to be converted to PDF before GhostScript can process
+ ;; DVI files have to be converted to PDF before Ghostscript can process
;; it.
(doc-view-dvi->pdf doc
(concat (file-name-as-directory dir)