[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/37: gnu: Add texlive-latex-bookmark.
From: |
guix-commits |
Subject: |
03/37: gnu: Add texlive-latex-bookmark. |
Date: |
Sat, 5 Jun 2021 18:16:52 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 4d85dde0ef09b26371b8a07b4ac21369d82ddec6
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Dec 19 14:35:13 2020 +0100
gnu: Add texlive-latex-bookmark.
* gnu/packages/tex.scm (texlive-latex-bookmark): New public variable.
---
gnu/packages/tex.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 8a3f8cb..8cf749e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4763,6 +4763,23 @@ environment is provided which can be used instead of the
@code{\\appendix}
command.")
(license license:lppl)))
+(define-public texlive-latex-bookmark
+ (package
+ (inherit (simple-texlive-package
+ "texlive-latex-bookmark"
+ (list "/doc/latex/bookmark/"
+ "/tex/latex/bookmark/")
+ (base32
+ "1vl1rrydh5jh78llp4i5r1hvznghm9gddwcnfnzwlgp9z67gybh1")
+ #:trivial? #t))
+ (home-page "https://www.ctan.org/pkg/bookmark")
+ (synopsis "Bookmark (outline) organization for hyperref")
+ (description
+ "This package implements a new bookmark (outline) organization for the
+@code{hyperref} package. Bookmark properties such as style and color. Other
+action types are available (URI, GoToR, Named).")
+ (license license:lppl1.3c+)))
+
(define-public texlive-latex-changebar
(package
(name "texlive-latex-changebar")
- branch core-updates updated (683eb7c -> f72a125), guix-commits, 2021/06/05
- 01/37: gnu: TeX Live: Update to 2020.0., guix-commits, 2021/06/05
- 02/37: gnu: Add texlive-latex-refcount., guix-commits, 2021/06/05
- 05/37: gnu: simple-texlive-package: Fix shebang patching., guix-commits, 2021/06/05
- 03/37: gnu: Add texlive-latex-bookmark.,
guix-commits <=
- 07/37: gnu: Add texlive-latex-auxhook., guix-commits, 2021/06/05
- 04/37: gnu: dblatex: Update to 0.3.12., guix-commits, 2021/06/05
- 06/37: gnu: Add texlive-latex-atveryend., guix-commits, 2021/06/05
- 08/37: gnu: Add texlive-latex-epstopdf-pkg., guix-commits, 2021/06/05
- 09/37: gnu: Add texlive-latex-hycolor., guix-commits, 2021/06/05
- 11/37: gnu: Add texlive-generic-ltxcmds., guix-commits, 2021/06/05
- 12/37: gnu: Add texlive-latex-pdftexcmds., guix-commits, 2021/06/05
- 15/37: gnu: Add texlive-generic-intcalc., guix-commits, 2021/06/05
- 16/37: gnu: Add texlive-generic-bigintcalc., guix-commits, 2021/06/05
- 10/37: gnu: Add texlive-generic-infwarerr., guix-commits, 2021/06/05