me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-biblatex-software.

* gnu/packages/tex.scm (texlive-biblatex-software): New variable.
Nicolas Goaziou 2023-08-17 21:27:12 +02:00
parent a441624d66
commit 5bd0f0fa8e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -4473,6 +4473,26 @@ the fields. This list also includes the claves defined with the
Humboldt-Universitat zu Berlin.")
(license license:lppl1.3+)))
(define-public texlive-biblatex-software
(package
(name "texlive-biblatex-software")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/biblatex-software/"
"source/latex/biblatex-software/"
"tex/latex/biblatex-software/")
(base32
"0dlinydsrlcw898ccynx76mdv9jsvr4ninsqv2aggmj3g9xripn0")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/biblatex-software")
(synopsis "BibLaTeX stylefiles for software products")
(description
"This package implements software entry types for BibLaTeX in the form of
a bibliography style extension. It requires the Biber backend.")
(license license:lppl1.3+)))
(define-public texlive-bibleref
(package
(name "texlive-bibleref")