guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

28/163: gnu: Add texlive-biblatex-bwl.


From: guix-commits
Subject: 28/163: gnu: Add texlive-biblatex-bwl.
Date: Sat, 19 Aug 2023 14:39:29 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 62a0a37c37f9f2da9657fc5d803cbed23005fa12
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 19:53:37 2023 +0200

    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 @@ 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]