Add more doc-view requirements

* lisp/doc-view.el: Add more requirements.
This commit is contained in:
Lars Ingebrigtsen 2020-11-10 14:53:03 +01:00
parent 109eb1e7e2
commit ac1a2b2160

View file

@ -22,10 +22,12 @@
;;; Requirements:
;; doc-view.el requires GNU Emacs 22.1 or newer. You also need Ghostscript,
;; `dvipdf' (comes with Ghostscript) or `dvipdfm' (comes with teTeX or TeXLive)
;; and `pdftotext', which comes with xpdf (http://www.foolabs.com/xpdf/) or
;; poppler (http://poppler.freedesktop.org/).
;; Viewing PS/PDF/DVI files requires Ghostscript, `dvipdf' (comes with
;; Ghostscript) or `dvipdfm' (comes with teTeX or TeXLive) and
;; `pdftotext', which comes with xpdf (http://www.foolabs.com/xpdf/)
;; or poppler (http://poppler.freedesktop.org/).
;; Djvu documents require `ddjvu' (from DjVuLibre).
;; ODF files require `soffice' (from LibreOffice).
;;; Commentary: