me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-hereapplies.

* gnu/packages/tex.scm (texlive-hereapplies): New variable.
master
Nicolas Goaziou 2023-08-29 15:52:22 +02:00
parent 9fd1a32271
commit 09aa1b32a2
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -84826,6 +84826,27 @@ package and provides some text macros.")
macros for a preprint, affiliation, editors, and endorsers.")
(license license:lppl1.3c)))
(define-public texlive-hereapplies
(package
(name "texlive-hereapplies")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/hereapplies/"
"tex/latex/hereapplies/")
(base32
"16v1bchcs4d27whh3n8sv32gqw0fwpp43pwcj6k186rs1c0gm91a")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/hereapplies")
(synopsis "Reference groups of pages that share something in common")
(description
"Here Applies is a LaTeX package that allows to collect groups of labels and
reference them altogether. It can be used for creating informal glossaries
that cross-link concepts to their applications, or simply mentioning multiple
pages that share something in common.")
(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