me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-biblatex-license.

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

View File

@ -3973,6 +3973,26 @@ the latest revision of the international standard ISO 690:2010.")
law thesis with LaTeX.")
(license license:lppl)))
(define-public texlive-biblatex-license
(package
(name "texlive-biblatex-license")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/biblatex-license/"
"tex/latex/biblatex-license/")
(base32
"1xz6zms984v5r8hq01f7ap245lfhqj577rc9ww57ccv4kgvgicqd")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/biblatex-license")
(synopsis "Add license data to the bibliography")
(description
"This package is for adding license license:data to bibliography entries
via BibLaTeX's built-in related mechanism. It provides a new related type
@code{license} and some bibmacros for typesetting these related entries.")
(license license:lppl1.3c)))
(define-public texlive-bibleref
(package
(name "texlive-bibleref")