gnu: Add texlive-xcpdftips.

* gnu/packages/tex.scm (texlive-xcpdftips): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 16:05:08 +02:00
parent 6acd5a924a
commit 4ed76e8fb4
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -100130,6 +100130,26 @@ (define-public texlive-xcookybooky
hint. The package depends on the Emerald fonts.")
(license license:lppl1.3+)))
(define-public texlive-xcpdftips
(package
(name "texlive-xcpdftips")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/xcpdftips/"
"source/latex/xcpdftips/"
"tex/latex/xcpdftips/")
(base32
"16in0hkr8ij36xxclq6z0rxmkldn0pba49sj3vnfamrgq80r70xg")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/xcpdftips")
(synopsis "@code{natbib} citations with PDF tooltips")
(description
"This LaTeX package uses @code{pdfcomment} and @code{bibentry} to surround
@code{natbib} citations with PDF tooltips.")
(license license:gpl3+)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar