me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-jmb.

* gnu/packages/tex.scm (texlive-jmb): New variable.
Nicolas Goaziou 2023-08-18 12:22:32 +02:00
parent ccb82609b6
commit c9d40c41f6
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -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")