From 4ed76e8fb4b767fdac11f3f734cd94256e5dc657 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 29 Aug 2023 16:05:08 +0200 Subject: gnu: Add texlive-xcpdftips. * gnu/packages/tex.scm (texlive-xcpdftips): New variable. --- gnu/packages/tex.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 00458d44e8..560ece827f 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -100130,6 +100130,26 @@ steps and required ingredients. At the bottom you may insert an optional 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 -- cgit v1.2.3