me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-bracketkey.

* gnu/packages/tex.scm (texlive-bracketkey): New variable.
master
Nicolas Goaziou 2023-08-29 15:45:07 +02:00
parent 82636b6a40
commit dd28fa63a2
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -74819,6 +74819,25 @@ producing a document with figures and tables appearing in the desired
location.")
(license license:lppl)))
(define-public texlive-bracketkey
(package
(name "texlive-bracketkey")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/bracketkey/"
"tex/latex/bracketkey/")
(base32
"07gkjxcbycfy39wylm880wnkcw6p6sm5by47vhdlwraqkbx65a94")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/bracketkey")
(synopsis "Produce bracketed identification keys")
(description
"The package provides an environment @code{bracketkey} for use when producing
lists of species.")
(license license:lppl1.3+)))
;;;
;;; 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