mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add texlive-chem-journal.
* gnu/packages/tex.scm (texlive-chem-journal): New variable.
This commit is contained in:
parent
6e15170154
commit
239389f4fa
1 changed files with 19 additions and 0 deletions
|
@ -8185,6 +8185,25 @@ (define-public texlive-chbibref
|
|||
whichever of @code{\\bibname} and @code{\\refname} is in use.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-chem-journal
|
||||
(package
|
||||
(name "texlive-chem-journal")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "bibtex/bst/chem-journal/")
|
||||
(base32
|
||||
"01s4sbmc4g96cmnbhx9a6bqjskkrr6saq91cly2pfy5gr256vmnq")))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/chem-journal")
|
||||
(synopsis "Various BibTeX formats for journals in chemistry")
|
||||
(description
|
||||
"This package provides various BibTeX formats for journals in chemistry,
|
||||
including @emph{Reviews in Computational Chemistry}, @emph{Journal of Physical
|
||||
Chemistry}, @emph{Journal of Computational Chemistry}, and @emph{Physical
|
||||
Chemistry Chemical Physics}.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-chemarrow
|
||||
(package
|
||||
(name "texlive-chemarrow")
|
||||
|
|
Loading…
Reference in a new issue