guix-commits
[Top][All Lists]
Advanced

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

34/163: gnu: Add texlive-biblatex-dw.


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

ngz pushed a commit to branch master
in repository guix.

commit 4eafe5dab7caf39565549ff318d10bc1113c003f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 19:57:00 2023 +0200

    gnu: Add texlive-biblatex-dw.
    
    * gnu/packages/tex.scm (texlive-biblatex-dw): New variable.
---
 gnu/packages/tex.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 5a2dc86cd8..5eb2b66e5f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3705,6 +3705,29 @@ way.")
 automatically format, group, and sort the entries on a CV.")
     (license license:lppl1.3+)))
 
+(define-public texlive-biblatex-dw
+  (package
+    (name "texlive-biblatex-dw")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/biblatex-dw/"
+                   "tex/latex/biblatex-dw/bbx/"
+                   "tex/latex/biblatex-dw/cbx/"
+                   "tex/latex/biblatex-dw/lbx/")
+             (base32
+              "1vw008djg535hdwbmk5dqvaw0v6cm3lqmlvk8sfzybpqffw1crlr")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/biblatex-dw";)
+    (synopsis "Humanities styles for BibLaTeX")
+    (description
+     "This package provides a small collection of styles for the BibLaTeX
+package.  It was designed for citations in the humanities and offers some
+features that are not provided by the standard BibLaTeX styles.  The styles
+are dependent on BibLaTeX and cannot be used without it.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-bibleref
   (package
     (name "texlive-bibleref")



reply via email to

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