gnu: Add texlive-jneurosci.

* gnu/packages/tex.scm (texlive-jneurosci): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-18 12:22:58 +02:00
parent c9d40c41f6
commit 4bf771bce9
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -10826,6 +10826,28 @@ (define-public texlive-jmb
it features author-date references.")
(license license:knuth)))
(define-public texlive-jneurosci
(package
(name "texlive-jneurosci")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "bibtex/bst/jneurosci/"
"doc/latex/jneurosci/"
"tex/latex/jneurosci/")
(base32
"1y010df0hxqsjb1q571z4s3vnz2q03l2n4lycg6z89b2yyvdplsv")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/jneurosci")
(synopsis "BibTeX style for the @emph{Journal of Neuroscience}")
(description
"This is a slightly modified version of the @code{namedplus} style, which
fully conforms with the @emph{Journal of Neuroscience} citation style. It
should be characterised as an author-date citation style; a BibTeX style and
a LaTeX package are provided.")
(license license:lppl)))
(define-public texlive-jupynotex
(package
(name "texlive-jupynotex")