From 62a0a37c37f9f2da9657fc5d803cbed23005fa12 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 17 Aug 2023 19:53:37 +0200 Subject: [PATCH] gnu: Add texlive-biblatex-bwl. * gnu/packages/tex.scm (texlive-biblatex-bwl): New variable. --- gnu/packages/tex.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index c3db223e7f..bd27144a56 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -3575,6 +3575,26 @@ (define-public texlive-biblatex-bookinother 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")