guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

51/93: gnu: Add texlive-navigator.


From: guix-commits
Subject: 51/93: gnu: Add texlive-navigator.
Date: Thu, 20 Jul 2023 05:21:22 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit a6c7cfc6e6ee0ba1ae90463865e5ea1c21ed8fac
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:57:21 2023 +0200

    gnu: Add texlive-navigator.
    
    * gnu/packages/tex.scm (texlive-navigator): New variable.
---
 gnu/packages/tex.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 94696d721d..3b683d653a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3168,6 +3168,29 @@ number, giving parameters a semantic rather than 
syntactic meaning, making it
 easy to understand long definitions.")
     (license license:lppl1.3c)))
 
+(define-public texlive-navigator
+  (package
+    (name "texlive-navigator")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/navigator/"
+                   "tex/generic/navigator/")
+             (base32
+              "17rs718rvp9f6dakdl99abgq5rcflsw6kyxjknhjya019l2y23m3")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/navigator";)
+    (synopsis "PDF features across formats and engines")
+    (description
+     "Navigator implements PDF features for all formats (with some limitations
+in ConTeXt) with pdfTeX, LuaTeX and XeTeX.  Its features include: customizable
+outlines (i.e.  bookmarks); anchors; links and actions (e.g., JavaScript or
+user-defined PDF actions); file embedding (not in ConTeXt); document
+information and PDF viewer's display (not in ConTeXt); and commands to create
+and use raw PDF objects.")
+    (license license:lppl)))
+
 (define-public texlive-tex
   (package
     (name "texlive-tex")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]