guix-commits
[Top][All Lists]
Advanced

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

123/163: gnu: Add texlive-jbact.


From: guix-commits
Subject: 123/163: gnu: Add texlive-jbact.
Date: Sat, 19 Aug 2023 14:39:51 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit ccb82609b6f7e7f4b3be363d029864746763f1fc
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 18 12:21:26 2023 +0200

    gnu: Add texlive-jbact.
    
    * gnu/packages/tex.scm (texlive-jbact): 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 6acdc4fb44..e1f53b533c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10696,6 +10696,26 @@ digit form.  This package provides support for 
spelling out numbers in Italian
 words, both in cardinal and in ordinal form.")
     (license license:lppl)))
 
+(define-public texlive-jbact
+  (package
+    (name "texlive-jbact")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/jbact/")
+             (base32
+              "0z0x6jrxaayp3w441r1zwlqirvv23g0b8h9xgy6r3ppi71glzqvp")))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/jbact";)
+    (synopsis "BibTeX style for biology journals")
+    (description
+     "The style is a development of @file{apalike.bst} in the BibTeX bundle.
+The style serves two journals --- if the user executes
+@samp{\\nocite@{TitlesOn@}}, the style serves for the @emph{Journal of
+Theoretical Biology}; otherwise it serves for the @emph{Journal of Molecular
+Biology}.")
+    (license license:knuth)))
+
 (define-public texlive-jeuxcartes
   (package
     (name "texlive-jeuxcartes")



reply via email to

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