diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-18 12:21:26 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-19 20:33:42 +0200 |
commit | ccb82609b6f7e7f4b3be363d029864746763f1fc (patch) | |
tree | 7f71106c7b1ee8faf44f7fa5f3ba2127cd083da4 | |
parent | 99a43cec484e7d94f795ef0e945d12d3e1dc7b7b (diff) | |
download | guix-ccb82609b6f7e7f4b3be363d029864746763f1fc.tar.gz |
gnu: Add texlive-jbact.
* gnu/packages/tex.scm (texlive-jbact): New variable.
-rw-r--r-- | gnu/packages/tex.scm | 20 |
1 files changed, 20 insertions, 0 deletions
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") |