aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/doc-view.el10
1 files changed, 6 insertions, 4 deletions
diff --git a/lisp/doc-view.el b/lisp/doc-view.el
index 7fdd2588221..b895377f8dc 100644
--- a/lisp/doc-view.el
+++ b/lisp/doc-view.el
@@ -22,10 +22,12 @@
22 22
23;;; Requirements: 23;;; Requirements:
24 24
25;; doc-view.el requires GNU Emacs 22.1 or newer. You also need Ghostscript, 25;; Viewing PS/PDF/DVI files requires Ghostscript, `dvipdf' (comes with
26;; `dvipdf' (comes with Ghostscript) or `dvipdfm' (comes with teTeX or TeXLive) 26;; Ghostscript) or `dvipdfm' (comes with teTeX or TeXLive) and
27;; and `pdftotext', which comes with xpdf (http://www.foolabs.com/xpdf/) or 27;; `pdftotext', which comes with xpdf (http://www.foolabs.com/xpdf/)
28;; poppler (http://poppler.freedesktop.org/). 28;; or poppler (http://poppler.freedesktop.org/).
29;; Djvu documents require `ddjvu' (from DjVuLibre).
30;; ODF files require `soffice' (from LibreOffice).
29 31
30;;; Commentary: 32;;; Commentary:
31 33