Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jan 2024 00:47:51 GMT
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: a5bac8d661 - main - handbook/desktop: Add Zathura
Message-ID:  <202401180047.40I0lpQE002462@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dbaio:

URL: https://cgit.FreeBSD.org/doc/commit/?id=a5bac8d661ff19609eafaa35b09ccf87cc3b5074

commit a5bac8d661ff19609eafaa35b09ccf87cc3b5074
Author:     Sơn Phan Trung <phantrungson17@gmail.com>
AuthorDate: 2024-01-03 05:27:46 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2024-01-18 00:44:23 +0000

    handbook/desktop: Add Zathura
    
    Reviewed by:    Mina Galić <freebsd@igalic.co>, dbaio
    Pull Request:   https://github.com/freebsd/freebsd-doc/pull/321
---
 .../content/en/books/handbook/desktop/_index.adoc    | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/documentation/content/en/books/handbook/desktop/_index.adoc b/documentation/content/en/books/handbook/desktop/_index.adoc
index a78f439c31..b5477085f5 100644
--- a/documentation/content/en/books/handbook/desktop/_index.adoc
+++ b/documentation/content/en/books/handbook/desktop/_index.adoc
@@ -1011,6 +1011,11 @@ This section demonstrates how to install the following document viewers:
 | package:graphics/xpdf[]
 | light
 
+| Zathura
+| Zlib
+| package:graphics/zathura[]
+| light
+
 |===
 
 [[okular]]
@@ -1067,6 +1072,21 @@ To install Xpdf, execute:
 # pkg install xpdf
 ....
 
+[[zathura]]
+=== Zathura
+
+Zathura is a highly customizable and functional document viewer. It provides a minimalistic and space saving interface as well
+as an easy usage that mainly focuses on keyboard interaction.
+
+To install zathura, with PDF support, execute:
+
+[source,shell]
+....
+# pkg install zathura zathura-pdf-mupdf
+....
+
+Additionally, one can install package:graphics/zathura-pdf-poppler[] for alternative PDF support, package:graphics/zathura-ps[] for PostScript support, package:graphics/zathura-djvu[] for DjVu support, and package:graphics/zathura-cb[] for comic book support.
+
 [[desktop-finance]]
 == Finance
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401180047.40I0lpQE002462>