guix-commits
[Top][All Lists]
Advanced

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

156/163: gnu: Add texlive-zootaxa-bst.


From: guix-commits
Subject: 156/163: gnu: Add texlive-zootaxa-bst.
Date: Sat, 19 Aug 2023 14:40:00 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 7e108882cdfb8df206d96bbe5ce559710fb4850d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 18 13:42:30 2023 +0200

    gnu: Add texlive-zootaxa-bst.
    
    * gnu/packages/tex.scm (texlive-zootaxa-bst): New variable.
---
 gnu/packages/tex.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index feebb83d6f..6d8029a06b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -18485,6 +18485,26 @@ pgfkeys-enabled options are provided both at package 
load and configurably.")
 practicing sheets (copybooks).  Currently, only XeTeX is supported.")
     (license license:lppl1.3c)))
 
+(define-public texlive-zootaxa-bst
+  (package
+    (name "texlive-zootaxa-bst")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/zootaxa-bst/"
+                   "doc/bibtex/zootaxa-bst/")
+             (base32
+              "178daki12ky2hxjsdgz6nnc84741hdj0mn30lglp2sazqwjxrbw0")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/zootaxa-bst";)
+    (synopsis "BibTeX style for the journal @emph{Zootaxa}")
+    (description
+     "This package provides a @file{.bst} reference style file for the journal
+@emph{Zootaxa} that publishes contributions in zoology and classification.
+This is a fork of @file{apa.bst}.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-zx-calculus
   (package
     (name "texlive-zx-calculus")



reply via email to

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