diff options
| author | Lars Ingebrigtsen | 2020-11-10 14:53:03 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2020-11-10 14:53:09 +0100 |
| commit | ac1a2b216089b03c244c8e7ceb577198eb0dc2c2 (patch) | |
| tree | a83aaef0b87bc516874150ddc704d7def3a93138 | |
| parent | 109eb1e7e29455418b40ca00bf5dad3e61e5fc78 (diff) | |
| download | emacs-ac1a2b216089b03c244c8e7ceb577198eb0dc2c2.tar.gz emacs-ac1a2b216089b03c244c8e7ceb577198eb0dc2c2.zip | |
Add more doc-view requirements
* lisp/doc-view.el: Add more requirements.
| -rw-r--r-- | lisp/doc-view.el | 10 |
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 | ||