mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 23:20:29 -05:00
gnu: Add texlive-xcpdftips.
* gnu/packages/tex.scm (texlive-xcpdftips): New variable.
This commit is contained in:
parent
6acd5a924a
commit
4ed76e8fb4
1 changed files with 20 additions and 0 deletions
|
@ -100130,6 +100130,26 @@ (define-public texlive-xcookybooky
|
||||||
hint. The package depends on the Emerald fonts.")
|
hint. The package depends on the Emerald fonts.")
|
||||||
(license license:lppl1.3+)))
|
(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
|
;;; 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
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
Loading…
Reference in a new issue