guix-commits
[Top][All Lists]
Advanced

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

24/163: gnu: Add texlive-biblatex-arthistory-bonn.


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

ngz pushed a commit to branch master
in repository guix.

commit 8ecc74119a289a7f13e20956930b355459f783e4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 19:51:11 2023 +0200

    gnu: Add texlive-biblatex-arthistory-bonn.
    
    * gnu/packages/tex.scm (texlive-biblatex-arthistory-bonn): 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 7cc008ffc4..60f67e0c43 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3489,6 +3489,29 @@ as well and adaptions to specific document types like 
exhibition and auction
 catalogues.")
     (license license:lppl1.3c)))
 
+(define-public texlive-biblatex-arthistory-bonn
+  (package
+    (name "texlive-biblatex-arthistory-bonn")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/biblatex-arthistory-bonn/"
+                   "tex/latex/biblatex-arthistory-bonn/")
+             (base32
+              "0iwms7w1xqghdf3s0m91xzw4y7d20lvpv69ibl92cpjj5fggp0x8")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/biblatex-arthistory-bonn";)
+    (synopsis "BibLaTeX citation style for art historians")
+    (description
+     "This citation style covers the citation and bibliography guidelines of
+the Kunsthistorisches Institut der Universitat Bonn for undergraduates.  It
+introduces bibliography entry types for catalogs and features a tabular
+bibliography, among other things.  Various options are available to change and
+adjust the outcome according to one's own preferences.  The style is
+compatible with English and 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]