Start a section on how to read DjVu files with vanilla Emacs

This commit is contained in:
Gerard Vermeulen 2022-02-27 10:37:22 +01:00
parent 491e61720b
commit e009d98bd1

View File

@ -976,6 +976,16 @@ previous input in the minibuffer. Listing
:CUSTOM_ID: sec:reading
:END:
** Reading [[https://en.wikipedia.org/wiki/DjVu][DjVu]] files
:PROPERTIES:
:CUSTOM_ID: sec:reading-djvu-files
:END:
This setup relies on [[info:emacs#Document View][Document View (info)]] to facilitate reading [[https://en.wikipedia.org/wiki/DjVu][DjVu]] files.
Reading the code shown by src_emacs-lisp{(find-function
'doc-view-djvu->tiff-converter-ddjvu)} shows that reading [[https://en.wikipedia.org/wiki/DjVu][DjVu]] files requires
the command line [[https://en.wikipedia.org/wiki/DjVu][DjVu]] decoder =ddjvu= from the [[http://djvu.sourceforge.net/][DjVuLibre]] utilities.
** Reading EPUB files
:PROPERTIES:
:CUSTOM_ID: sec:reading-epub-files