guix-commits
[Top][All Lists]
Advanced

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

41/163: gnu: Add texlive-biblatex-historian.


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

ngz pushed a commit to branch master
in repository guix.

commit 50aa0818dcea0d05209061282c10ce7a99cdf1c6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 19:59:41 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index ab0d165c10..323240b1a4 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3856,6 +3856,25 @@ the future.")
 GOST 7.0.5-2008")
     (license license:lppl1.3c)))
 
+(define-public texlive-biblatex-historian
+  (package
+    (name "texlive-biblatex-historian")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/biblatex-historian/"
+                   "tex/latex/biblatex-historian/")
+             (base32
+              "0y9jvjyji39ly5pf72qhnnlsrixaxjxdx529lyav8bhd2zz3c5s7")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/biblatex-historian";)
+    (synopsis "BibLaTeX style based on the @emph{Turabian Manual}")
+    (description
+     "This package provides a BibLaTeX style, based on the @emph{Turabian
+Manual} (a version of Chicago).")
+    (license license:lppl)))
+
 (define-public texlive-bibleref
   (package
     (name "texlive-bibleref")



reply via email to

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