me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-biblatex-bwl.

* gnu/packages/tex.scm (texlive-biblatex-bwl): New variable.
Nicolas Goaziou 2023-08-17 19:53:37 +02:00
parent c1dcd1bccd
commit 62a0a37c37
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -3575,6 +3575,26 @@ more types than the older package @code{biblatex-bookinarticle}, which it
supersedes.")
(license license:lppl1.3+)))
(define-public texlive-biblatex-bwl
(package
(name "texlive-biblatex-bwl")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/biblatex-bwl/"
"tex/latex/biblatex-bwl/")
(base32
"122qz05rc7c3pys6adg38xq0r123f4hspc3yyw8l2mzlpbbwm9y5")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/biblatex-bwl")
(synopsis "BibLaTeX citations for FU Berlin")
(description
"The bundle provides a set of BibLaTeX implementations of bibliography
and citation styles for the Business Administration Department of the Free
University of Berlin.")
(license license:lppl1.3+)))
(define-public texlive-bibleref
(package
(name "texlive-bibleref")