guix-commits
[Top][All Lists]
Advanced

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

65/163: gnu: Add texlive-biblatex-sbl.


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

ngz pushed a commit to branch master
in repository guix.

commit 1dcd247c223e1a093d8430d15cae4f1985110f90
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 21:23:46 2023 +0200

    gnu: Add texlive-biblatex-sbl.
    
    * gnu/packages/tex.scm (texlive-biblatex-sbl): 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 d20e2a3299..5b72c80fd7 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4382,6 +4382,28 @@ indicates the real author of a work, when published in a 
pseudepigraphic
 name.")
     (license license:lppl1.3+)))
 
+(define-public texlive-biblatex-sbl
+  (package
+    (name "texlive-biblatex-sbl")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/biblatex-sbl/"
+                   "makeindex/biblatex-sbl/"
+                   "tex/latex/biblatex-sbl/")
+             (base32
+              "1b04lwzmsgapf2x1y83jdmzsc0h59dwy35lglxwvmlwlv8czpx9s")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/biblatex-sbl";)
+    (synopsis "Society of Biblical Literature (SBL) style files for BibLaTeX")
+    (description
+     "The package provides BibLaTeX support for citations in the format
+specified by the second edition of the Society of Biblical Literature (SBL)
+Handbook of Style.  A style file for writing SBL student papers is also
+included.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-bibleref
   (package
     (name "texlive-bibleref")



reply via email to

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