guix-commits
[Top][All Lists]
Advanced

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

124/163: gnu: Add texlive-jmb.


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

ngz pushed a commit to branch master
in repository guix.

commit c9d40c41f6136c1f9eb4e917f9cdc7d1f010067b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 18 12:22:32 2023 +0200

    gnu: Add texlive-jmb.
    
    * gnu/packages/tex.scm (texlive-jmb): 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 e1f53b533c..c83713f1f0 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10807,6 +10807,25 @@ macros for mathematical notation which make the code 
more readable or allow
 flexibility in typesetting material.")
     (license license:lppl)))
 
+(define-public texlive-jmb
+  (package
+    (name "texlive-jmb")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/jmb/" "tex/latex/jmb/")
+             (base32
+              "1a5nz825jppq3pl1263w2sbm0a48kmmndppfpp7vi69n5j2248dy")))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/jmb";)
+    (synopsis "BibTeX style for the @emph{Journal of Theoretical Biology}")
+    (description
+     "This BibTeX bibliography style is for the @emph{Journal of Molecular
+Biology} and @emph{Journal of Theoretical Biology}; the accompanying LaTeX
+package is a close relative of @code{apalike.sty} in the BibTeX distribution;
+it features author-date references.")
+    (license license:knuth)))
+
 (define-public texlive-jupynotex
   (package
     (name "texlive-jupynotex")



reply via email to

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