guix-commits
[Top][All Lists]
Advanced

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

27/296: gnu: Add texlive-bath-bst.


From: guix-commits
Subject: 27/296: gnu: Add texlive-bath-bst.
Date: Thu, 24 Aug 2023 05:19:48 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 07118b5825430c070f63735511be88cbe7203f10
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:22:38 2023 +0200

    gnu: Add texlive-bath-bst.
    
    * gnu/packages/tex.scm (texlive-bath-bst): 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 efe2d727b5..290559079a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4402,6 +4402,28 @@ Basque according to the correct forms ruled by The 
Basque Language Academy
 issues of numbers in Basque.")
     (license license:lppl1.2+)))
 
+(define-public texlive-bath-bst
+  (package
+    (name "texlive-bath-bst")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/bath-bst/"
+                   "doc/bibtex/bath-bst/"
+                   "source/bibtex/bath-bst/")
+             (base32
+              "06v5icy6537d69g5in7ps322wgnkf0imd93gnmh2y7fladsmvp06")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/bath-bst";)
+    (synopsis
+     "Harvard referencing style recommended by the University of Bath Library")
+    (description
+     "This package provides a BibTeX style to format reference lists in the
+Harvard style recommended by the University of Bath Library.  It should be
+used in conjunction with @code{natbib} for citations.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-bbding
   (package
     (name "texlive-bbding")



reply via email to

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