me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-bibtopicprefix.

* gnu/packages/tex.scm (texlive-bibtopicprefix): New variable.
Nicolas Goaziou 2023-08-18 11:53:10 +02:00
parent b51cbb90b2
commit a2c34444c7
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -4894,6 +4894,28 @@ have bibliographies specific to one part of a document, see the packages
@code{bibunits} or @code{chapterbib}.")
(license license:gpl3+)))
(define-public texlive-bibtopicprefix
(package
(name "texlive-bibtopicprefix")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/bibtopicprefix/"
"source/latex/bibtopicprefix/"
"tex/latex/bibtopicprefix/")
(base32
"1fadq51adii1453v31xj7p328h4rvans1ynmxjcmnwhlj4hdjp5n")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/bibtopicprefix")
(synopsis "Prefix references to bibliographies produced by
@code{bibtopic}")
(description
"The package permits users to apply prefixes (fixed strings) to
references to entries in bibliographies produced by the @code{bibtopic}
package.")
(license license:lppl)))
(define-public texlive-binomexp
(package
(name "texlive-binomexp")