[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")
- 50/93: gnu: Add texlive-namedef., (continued)
- 50/93: gnu: Add texlive-namedef., guix-commits, 2023/07/20
- 64/93: gnu: Add texlive-plstmary., guix-commits, 2023/07/20
- 54/93: gnu: Add texlive-olsak-misc., guix-commits, 2023/07/20
- 60/93: gnu: Add texlive-placeins-plain., guix-commits, 2023/07/20
- 33/93: gnu: Add texlive-gfnotation., guix-commits, 2023/07/20
- 38/93: gnu: Add texlive-hyplain., guix-commits, 2023/07/20
- 43/93: gnu: Add texlive-langcode., guix-commits, 2023/07/20
- 47/93: gnu: Add texlive-metatex., guix-commits, 2023/07/20
- 52/93: gnu: Add texlive-newsletr., guix-commits, 2023/07/20
- 53/93: gnu: Add texlive-ofs., guix-commits, 2023/07/20
- 51/93: gnu: Add texlive-navigator.,
guix-commits <=
- 58/93: gnu: Add texlive-pdfmsym., guix-commits, 2023/07/20
- 63/93: gnu: Add texlive-plnfss., guix-commits, 2023/07/20
- 65/93: gnu: Add texlive-present., guix-commits, 2023/07/20
- 68/93: gnu: Add texlive-randomlist., guix-commits, 2023/07/20
- 71/93: gnu: Add texlive-schemata., guix-commits, 2023/07/20
- 72/93: gnu: Add texlive-shade., guix-commits, 2023/07/20
- 73/93: gnu: Add texlive-simplekv., guix-commits, 2023/07/20
- 76/93: gnu: Add texlive-tabto-generic., guix-commits, 2023/07/20
- 67/93: gnu: Add texlive-random., guix-commits, 2023/07/20
- 69/93: gnu: Add texlive-resumemac., guix-commits, 2023/07/20