mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add texlive-jneurosci.
* gnu/packages/tex.scm (texlive-jneurosci): New variable.
This commit is contained in:
parent
c9d40c41f6
commit
4bf771bce9
1 changed files with 22 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue