guix-commits
[Top][All Lists]
Advanced

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

37/163: gnu: Add texlive-biblatex-fiwi.


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

ngz pushed a commit to branch master
in repository guix.

commit 9d1f80e7b77f450361c16bb68c3d301336303219
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 19:58:05 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 57e027578a..c088aae666 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3772,6 +3772,28 @@ counterparts as possible, so that most customisation 
methods can be applied
 here as well.")
     (license license:lppl1.3c)))
 
+(define-public texlive-biblatex-fiwi
+  (package
+    (name "texlive-biblatex-fiwi")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/biblatex-fiwi/"
+                   "tex/latex/biblatex-fiwi/")
+             (base32
+              "080m1xj1g8v6aavp2i0hipjk3iikjqd2i36by2fiq0ys5vl5vhnq")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/biblatex-fiwi";)
+    (synopsis "BibLaTeX styles for use in German humanities")
+    (description
+     "The package provides a collection of styles for BibLaTeX.  It was
+designed for citations in German Humanities, especially film studies, and
+offers some features that are not provided by the standard BibLaTeX styles.
+The style is highly optimized for documents written in German, and the main
+documentation is only available in German.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-bibleref
   (package
     (name "texlive-bibleref")



reply via email to

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