mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: Add texlive-biblatex-bwl.
* gnu/packages/tex.scm (texlive-biblatex-bwl): New variable.
This commit is contained in:
parent
c1dcd1bccd
commit
62a0a37c37
1 changed files with 20 additions and 0 deletions
|
@ -3575,6 +3575,26 @@ (define-public texlive-biblatex-bookinother
|
||||||
supersedes.")
|
supersedes.")
|
||||||
(license license:lppl1.3+)))
|
(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
|
(define-public texlive-bibleref
|
||||||
(package
|
(package
|
||||||
(name "texlive-bibleref")
|
(name "texlive-bibleref")
|
||||||
|
|
Loading…
Reference in a new issue